Trace number 4445105

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.43 3572.63

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
manquiho/Aardal_1/normalized-cuww2.opb
MD5SUMf9ddfe14fcbe08e4d315c2b284f6e91e
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.008239
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables70
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 constraint70
Maximum length of a constraint70
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 89716839
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 865734046
Number of bits of the biggest sum of numbers30
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.10	c version CUSTOM.v20240707
0.14/0.12	c java.runtime.name	OpenJDK Runtime Environment
0.14/0.12	c java.vm.name		OpenJDK 64-Bit Server VM
0.14/0.12	c java.vm.version	22.0.1+8-16
0.14/0.12	c java.vm.vendor	Oracle Corporation
0.14/0.12	c sun.arch.data.model	64
0.14/0.12	c java.version		22.0.1
0.14/0.12	c os.name		Linux
0.14/0.12	c os.version		4.18.0-301.1.el8.x86_64
0.14/0.12	c os.arch		amd64
0.14/0.12	c Free memory 		2113181440
0.14/0.12	c Max memory 		16282288128
0.14/0.12	c Total memory 		2122317824
0.14/0.13	c Number of processors 	2
0.34/0.23	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.34/0.23	 - never skip resolution steps
0.34/0.23	 - Auto-division on coefficients is disabled
0.34/0.23	 - No postprocessing
0.34/0.23	 - Conflict is considered as is when resolving
0.34/0.23	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.34/0.23	 - Weaken first using unassigned literals
0.34/0.23	 - Bump strategy: ALWAYS_ONE
0.34/0.23	 - Bumper: ASSIGNED
0.34/0.23	--- Begin Solver configuration ---
0.34/0.23	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.34/0.23	Learn all clauses as in MiniSAT
0.34/0.23	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.34/0.23	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.34/0.23	No reason simplification
0.34/0.23	Armin Biere (Picosat) restarts strategy
0.34/0.23	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.34/0.23	timeout=2147483s
0.34/0.23	DB Simplification allowed=false
0.34/0.23	Listener: none
0.34/0.23	--- End Solver configuration ---
0.34/0.24	c Pseudo Boolean Optimization by upper bound
0.34/0.24	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.34/0.24	c  - never skip resolution steps
0.34/0.24	c  - Auto-division on coefficients is disabled
0.34/0.24	c  - No postprocessing
0.34/0.24	c  - Conflict is considered as is when resolving
0.34/0.24	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.34/0.24	c  - Weaken first using unassigned literals
0.34/0.24	c  - Bump strategy: ALWAYS_ONE
0.34/0.24	c  - Bumper: ASSIGNED
0.34/0.24	c --- Begin Solver configuration ---
0.34/0.24	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.34/0.24	c Learn all clauses as in MiniSAT
0.34/0.24	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.34/0.24	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.34/0.24	c No reason simplification
0.34/0.24	c Armin Biere (Picosat) restarts strategy
0.34/0.24	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.34/0.24	c timeout=2147483s
0.34/0.24	c DB Simplification allowed=false
0.34/0.24	c Listener: none
0.34/0.24	c --- End Solver configuration ---
0.34/0.24	c solving HOME/instance-4445105-1721320121.opb
0.34/0.24	c reading problem ... 
0.34/0.24	c  no objective function found
0.34/0.25	c ... done. Wall clock time 0.015s.
0.34/0.25	c declared #vars     70
0.34/0.25	c #constraints  2
0.34/0.25	c constraints type 
0.34/0.25	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 2
0.34/0.25	c 2 constraints processed.
34.58/30.58	c cleaning 2498 clauses out of 5000 with flag 0/5000
110.22/104.76	c cleaning 4242 clauses out of 8502 with flag 0/11000
218.95/211.75	c cleaning 5628 clauses out of 11260 with flag 0/18000
354.64/346.59	c cleaning 6812 clauses out of 13633 with flag 0/26001
507.68/499.52	c cleaning 7900 clauses out of 15821 with flag 0/35001
671.10/662.76	c cleaning 8953 clauses out of 17920 with flag 0/45000
878.64/869.63	c cleaning 9976 clauses out of 19967 with flag 0/56000
1101.86/1092.09	c cleaning 10986 clauses out of 21992 with flag 0/68001
1375.90/1363.42	c cleaning 11991 clauses out of 24005 with flag 0/81000
1668.52/1654.12	c cleaning 13003 clauses out of 26014 with flag 0/95000
1971.82/1957.10	c cleaning 14000 clauses out of 28012 with flag 0/110001
2430.38/2410.93	c cleaning 14998 clauses out of 30011 with flag 0/126000
2911.34/2887.86	c cleaning 15997 clauses out of 32015 with flag 0/143002
3371.52/3345.92	c cleaning 16998 clauses out of 34016 with flag 0/161000
3600.00/3572.43	c starts		: 111
3600.00/3572.48	c conflicts		: 173581
3600.00/3572.48	c decisions		: 193401
3600.00/3572.48	c propagations		: 722424
3600.00/3572.48	c inspects		: 1830472749
3600.00/3572.48	c shortcuts		: 0
3600.00/3572.48	c learnt literals	: 0
3600.00/3572.48	c learnt binary clauses	: 0
3600.00/3572.48	c learnt ternary clauses	: 0
3600.00/3572.48	c learnt constraints	: 173581
3600.00/3572.48	c ignored constraints	: 0
3600.00/3572.48	c root simplifications	: 0
3600.00/3572.48	c removed literals (reason simplification)	: 0
3600.00/3572.48	c reason swapping (by a shorter reason)	: 0
3600.00/3572.48	c Calls to reduceDB	: 14
3600.00/3572.48	c Number of update (reduction) of LBD	: 0
3600.00/3572.48	c Imported unit clauses	: 0
3600.00/3572.48	c No decision after first conflict	: false
3600.00/3572.48	c number of reductions to clauses (during analyze)	: 0
3600.00/3572.48	c number of learned constraints concerned by reduction	: 0
3600.00/3572.48	c number of learning phase by resolution	: 0
3600.00/3572.48	c number of learning phase by cutting planes	: 0
3600.00/3572.48	c number of rounding to 1 operations	: 650442
3600.00/3572.48	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.00/3572.48	c number of reductions of the coefficients by power 2 	: 0
3600.00/3572.48	c number of right shift for reduction by power 2 	: 0
3600.00/3572.48	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.00/3572.48	c number of ending skipping 	: 0
3600.00/3572.48	c number of internal skipping 	: 0
3600.00/3572.48	c number of derivation steps 	: 552738
3600.00/3572.48	c number of skipped derivation steps 	: 0
3600.00/3572.48	c number of remaining unassigned 	: 50432
3600.00/3572.48	c number of remaining assigned 	: 21394003
3600.00/3572.48	c number of falsified literals weakened from reason	: 0
3600.00/3572.48	c number of falsified literals weakened from conflict	: 0
3600.00/3572.51	c time for arithmetic operations	: 1344846296
3600.00/3572.51	c minimum degree of deleted constraints	: 1026
3600.00/3572.51	c maximum degree of deleted constraints	: 61199866568
3600.00/3572.51	c number of deleted constraints	: 143982
3600.00/3572.51	c speed (assignments/second)	: 202.23198014474895
3600.00/3572.51	c non guided choices	: 57
3600.22/3572.59	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 2099
3600.22/3572.59	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 27500
3600.22/3572.60	s UNKNOWN
3600.22/3572.60	c Total wall clock time (in seconds): 3572.367

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

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


[startup+0.100601 s]*
/proc/loadavg: 4.86 4.44 4.33 6/319 960391
/proc/meminfo: memFree=119863132/131655788 swapFree=131071996/131071996
[pid=960373] ppid=960370 vsize=18975048 memory=58656 CPUtime=0.14 cores=1,3
/proc/960373/stat : 960373 (java) S 960370 960373 957012 0 -1 1077936128 6569 0 0 0 11 3 0 0 20 0 18 0 184171674 19430449152 14664 134679101440 94389921742848 94389921746544 140737458254576 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94389921754360 94389921755152 94389932290048 140737458263023 140737458263136 140737458263136 140737458270152 0
/proc/960373/statm: 4743762 14664 5723 1 0 551006 0
[pid=960373/tid=960375] ppid=960370 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=1,3
/proc/960373/task/960375/stat : 960375 (java) S 960370 960373 957012 0 -1 1077936192 5519 0 0 0 6 2 0 0 20 0 18 0 184171675 19430449152 14664 134679101440 94389921742848 94389921746544 140737458254576 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94389921754360 94389921755152 94389932290048 140737458263023 140737458263136 140737458263136 140737458270152 0
[pid=960373/tid=960384] ppid=960370 vsize=18975048 memory=232851243367 CPUtime=0 cores=1,3
/proc/960373/task/960384/stat : 960384 (Finalizer) S 960370 960373 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 184171679 19430449152 14664 134679101440 94389921742848 94389921746544 140737458254576 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94389921754360 94389921755152 94389932290048 140737458263023 140737458263136 140737458263136 140737458270152 0
[pid=960373/tid=960391] ppid=960370 vsize=18975048 memory=15817789915191721 CPUtime=0 cores=1,3
/proc/960373/task/960391/stat : 960391 (Common-Cleaner) S 960370 960373 957012 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 184171679 19430449152 14664 134679101440 94389921742848 94389921746544 140737458254576 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94389921754360 94389921755152 94389932290048 140737458263023 140737458263136 140737458263136 140737458270152 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 58656 KiB

[startup+0.212833 s]*
/proc/loadavg: 4.86 4.44 4.33 7/319 960391
/proc/meminfo: memFree=119854104/131655788 swapFree=131071996/131071996
[pid=960373] ppid=960370 vsize=18975048 memory=69804 CPUtime=0.34 cores=1,3
/proc/960373/stat : 960373 (java) S 960370 960373 957012 0 -1 1077936128 7328 0 0 0 31 3 0 0 20 0 18 0 184171674 19430449152 17451 134679101440 94389921742848 94389921746544 140737458254576 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94389921754360 94389921755152 94389932290048 140737458263023 140737458263136 140737458263136 140737458270152 0
/proc/960373/statm: 4743762 17451 5737 1 0 551650 0
[pid=960373/tid=960375] ppid=960370 vsize=18975048 memory=4782652875487838339 CPUtime=0.19 cores=1,3
/proc/960373/task/960375/stat : 960375 (java) R 960370 960373 957012 0 -1 4194368 5895 0 0 0 17 2 0 0 20 0 18 0 184171675 19430449152 17451 134679101440 94389921742848 94389921746544 140737458254576 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94389921754360 94389921755152 94389932290048 140737458263023 140737458263136 140737458263136 140737458270152 0
[pid=960373/tid=960384] ppid=960370 vsize=18975048 memory=671 CPUtime=0 cores=1,3
/proc/960373/task/960384/stat : 960384 (Finalizer) S 960370 960373 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 184171679 19430449152 17451 134679101440 94389921742848 94389921746544 140737458254576 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94389921754360 94389921755152 94389932290048 140737458263023 140737458263136 140737458263136 140737458270152 0
[pid=960373/tid=960391] ppid=960370 vsize=18975048 memory=14697383271339398 CPUtime=0 cores=1,3
/proc/960373/task/960391/stat : 960391 (Common-Cleaner) S 960370 960373 957012 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 184171679 19430449152 17451 134679101440 94389921742848 94389921746544 140737458254576 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94389921754360 94389921755152 94389932290048 140737458263023 140737458263136 140737458263136 140737458270152 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 69804 KiB

[startup+0.317821 s]*
/proc/loadavg: 4.86 4.44 4.33 7/320 960392
/proc/meminfo: memFree=119846392/131655788 swapFree=131071996/131071996
[pid=960373] ppid=960370 vsize=19041612 memory=74576 CPUtime=0.53 cores=1,3
/proc/960373/stat : 960373 (java) S 960370 960373 957012 0 -1 1077936128 7533 0 0 0 50 3 0 0 20 0 19 0 184171674 19498610688 18644 134679101440 94389921742848 94389921746544 140737458254576 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94389921754360 94389921755152 94389932290048 140737458263023 140737458263136 140737458263136 140737458270152 0
/proc/960373/statm: 4760403 18644 5737 1 0 552064 0
[pid=960373/tid=960375] ppid=960370 vsize=19041612 memory=-9175635006118470332 CPUtime=0.29 cores=1,3
/proc/960373/task/960375/stat : 960375 (java) R 960370 960373 957012 0 -1 4194368 6023 0 0 0 27 2 0 0 20 0 19 0 184171675 19498610688 18644 134679101440 94389921742848 94389921746544 140737458254576 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94389921754360 94389921755152 94389932290048 140737458263023 140737458263136 140737458263136 140737458270152 0
[pid=960373/tid=960384] ppid=960370 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/960373/task/960384/stat : 960384 (Finalizer) S 960370 960373 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 184171679 19498610688 18644 134679101440 94389921742848 94389921746544 140737458254576 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94389921754360 94389921755152 94389932290048 140737458263023 140737458263136 140737458263136 140737458270152 0
[pid=960373/tid=960391] ppid=960370 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/960373/task/960391/stat : 960391 (Common-Cleaner) S 960370 960373 957012 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 184171679 19498610688 18644 134679101440 94389921742848 94389921746544 140737458254576 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94389921754360 94389921755152 94389932290048 140737458263023 140737458263136 140737458263136 140737458270152 0
[pid=960373/tid=960392] ppid=960370 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/960373/task/960392/stat : 960392 (Timer-0) S 960370 960373 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 184171700 19498610688 18644 134679101440 94389921742848 94389921746544 140737458254576 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94389921754360 94389921755152 94389932290048 140737458263023 140737458263136 140737458263136 140737458270152 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 74576 KiB

[startup+0.70262 s]
/proc/loadavg: 4.86 4.44 4.33 7/320 960392
/proc/meminfo: memFree=119811972/131655788 swapFree=131071996/131071996
[pid=960373] ppid=960370 vsize=19041612 memory=137976 CPUtime=1.24 cores=1,3
/proc/960373/stat : 960373 (java) S 960370 960373 957012 0 -1 1077936128 10434 0 0 0 118 6 0 0 20 0 19 0 184171674 19498610688 34494 134679101440 94389921742848 94389921746544 140737458254576 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94389921754360 94389921755152 94389932290048 140737458263023 140737458263136 140737458263136 140737458270152 0
/proc/960373/statm: 4760403 34494 5807 1 0 553826 0
[pid=960373/tid=960375] ppid=960370 vsize=19041612 memory=12776 CPUtime=0.58 cores=1,3
/proc/960373/task/960375/stat : 960375 (java) R 960370 960373 957012 0 -1 4194368 6057 0 0 0 54 4 0 0 20 0 19 0 184171675 19498610688 34494 134679101440 94389921742848 94389921746544 140737458254576 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94389921754360 94389921755152 94389932290048 140737458263023 140737458263136 140737458263136 140737458270152 0
[pid=960373/tid=960384] ppid=960370 vsize=19041612 memory=12776 CPUtime=0 cores=1,3
/proc/960373/task/960384/stat : 960384 (Finalizer) S 960370 960373 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 184171679 19498610688 34494 134679101440 94389921742848 94389921746544 140737458254576 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94389921754360 94389921755152 94389932290048 140737458263023 140737458263136 140737458263136 140737458270152 0
[pid=960373/tid=960391] ppid=960370 vsize=19041612 memory=117636 CPUtime=0 cores=1,3
/proc/960373/task/960391/stat : 960391 (Common-Cleaner) S 960370 960373 957012 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 184171679 19498610688 34494 134679101440 94389921742848 94389921746544 140737458254576 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94389921754360 94389921755152 94389932290048 140737458263023 140737458263136 140737458263136 140737458270152 0
[pid=960373/tid=960392] ppid=960370 vsize=19041612 memory=32144 CPUtime=0 cores=1,3
/proc/960373/task/960392/stat : 960392 (Timer-0) S 960370 960373 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 184171700 19498610688 34494 134679101440 94389921742848 94389921746544 140737458254576 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94389921754360 94389921755152 94389932290048 140737458263023 140737458263136 140737458263136 140737458270152 0
Current children cumulated CPU time: 1.24 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 137976 KiB

[startup+1.50082 s]
/proc/loadavg: 4.86 4.44 4.33 7/321 960393
/proc/meminfo: memFree=119744500/131655788 swapFree=131071996/131071996
[pid=960373] ppid=960370 vsize=19108176 memory=187452 CPUtime=2.82 cores=1,3
/proc/960373/stat : 960373 (java) S 960370 960373 957012 0 -1 1077936128 16588 0 0 0 273 9 0 0 20 0 20 0 184171674 19566772224 46863 134679101440 94389921742848 94389921746544 140737458254576 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94389921754360 94389921755152 94389932290048 140737458263023 140737458263136 140737458263136 140737458270152 0
/proc/960373/statm: 4777044 46863 5807 1 0 555984 0
[pid=960373/tid=960375] ppid=960370 vsize=19108176 memory=12776 CPUtime=1.3 cores=1,3
/proc/960373/task/960375/stat : 960375 (java) R 960370 960373 957012 0 -1 4194368 6344 0 0 0 125 5 0 0 20 0 20 0 184171675 19566772224 46863 134679101440 94389921742848 94389921746544 140737458254576 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94389921754360 94389921755152 94389932290048 140737458263023 140737458263136 140737458263136 140737458270152 0
[pid=960373/tid=960384] ppid=960370 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/960373/task/960384/stat : 960384 (Finalizer) S 960370 960373 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184171679 19566772224 46863 134679101440 94389921742848 94389921746544 140737458254576 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94389921754360 94389921755152 94389932290048 140737458263023 140737458263136 140737458263136 140737458270152 0
[pid=960373/tid=960391] ppid=960370 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/960373/task/960391/stat : 960391 (Common-Cleaner) S 960370 960373 957012 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 184171679 19566772224 46863 134679101440 94389921742848 94389921746544 140737458254576 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94389921754360 94389921755152 94389932290048 140737458263023 140737458263136 140737458263136 140737458270152 0
[pid=960373/tid=960392] ppid=960370 vsize=19108176 memory=65 CPUtime=0 cores=1,3
/proc/960373/task/960392/stat : 960392 (Timer-0) S 960370 960373 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184171700 19566772224 46863 134679101440 94389921742848 94389921746544 140737458254576 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94389921754360 94389921755152 94389932290048 140737458263023 140737458263136 140737458263136 140737458270152 0
Current children cumulated CPU time: 2.82 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 187452 KiB

[startup+3.10581 s]
/proc/loadavg: 5.12 4.50 4.35 7/321 960393
/proc/meminfo: memFree=119480868/131655788 swapFree=131071996/131071996
[pid=960373] ppid=960370 vsize=19108176 memory=477736 CPUtime=6 cores=1,3
/proc/960373/stat : 960373 (java) S 960370 960373 957012 0 -1 1077936128 28050 0 0 0 585 15 0 0 20 0 20 0 184171674 19566772224 119434 134679101440 94389921742848 94389921746544 140737458254576 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94389921754360 94389921755152 94389932290048 140737458263023 140737458263136 140737458263136 140737458270152 0
/proc/960373/statm: 4777044 119434 5807 1 0 561385 0
[pid=960373/tid=960375] ppid=960370 vsize=19108176 memory=0 CPUtime=2.88 cores=1,3
/proc/960373/task/960375/stat : 960375 (java) R 960370 960373 957012 0 -1 4194368 7084 0 0 0 279 9 0 0 20 0 20 0 184171675 19566772224 119434 134679101440 94389921742848 94389921746544 140737458254576 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94389921754360 94389921755152 94389932290048 140737458263023 140737458263136 140737458263136 140737458270152 0
[pid=960373/tid=960384] ppid=960370 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/960373/task/960384/stat : 960384 (Finalizer) S 960370 960373 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184171679 19566772224 119434 134679101440 94389921742848 94389921746544 140737458254576 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94389921754360 94389921755152 94389932290048 140737458263023 140737458263136 140737458263136 140737458270152 0
[pid=960373/tid=960391] ppid=960370 vsize=19108176 memory=268704 CPUtime=0 cores=1,3
/proc/960373/task/960391/stat : 960391 (Common-Cleaner) S 960370 960373 957012 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 184171679 19566772224 119434 134679101440 94389921742848 94389921746544 140737458254576 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94389921754360 94389921755152 94389932290048 140737458263023 140737458263136 140737458263136 140737458270152 0
[pid=960373/tid=960392] ppid=960370 vsize=19108176 memory=12776 CPUtime=0 cores=1,3
/proc/960373/task/960392/stat : 960392 (Timer-0) S 960370 960373 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184171700 19566772224 119434 134679101440 94389921742848 94389921746544 140737458254576 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94389921754360 94389921755152 94389932290048 140737458263023 140737458263136 140737458263136 140737458270152 0
Current children cumulated CPU time: 6 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 477736 KiB

[startup+6.30046 s]
/proc/loadavg: 5.12 4.50 4.35 5/321 960395
/proc/meminfo: memFree=118599244/131655788 swapFree=131071996/131071996
[pid=960373] ppid=960370 vsize=19108176 memory=1006080 CPUtime=10.21 cores=1,3
/proc/960373/stat : 960373 (java) S 960370 960373 957012 0 -1 1077936128 31070 0 0 0 995 26 0 0 20 0 20 0 184171674 19566772224 251520 134679101440 94389921742848 94389921746544 140737458254576 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94389921754360 94389921755152 94389932290048 140737458263023 140737458263136 140737458263136 140737458270152 0
/proc/960373/statm: 4777044 251520 5839 1 0 562971 0
[pid=960373/tid=960375] ppid=960370 vsize=19108176 memory=12776 CPUtime=6.06 cores=1,3
/proc/960373/task/960375/stat : 960375 (java) R 960370 960373 957012 0 -1 4194368 7518 0 0 0 586 20 0 0 20 0 20 0 184171675 19566772224 251520 134679101440 94389921742848 94389921746544 140737458254576 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94389921754360 94389921755152 94389932290048 140737458263023 140737458263136 140737458263136 140737458270152 0
[pid=960373/tid=960384] ppid=960370 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/960373/task/960384/stat : 960384 (Finalizer) S 960370 960373 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184171679 19566772224 251520 134679101440 94389921742848 94389921746544 140737458254576 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94389921754360 94389921755152 94389932290048 140737458263023 140737458263136 140737458263136 140737458270152 0
[pid=960373/tid=960391] ppid=960370 vsize=19108176 memory=6010445543018223952 CPUtime=0 cores=1,3
/proc/960373/task/960391/stat : 960391 (Common-Cleaner) S 960370 960373 957012 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 184171679 19566772224 251520 134679101440 94389921742848 94389921746544 140737458254576 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94389921754360 94389921755152 94389932290048 140737458263023 140737458263136 140737458263136 140737458270152 0
[pid=960373/tid=960392] ppid=960370 vsize=19108176 memory=5544 CPUtime=0 cores=1,3
/proc/960373/task/960392/stat : 960392 (Timer-0) S 960370 960373 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184171700 19566772224 251520 134679101440 94389921742848 94389921746544 140737458254576 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94389921754360 94389921755152 94389932290048 140737458263023 140737458263136 140737458263136 140737458270152 0
Current children cumulated CPU time: 10.21 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1006080 KiB

[startup+12.7004 s]
/proc/loadavg: 5.02 4.50 4.35 5/321 960395
/proc/meminfo: memFree=118354788/131655788 swapFree=131071996/131071996
[pid=960373] ppid=960370 vsize=19108176 memory=1170104 CPUtime=16.74 cores=1,3
/proc/960373/stat : 960373 (java) S 960370 960373 957012 0 -1 1077936128 33288 0 0 0 1643 31 0 0 20 0 20 0 184171674 19566772224 292526 134679101440 94389921742848 94389921746544 140737458254576 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94389921754360 94389921755152 94389932290048 140737458263023 140737458263136 140737458263136 140737458270152 0
/proc/960373/statm: 4777044 292526 5839 1 0 562971 0
[pid=960373/tid=960375] ppid=960370 vsize=19108176 memory=0 CPUtime=12.37 cores=1,3
/proc/960373/task/960375/stat : 960375 (java) R 960370 960373 957012 0 -1 4194368 8648 0 0 0 1214 23 0 0 20 0 20 0 184171675 19566772224 292526 134679101440 94389921742848 94389921746544 140737458254576 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94389921754360 94389921755152 94389932290048 140737458263023 140737458263136 140737458263136 140737458270152 0
[pid=960373/tid=960384] ppid=960370 vsize=19108176 memory=1170092 CPUtime=0 cores=1,3
/proc/960373/task/960384/stat : 960384 (Finalizer) S 960370 960373 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184171679 19566772224 292526 134679101440 94389921742848 94389921746544 140737458254576 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94389921754360 94389921755152 94389932290048 140737458263023 140737458263136 140737458263136 140737458270152 0
[pid=960373/tid=960391] ppid=960370 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/960373/task/960391/stat : 960391 (Common-Cleaner) S 960370 960373 957012 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 184171679 19566772224 292526 134679101440 94389921742848 94389921746544 140737458254576 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94389921754360 94389921755152 94389932290048 140737458263023 140737458263136 140737458263136 140737458270152 0
[pid=960373/tid=960392] ppid=960370 vsize=19108176 memory=16116 CPUtime=0 cores=1,3
/proc/960373/task/960392/stat : 960392 (Timer-0) S 960370 960373 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184171700 19566772224 292526 134679101440 94389921742848 94389921746544 140737458254576 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94389921754360 94389921755152 94389932290048 140737458263023 140737458263136 140737458263136 140737458270152 0
Current children cumulated CPU time: 16.74 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1170104 KiB

[startup+25.5005 s]
/proc/loadavg: 4.86 4.48 4.34 6/321 960399
/proc/meminfo: memFree=117502780/131655788 swapFree=131071996/131071996
[pid=960373] ppid=960370 vsize=19108176 memory=1356536 CPUtime=29.52 cores=1,3
/proc/960373/stat : 960373 (java) S 960370 960373 957012 0 -1 1077936128 37354 0 0 0 2916 36 0 0 20 0 20 0 184171674 19566772224 339134 134679101440 94389921742848 94389921746544 140737458254576 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94389921754360 94389921755152 94389932290048 140737458263023 140737458263136 140737458263136 140737458270152 0
/proc/960373/statm: 4777044 339134 5839 1 0 562971 0
[pid=960373/tid=960375] ppid=960370 vsize=19108176 memory=1170092 CPUtime=24.91 cores=1,3
/proc/960373/task/960375/stat : 960375 (java) R 960370 960373 957012 0 -1 4194368 10014 0 0 0 2464 27 0 0 20 0 20 0 184171675 19566772224 339134 134679101440 94389921742848 94389921746544 140737458254576 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94389921754360 94389921755152 94389932290048 140737458263023 140737458263136 140737458263136 140737458270152 0
[pid=960373/tid=960384] ppid=960370 vsize=19108176 memory=16116 CPUtime=0 cores=1,3
/proc/960373/task/960384/stat : 960384 (Finalizer) S 960370 960373 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184171679 19566772224 339134 134679101440 94389921742848 94389921746544 140737458254576 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94389921754360 94389921755152 94389932290048 140737458263023 140737458263136 140737458263136 140737458270152 0
[pid=960373/tid=960391] ppid=960370 vsize=19108176 memory=1350372 CPUtime=0 cores=1,3
/proc/960373/task/960391/stat : 960391 (Common-Cleaner) S 960370 960373 957012 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 184171679 19566772224 339134 134679101440 94389921742848 94389921746544 140737458254576 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94389921754360 94389921755152 94389932290048 140737458263023 140737458263136 140737458263136 140737458270152 0
[pid=960373/tid=960392] ppid=960370 vsize=19108176 memory=11464 CPUtime=0 cores=1,3
/proc/960373/task/960392/stat : 960392 (Timer-0) S 960370 960373 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184171700 19566772224 339134 134679101440 94389921742848 94389921746544 140737458254576 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94389921754360 94389921755152 94389932290048 140737458263023 140737458263136 140737458263136 140737458270152 0
Current children cumulated CPU time: 29.52 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1356536 KiB

[startup+51.1135 s]
/proc/loadavg: 4.62 4.46 4.34 5/321 960402
/proc/meminfo: memFree=117102924/131655788 swapFree=131071996/131071996
[pid=960373] ppid=960370 vsize=19108176 memory=1371288 CPUtime=56.32 cores=1,3
/proc/960373/stat : 960373 (java) S 960370 960373 957012 0 -1 1077936128 51616 0 0 0 5592 40 0 0 20 0 20 0 184171674 19566772224 342822 134679101440 94389921742848 94389921746544 140737458254576 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94389921754360 94389921755152 94389932290048 140737458263023 140737458263136 140737458263136 140737458270152 0
/proc/960373/statm: 4777044 342822 5839 1 0 563003 0
[pid=960373/tid=960375] ppid=960370 vsize=19108176 memory=1365028 CPUtime=49.91 cores=1,3
/proc/960373/task/960375/stat : 960375 (java) R 960370 960373 957012 0 -1 4194368 12825 0 0 0 4963 28 0 0 20 0 20 0 184171675 19566772224 342822 134679101440 94389921742848 94389921746544 140737458254576 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94389921754360 94389921755152 94389932290048 140737458263023 140737458263136 140737458263136 140737458270152 0

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

[startup+3222.3 s]
/proc/loadavg: 4.40 4.29 4.27 5/319 961676
/proc/meminfo: memFree=116901200/131655788 swapFree=131071996/131071996
[pid=960373] ppid=960370 vsize=19108176 memory=3085528 CPUtime=3247.79 cores=1,3
/proc/960373/stat : 960373 (java) S 960370 960373 957012 0 -1 1077936128 302182 0 0 0 324419 360 0 0 20 0 20 0 184171674 19566772224 771382 134679101440 94389921742848 94389921746544 140737458254576 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94389921754360 94389921755152 94389932290048 140737458263023 140737458263136 140737458263136 140737458270152 0
/proc/960373/statm: 4777044 771382 5861 1 0 797464 0
[pid=960373/tid=960375] ppid=960370 vsize=19108176 memory=3085524 CPUtime=3166.31 cores=1,3
/proc/960373/task/960375/stat : 960375 (java) R 960370 960373 957012 0 -1 4194368 119389 0 0 0 316537 94 0 0 20 0 20 0 184171675 19566772224 771382 134679101440 94389921742848 94389921746544 140737458254576 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 132 0 0 94389921754360 94389921755152 94389932290048 140737458263023 140737458263136 140737458263136 140737458270152 0
[pid=960373/tid=960384] ppid=960370 vsize=19108176 memory=3085528 CPUtime=0 cores=1,3
/proc/960373/task/960384/stat : 960384 (Finalizer) S 960370 960373 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184171679 19566772224 771382 134679101440 94389921742848 94389921746544 140737458254576 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94389921754360 94389921755152 94389932290048 140737458263023 140737458263136 140737458263136 140737458270152 0
[pid=960373/tid=960391] ppid=960370 vsize=19108176 memory=3085528 CPUtime=0 cores=1,3
/proc/960373/task/960391/stat : 960391 (Common-Cleaner) S 960370 960373 957012 0 -1 1077936192 3216 0 0 0 0 0 0 0 20 0 20 0 184171679 19566772224 771382 134679101440 94389921742848 94389921746544 140737458254576 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94389921754360 94389921755152 94389932290048 140737458263023 140737458263136 140737458263136 140737458270152 0
[pid=960373/tid=960392] ppid=960370 vsize=19108176 memory=5544 CPUtime=0 cores=1,3
/proc/960373/task/960392/stat : 960392 (Timer-0) S 960370 960373 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184171700 19566772224 771382 134679101440 94389921742848 94389921746544 140737458254576 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94389921754360 94389921755152 94389932290048 140737458263023 140737458263136 140737458263136 140737458270152 0
Current children cumulated CPU time: 3247.79 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3085528 KiB

[startup+3282.3 s]
/proc/loadavg: 4.21 4.25 4.26 5/320 961687
/proc/meminfo: memFree=116884284/131655788 swapFree=131071996/131071996
[pid=960373] ppid=960370 vsize=19108176 memory=3085528 CPUtime=3307.85 cores=1,3
/proc/960373/stat : 960373 (java) S 960370 960373 957012 0 -1 1077936128 305693 0 0 0 330420 365 0 0 20 0 20 0 184171674 19566772224 771382 134679101440 94389921742848 94389921746544 140737458254576 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94389921754360 94389921755152 94389932290048 140737458263023 140737458263136 140737458263136 140737458270152 0
/proc/960373/statm: 4777044 771382 5861 1 0 797464 0
[pid=960373/tid=960375] ppid=960370 vsize=19108176 memory=3085528 CPUtime=3225.57 cores=1,3
/proc/960373/task/960375/stat : 960375 (java) R 960370 960373 957012 0 -1 4194368 121574 0 0 0 322462 95 0 0 20 0 20 0 184171675 19566772224 771382 134679101440 94389921742848 94389921746544 140737458254576 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 136 0 0 94389921754360 94389921755152 94389932290048 140737458263023 140737458263136 140737458263136 140737458270152 0
[pid=960373/tid=960384] ppid=960370 vsize=19108176 memory=3085528 CPUtime=0 cores=1,3
/proc/960373/task/960384/stat : 960384 (Finalizer) S 960370 960373 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184171679 19566772224 771382 134679101440 94389921742848 94389921746544 140737458254576 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94389921754360 94389921755152 94389932290048 140737458263023 140737458263136 140737458263136 140737458270152 0
[pid=960373/tid=960391] ppid=960370 vsize=19108176 memory=3085528 CPUtime=0 cores=1,3
/proc/960373/task/960391/stat : 960391 (Common-Cleaner) S 960370 960373 957012 0 -1 1077936192 3289 0 0 0 0 0 0 0 20 0 20 0 184171679 19566772224 771382 134679101440 94389921742848 94389921746544 140737458254576 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94389921754360 94389921755152 94389932290048 140737458263023 140737458263136 140737458263136 140737458270152 0
[pid=960373/tid=960392] ppid=960370 vsize=19108176 memory=3085528 CPUtime=0 cores=1,3
/proc/960373/task/960392/stat : 960392 (Timer-0) S 960370 960373 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184171700 19566772224 771382 134679101440 94389921742848 94389921746544 140737458254576 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94389921754360 94389921755152 94389932290048 140737458263023 140737458263136 140737458263136 140737458270152 0
Current children cumulated CPU time: 3307.85 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3085528 KiB

[startup+3342.3 s]
/proc/loadavg: 4.82 4.41 4.31 5/320 961698
/proc/meminfo: memFree=116875896/131655788 swapFree=131071996/131071996
[pid=960373] ppid=960370 vsize=19108176 memory=3085528 CPUtime=3367.93 cores=1,3
/proc/960373/stat : 960373 (java) S 960370 960373 957012 0 -1 1077936128 309600 0 0 0 336423 370 0 0 20 0 20 0 184171674 19566772224 771382 134679101440 94389921742848 94389921746544 140737458254576 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94389921754360 94389921755152 94389932290048 140737458263023 140737458263136 140737458263136 140737458270152 0
/proc/960373/statm: 4777044 771382 5861 1 0 797464 0
[pid=960373/tid=960375] ppid=960370 vsize=19108176 memory=43720 CPUtime=3284.69 cores=1,3
/proc/960373/task/960375/stat : 960375 (java) R 960370 960373 957012 0 -1 4194368 123928 0 0 0 328373 96 0 0 20 0 20 0 184171675 19566772224 771382 134679101440 94389921742848 94389921746544 140737458254576 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 138 0 0 94389921754360 94389921755152 94389932290048 140737458263023 140737458263136 140737458263136 140737458270152 0
[pid=960373/tid=960384] ppid=960370 vsize=19108176 memory=11464 CPUtime=0 cores=1,3
/proc/960373/task/960384/stat : 960384 (Finalizer) S 960370 960373 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184171679 19566772224 771382 134679101440 94389921742848 94389921746544 140737458254576 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94389921754360 94389921755152 94389932290048 140737458263023 140737458263136 140737458263136 140737458270152 0
[pid=960373/tid=960391] ppid=960370 vsize=19108176 memory=3085528 CPUtime=0.01 cores=1,3
/proc/960373/task/960391/stat : 960391 (Common-Cleaner) S 960370 960373 957012 0 -1 1077936192 3408 0 0 0 1 0 0 0 20 0 20 0 184171679 19566772224 771382 134679101440 94389921742848 94389921746544 140737458254576 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94389921754360 94389921755152 94389932290048 140737458263023 140737458263136 140737458263136 140737458270152 0
[pid=960373/tid=960392] ppid=960370 vsize=19108176 memory=32144 CPUtime=0 cores=1,3
/proc/960373/task/960392/stat : 960392 (Timer-0) S 960370 960373 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184171700 19566772224 771382 134679101440 94389921742848 94389921746544 140737458254576 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94389921754360 94389921755152 94389932290048 140737458263023 140737458263136 140737458263136 140737458270152 0
Current children cumulated CPU time: 3367.93 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3085528 KiB

[startup+3402.3 s]
/proc/loadavg: 4.66 4.46 4.34 5/320 961708
/proc/meminfo: memFree=116867312/131655788 swapFree=131071996/131071996
[pid=960373] ppid=960370 vsize=19108176 memory=3085528 CPUtime=3428.03 cores=1,3
/proc/960373/stat : 960373 (java) S 960370 960373 957012 0 -1 1077936128 312666 0 0 0 342429 374 0 0 20 0 20 0 184171674 19566772224 771382 134679101440 94389921742848 94389921746544 140737458254576 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94389921754360 94389921755152 94389932290048 140737458263023 140737458263136 140737458263136 140737458270152 0
/proc/960373/statm: 4777044 771382 5861 1 0 797464 0
[pid=960373/tid=960375] ppid=960370 vsize=19108176 memory=3085528 CPUtime=3343.99 cores=1,3
/proc/960373/task/960375/stat : 960375 (java) R 960370 960373 957012 0 -1 4194368 126083 0 0 0 334303 96 0 0 20 0 20 0 184171675 19566772224 771382 134679101440 94389921742848 94389921746544 140737458254576 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 138 0 0 94389921754360 94389921755152 94389932290048 140737458263023 140737458263136 140737458263136 140737458270152 0
[pid=960373/tid=960384] ppid=960370 vsize=19108176 memory=3085528 CPUtime=0 cores=1,3
/proc/960373/task/960384/stat : 960384 (Finalizer) S 960370 960373 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184171679 19566772224 771382 134679101440 94389921742848 94389921746544 140737458254576 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94389921754360 94389921755152 94389932290048 140737458263023 140737458263136 140737458263136 140737458270152 0
[pid=960373/tid=960391] ppid=960370 vsize=19108176 memory=3085528 CPUtime=0.01 cores=1,3
/proc/960373/task/960391/stat : 960391 (Common-Cleaner) S 960370 960373 957012 0 -1 1077936192 3408 0 0 0 1 0 0 0 20 0 20 0 184171679 19566772224 771382 134679101440 94389921742848 94389921746544 140737458254576 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94389921754360 94389921755152 94389932290048 140737458263023 140737458263136 140737458263136 140737458270152 0
[pid=960373/tid=960392] ppid=960370 vsize=19108176 memory=43720 CPUtime=0 cores=1,3
/proc/960373/task/960392/stat : 960392 (Timer-0) S 960370 960373 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184171700 19566772224 771382 134679101440 94389921742848 94389921746544 140737458254576 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94389921754360 94389921755152 94389932290048 140737458263023 140737458263136 140737458263136 140737458270152 0
Current children cumulated CPU time: 3428.03 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3085528 KiB

[startup+3462.3 s]
/proc/loadavg: 4.33 4.41 4.33 5/320 962103
/proc/meminfo: memFree=116862724/131655788 swapFree=131071996/131071996
[pid=960373] ppid=960370 vsize=19108176 memory=3085544 CPUtime=3488.14 cores=1,3
/proc/960373/stat : 960373 (java) S 960370 960373 957012 0 -1 1077936128 315430 0 0 0 348435 379 0 0 20 0 20 0 184171674 19566772224 771386 134679101440 94389921742848 94389921746544 140737458254576 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94389921754360 94389921755152 94389932290048 140737458263023 140737458263136 140737458263136 140737458270152 0
/proc/960373/statm: 4777044 771386 5861 1 0 797464 0
[pid=960373/tid=960375] ppid=960370 vsize=19108176 memory=3085528 CPUtime=3402.85 cores=1,3
/proc/960373/task/960375/stat : 960375 (java) R 960370 960373 957012 0 -1 4194368 127827 0 0 0 340187 98 0 0 20 0 20 0 184171675 19566772224 771386 134679101440 94389921742848 94389921746544 140737458254576 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 139 0 0 94389921754360 94389921755152 94389932290048 140737458263023 140737458263136 140737458263136 140737458270152 0
[pid=960373/tid=960384] ppid=960370 vsize=19108176 memory=43720 CPUtime=0 cores=1,3
/proc/960373/task/960384/stat : 960384 (Finalizer) S 960370 960373 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184171679 19566772224 771386 134679101440 94389921742848 94389921746544 140737458254576 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94389921754360 94389921755152 94389932290048 140737458263023 140737458263136 140737458263136 140737458270152 0
[pid=960373/tid=960391] ppid=960370 vsize=19108176 memory=5500 CPUtime=0.01 cores=1,3
/proc/960373/task/960391/stat : 960391 (Common-Cleaner) S 960370 960373 957012 0 -1 1077936192 3474 0 0 0 1 0 0 0 20 0 20 0 184171679 19566772224 771386 134679101440 94389921742848 94389921746544 140737458254576 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94389921754360 94389921755152 94389932290048 140737458263023 140737458263136 140737458263136 140737458270152 0
[pid=960373/tid=960392] ppid=960370 vsize=19108176 memory=11464 CPUtime=0 cores=1,3
/proc/960373/task/960392/stat : 960392 (Timer-0) S 960370 960373 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184171700 19566772224 771386 134679101440 94389921742848 94389921746544 140737458254576 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94389921754360 94389921755152 94389932290048 140737458263023 140737458263136 140737458263136 140737458270152 0
Current children cumulated CPU time: 3488.14 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3085544 KiB

[startup+3522.3 s]
/proc/loadavg: 4.23 4.36 4.32 5/320 962113
/proc/meminfo: memFree=116862268/131655788 swapFree=131071996/131071996
[pid=960373] ppid=960370 vsize=19108176 memory=3085572 CPUtime=3548.91 cores=1,3
/proc/960373/stat : 960373 (java) S 960370 960373 957012 0 -1 1077936128 319010 0 0 0 354508 383 0 0 20 0 20 0 184171674 19566772224 771393 134679101440 94389921742848 94389921746544 140737458254576 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94389921754360 94389921755152 94389932290048 140737458263023 140737458263136 140737458263136 140737458270152 0
/proc/960373/statm: 4777044 771393 5861 1 0 797464 0
[pid=960373/tid=960375] ppid=960370 vsize=19108176 memory=43720 CPUtime=3461.42 cores=1,3
/proc/960373/task/960375/stat : 960375 (java) R 960370 960373 957012 0 -1 4194368 129755 0 0 0 346044 98 0 0 20 0 20 0 184171675 19566772224 771393 134679101440 94389921742848 94389921746544 140737458254576 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 140 0 0 94389921754360 94389921755152 94389932290048 140737458263023 140737458263136 140737458263136 140737458270152 0
[pid=960373/tid=960384] ppid=960370 vsize=19108176 memory=43720 CPUtime=0 cores=1,3
/proc/960373/task/960384/stat : 960384 (Finalizer) S 960370 960373 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184171679 19566772224 771393 134679101440 94389921742848 94389921746544 140737458254576 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94389921754360 94389921755152 94389932290048 140737458263023 140737458263136 140737458263136 140737458270152 0
[pid=960373/tid=960391] ppid=960370 vsize=19108176 memory=3085572 CPUtime=0.01 cores=1,3
/proc/960373/task/960391/stat : 960391 (Common-Cleaner) S 960370 960373 957012 0 -1 1077936192 3538 0 0 0 1 0 0 0 20 0 20 0 184171679 19566772224 771393 134679101440 94389921742848 94389921746544 140737458254576 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94389921754360 94389921755152 94389932290048 140737458263023 140737458263136 140737458263136 140737458270152 0
[pid=960373/tid=960392] ppid=960370 vsize=19108176 memory=12776 CPUtime=0 cores=1,3
/proc/960373/task/960392/stat : 960392 (Timer-0) S 960370 960373 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184171700 19566772224 771393 134679101440 94389921742848 94389921746544 140737458254576 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94389921754360 94389921755152 94389932290048 140737458263023 140737458263136 140737458263136 140737458270152 0
Current children cumulated CPU time: 3548.91 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3085572 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3572.4 s]
/proc/loadavg: 4.40 4.37 4.32 5/320 962258
/proc/meminfo: memFree=120615072/131655788 swapFree=131071996/131071996
[pid=960373] ppid=960370 vsize=19108176 memory=3085572 CPUtime=3600 cores=1,3
/proc/960373/stat : 960373 (java) S 960370 960373 957012 0 -1 1077936128 322540 0 0 0 359612 388 0 0 20 0 20 0 184171674 19566772224 771393 134679101440 94389921742848 94389921746544 140737458254576 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94389921754360 94389921755152 94389932290048 140737458263023 140737458263136 140737458263136 140737458270152 0
/proc/960373/statm: 4777044 771393 5861 1 0 797464 0
[pid=960373/tid=960375] ppid=960370 vsize=19108176 memory=7552 CPUtime=3510.62 cores=1,3
/proc/960373/task/960375/stat : 960375 (java) R 960370 960373 957012 0 -1 4194368 131445 0 0 0 350963 99 0 0 20 0 20 0 184171675 19566772224 771393 134679101440 94389921742848 94389921746544 140737458254576 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 140 0 0 94389921754360 94389921755152 94389932290048 140737458263023 140737458263136 140737458263136 140737458270152 0
[pid=960373/tid=960384] ppid=960370 vsize=19108176 memory=3085572 CPUtime=0 cores=1,3
/proc/960373/task/960384/stat : 960384 (Finalizer) S 960370 960373 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184171679 19566772224 771393 134679101440 94389921742848 94389921746544 140737458254576 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94389921754360 94389921755152 94389932290048 140737458263023 140737458263136 140737458263136 140737458270152 0
[pid=960373/tid=960391] ppid=960370 vsize=19108176 memory=16116 CPUtime=0.01 cores=1,3
/proc/960373/task/960391/stat : 960391 (Common-Cleaner) S 960370 960373 957012 0 -1 1077936192 3538 0 0 0 1 0 0 0 20 0 20 0 184171679 19566772224 771393 134679101440 94389921742848 94389921746544 140737458254576 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94389921754360 94389921755152 94389932290048 140737458263023 140737458263136 140737458263136 140737458270152 0
[pid=960373/tid=960392] ppid=960370 vsize=19108176 memory=2216 CPUtime=0 cores=1,3
/proc/960373/task/960392/stat : 960392 (Timer-0) S 960370 960373 957012 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184171700 19566772224 771393 134679101440 94389921742848 94389921746544 140737458254576 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94389921754360 94389921755152 94389932290048 140737458263023 140737458263136 140737458263136 140737458270152 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3085572 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.53 s, system=3.90223 s

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

[startup+3572.61 s]
/proc/loadavg: 4.40 4.37 4.32 5/320 962258
/proc/meminfo: memFree=120615072/131655788 swapFree=131071996/131071996
[pid=960373] ppid=960370 vsize=19307868 memory=3086412 CPUtime=3600.41 cores=1,3
/proc/960373/stat : 960373 (java) S 960370 960373 957012 0 -1 1077936128 325798 0 0 0 359652 389 0 0 20 0 21 0 184171674 19771256832 771603 134679101440 94389921742848 94389921746544 140737458254576 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94389921754360 94389921755152 94389932290048 140737458263023 140737458263136 140737458263136 140737458270152 0
/proc/960373/statm: 4826967 771603 5858 1 0 798367 0
[pid=960373/tid=960375] ppid=960370 vsize=19307868 memory=20324 CPUtime=3510.83 cores=1,3
/proc/960373/task/960375/stat : 960375 (java) R 960370 960373 957012 0 -1 4194368 131456 0 0 0 350984 99 0 0 20 0 21 0 184171675 19771256832 771603 134679101440 94389921742848 94389921746544 140737458254576 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 140 0 0 94389921754360 94389921755152 94389932290048 140737458263023 140737458263136 140737458263136 140737458270152 0
[pid=960373/tid=960384] ppid=960370 vsize=19307868 memory=5428 CPUtime=0 cores=1,3
/proc/960373/task/960384/stat : 960384 (Finalizer) S 960370 960373 957012 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 184171679 19771256832 771603 134679101440 94389921742848 94389921746544 140737458254576 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94389921754360 94389921755152 94389932290048 140737458263023 140737458263136 140737458263136 140737458270152 0
[pid=960373/tid=960391] ppid=960370 vsize=19307868 memory=2692 CPUtime=0.01 cores=1,3
/proc/960373/task/960391/stat : 960391 (Common-Cleaner) S 960370 960373 957012 0 -1 1077936192 3538 0 0 0 1 0 0 0 20 0 21 0 184171679 19771256832 771603 134679101440 94389921742848 94389921746544 140737458254576 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94389921754360 94389921755152 94389932290048 140737458263023 140737458263136 140737458263136 140737458270152 0
Current children cumulated CPU time: 3600.41 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 3086412 KiB

Child status: 143

Real time (s): 3572.63
CPU time (s): 3600.43
CPU user time (s): 3596.53
CPU system time (s): 3.90223
CPU usage (%): 100.778
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 3086412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.53
system time used= 3.90223
maximum resident set size= 3087288
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 325858
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= 128650
involuntary context switches= 7445


# summary of solver processes directly reported to runsolver:
#   pid: 960373
#   total CPU time (s): 3600.43
#   total CPU user time (s): 3596.53
#   total CPU system time (s): 3.90223

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.6866 second user time and 39.1098 second system time

The end

Launcher Data

Begin job on nodeC009 at 2024-07-18 18:28:53
IDJOB=4445105
IDBENCH=148100
IDSOLVER=3046
FILE ID=nodeC009/4445105-1721320121
RUNJOBID= nodeC009-1721316605-957070
SLURM_JOB_ID= 7542654
Free space on /tmp= 723764 MiB

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

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

MD5SUM BENCH= f9ddfe14fcbe08e4d315c2b284f6e91e
RANDOM SEED=1626051093

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        119900728 kB
MemAvailable:   120659208 kB
Buffers:          515700 kB
Cached:          1081068 kB
SwapCached:            0 kB
Active:          1015380 kB
Inactive:       10176120 kB
Active(anon):       1460 kB
Inactive(anon):  9631000 kB
Active(file):    1013920 kB
Inactive(file):   545120 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              3444 kB
Writeback:             0 kB
AnonPages:       9595048 kB
Mapped:           126532 kB
Shmem:             37700 kB
KReclaimable:      78940 kB
Slab:             178384 kB
SReclaimable:      78940 kB
SUnreclaim:        99444 kB
KernelStack:        4820 kB
PageTables:        29068 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   12544384 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            58144 kB
HardwareCorrupted:     0 kB
AnonHugePages:   9275392 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      187208 kB
DirectMap2M:    19640320 kB
DirectMap1G:    116391936 kB

Free space on /tmp at the end= 723764 MiB
End job on nodeC009 at 2024-07-18 19:28:25