Trace number 4456321

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 Resolution Default 2024-07-07? (TO) 3600.32 3596.27

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/scens/
normalized-scen07_wcsp.wbo
MD5SUMfbb4da79d40095d38c594df560c89a05
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark2455561
Best CPU time to get the best result obtained on this benchmark3602.32
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables7976
Total number of constraints1810140
Number of soft constraints1809940
Number of constraints which are clauses1809940
Number of constraints which are cardinality constraints (but not clauses)200
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint44
Top cost 468527294
Min constraint cost 1
Max constraint cost 1000000
Sum of constraints costs 286472940853
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 45
Number of bits of the biggest sum of numbers6
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.14	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.14	c See www.sat4j.org for details.
0.12/0.16	c version CUSTOM.v20240707
0.12/0.18	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.18	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.18	c java.vm.version	22.0.1+8-16
0.12/0.18	c java.vm.vendor	Oracle Corporation
0.12/0.18	c sun.arch.data.model	64
0.12/0.18	c java.version		22.0.1
0.12/0.18	c os.name		Linux
0.12/0.18	c os.version		4.18.0-301.1.el8.x86_64
0.12/0.18	c os.arch		amd64
0.12/0.19	c Free memory 		2113181440
0.12/0.19	c Max memory 		16282288128
0.12/0.19	c Total memory 		2122317824
0.12/0.20	c Number of processors 	2
0.28/0.28	--- Begin Solver configuration ---
0.28/0.28	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.28/0.28	Learn all clauses as in MiniSAT
0.28/0.28	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.28/0.28	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.28/0.28	No reason simplification
0.28/0.28	Glucose 2.1 dynamic restart strategy
0.28/0.28	Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.28/0.28	timeout=2147483s
0.28/0.28	DB Simplification allowed=false
0.28/0.28	Listener: none
0.28/0.28	--- End Solver configuration ---
0.28/0.28	c Pseudo Boolean Optimization by upper bound
0.28/0.28	c --- Begin Solver configuration ---
0.28/0.28	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.28/0.28	c Learn all clauses as in MiniSAT
0.28/0.28	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.28/0.28	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.28/0.28	c No reason simplification
0.28/0.28	c Glucose 2.1 dynamic restart strategy
0.28/0.28	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.28/0.28	c timeout=2147483s
0.28/0.28	c DB Simplification allowed=false
0.28/0.28	c Listener: none
0.28/0.28	c --- End Solver configuration ---
0.28/0.29	c solving HOME/instance-4456321-1721721399.wbo
0.28/0.29	c reading problem ... 
10.26/6.88	c ... done. Wall clock time 6.591s.
10.26/6.88	c declared #vars     7976
10.26/6.88	c internal #vars     1817916
10.26/6.88	c #constraints  1810341
10.26/6.88	c constraints type 
10.26/6.88	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 200
10.26/6.88	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
10.26/6.88	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1810140
10.26/6.88	c 1810341 constraints processed.
10.44/6.90	c objective function length is 1809940 literals
29.37/24.36	c SATISFIABLE
29.37/24.36	c OPTIMIZING...
29.37/24.36	c Got one! Elapsed wall clock time (in seconds):24.076
29.37/24.38	o 50478565
47.81/41.48	c Got one! Elapsed wall clock time (in seconds):41.195
47.81/41.48	o 33619295
301.70/294.49	c cleaning 2583 clauses out of 5247 with flag 19371/5247
657.59/650.52	c cleaning 4326 clauses out of 8663 with flag 58203/11246
1078.11/1071.41	c cleaning 5665 clauses out of 11336 with flag 96944/18245
1494.01/1487.70	c cleaning 6828 clauses out of 13671 with flag 136935/26245
1959.88/1953.93	c cleaning 7923 clauses out of 15845 with flag 182998/35247
2477.32/2471.99	c cleaning 8961 clauses out of 17926 with flag 232941/45251
3048.02/3043.41	c cleaning 9980 clauses out of 19962 with flag 287559/56248
3600.03/3596.13	c starts		: 260
3600.03/3596.14	c conflicts		: 66825
3600.03/3596.16	c decisions		: 67148528
3600.03/3596.16	c propagations		: 17789286002
3600.03/3596.16	c inspects		: 47460679
3600.03/3596.16	c shortcuts		: 0
3600.03/3596.16	c learnt literals	: 0
3600.03/3596.16	c learnt binary clauses	: 0
3600.03/3596.16	c learnt ternary clauses	: 0
3600.03/3596.16	c learnt constraints	: 66825
3600.03/3596.16	c ignored constraints	: 0
3600.03/3596.17	c root simplifications	: 0
3600.03/3596.17	c removed literals (reason simplification)	: 0
3600.03/3596.17	c reason swapping (by a shorter reason)	: 0
3600.03/3596.17	c Calls to reduceDB	: 7
3600.03/3596.17	c Number of update (reduction) of LBD	: 25762
3600.03/3596.17	c Imported unit clauses	: 0
3600.03/3596.17	c No decision after first conflict	: false
3600.03/3596.17	c number of reductions to clauses (during analyze)	: 0
3600.03/3596.17	c number of learned constraints concerned by reduction	: 0
3600.03/3596.17	c number of learning phase by resolution	: 0
3600.03/3596.17	c number of learning phase by cutting planes	: 0
3600.03/3596.18	c number of rounding to 1 operations	: 0
3600.03/3596.18	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3596.18	c number of reductions of the coefficients by power 2 	: 0
3600.03/3596.19	c number of right shift for reduction by power 2 	: 0
3600.03/3596.19	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3596.19	c number of ending skipping 	: 0
3600.03/3596.19	c number of internal skipping 	: 0
3600.03/3596.19	c number of derivation steps 	: 0
3600.03/3596.19	c number of skipped derivation steps 	: 0
3600.03/3596.19	c number of remaining unassigned 	: 0
3600.03/3596.19	c number of remaining assigned 	: 0
3600.03/3596.19	c number of falsified literals weakened from reason	: 0
3600.21/3596.23	c number of falsified literals weakened from conflict	: 0
3600.21/3596.23	c time for arithmetic operations	: 0
3600.21/3596.23	c minimum degree of deleted constraints	: null
3600.21/3596.23	c maximum degree of deleted constraints	: null
3600.21/3596.23	c number of deleted constraints	: 0
3600.21/3596.23	c speed (assignments/second)	: 4956487.868933945
3600.21/3596.23	c non guided choices	: 55634
3600.21/3596.24	c timeout
3600.21/3596.25	Exception in thread "Thread-0" java.lang.NullPointerException: Cannot invoke "org.sat4j.specs.Constr.getClass()" because the return value of "java.util.Iterator.next()" is null
3600.21/3596.25		at org.sat4j.minisat.core.Solver.printLearntClausesInfos(Solver.java:1962)
3600.21/3596.25		at org.sat4j.minisat.core.Solver.printStat(Solver.java:2108)
3600.21/3596.25		at org.sat4j.minisat.core.Solver.printStat(Solver.java:2099)
3600.21/3596.25		at org.sat4j.tools.SolverDecorator.printStat(SolverDecorator.java:180)
3600.21/3596.25		at org.sat4j.OptimizationMode.displayResult(OptimizationMode.java:93)
3600.21/3596.25		at org.sat4j.AbstractLauncher.displayResult(AbstractLauncher.java:122)
3600.21/3596.25		at org.sat4j.AbstractLauncher$1.run(AbstractLauncher.java:91)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4456321-1721721399/watcher-4456321-1721721399 -o /tmp/evaluation-result-4456321-1721721399/solver-4456321-1721721399 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1721717814-78916 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4456321-1721721399.wbo 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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=81876, runsolver pid=81873
Current StackSize limit: 8192 KiB


[startup+0.100096 s]*
/proc/loadavg: 4.52 4.27 4.19 7/316 81894
/proc/meminfo: memFree=125024440/131655788 swapFree=131071996/131071996
[pid=81876] ppid=81873 vsize=18975048 memory=55708 CPUtime=0.12 cores=0,2
/proc/81876/stat : 81876 (java) S 81873 81876 78906 0 -1 1077936128 6459 0 0 0 9 3 0 0 20 0 18 0 8129737 19430449152 13927 134679101440 94225133977600 94225133981296 140734456281520 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94225133989112 94225133989904 94225135116288 140734456288262 140734456288352 140734456288352 140734456295368 0
/proc/81876/statm: 4743762 13927 5643 1 0 550799 0
[pid=81876/tid=81878] ppid=81873 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=0,2
/proc/81876/task/81878/stat : 81878 (java) R 81873 81876 78906 0 -1 4194368 5386 0 0 0 6 2 0 0 20 0 18 0 8129738 19430449152 13927 134679101440 94225133977600 94225133981296 140734456281520 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94225133989112 94225133989904 94225135116288 140734456288262 140734456288352 140734456288352 140734456295368 0
[pid=81876/tid=81887] ppid=81873 vsize=18975048 memory=232851243367 CPUtime=0 cores=0,2
/proc/81876/task/81887/stat : 81887 (Finalizer) S 81873 81876 78906 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 8129742 19430449152 13927 134679101440 94225133977600 94225133981296 140734456281520 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94225133989112 94225133989904 94225135116288 140734456288262 140734456288352 140734456288352 140734456295368 0
[pid=81876/tid=81894] ppid=81873 vsize=18975048 memory=4050484525539786784 CPUtime=0 cores=0,2
/proc/81876/task/81894/stat : 81894 (Common-Cleaner) S 81873 81876 78906 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 8129744 19430449152 13927 134679101440 94225133977600 94225133981296 140734456281520 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94225133989112 94225133989904 94225135116288 140734456288262 140734456288352 140734456288352 140734456295368 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 55708 KiB

[startup+0.209682 s]*
/proc/loadavg: 4.52 4.27 4.19 7/316 81894
/proc/meminfo: memFree=124969316/131655788 swapFree=131071996/131071996
[pid=81876] ppid=81873 vsize=18975048 memory=62712 CPUtime=0.28 cores=0,2
/proc/81876/stat : 81876 (java) S 81873 81876 78906 0 -1 1077936128 7176 0 0 0 24 4 0 0 20 0 18 0 8129737 19430449152 15678 134679101440 94225133977600 94225133981296 140734456281520 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94225133989112 94225133989904 94225135116288 140734456288262 140734456288352 140734456288352 140734456295368 0
/proc/81876/statm: 4743762 15678 5651 1 0 551366 0
[pid=81876/tid=81878] ppid=81873 vsize=18975048 memory=664970838410264707 CPUtime=0.19 cores=0,2
/proc/81876/task/81878/stat : 81878 (java) R 81873 81876 78906 0 -1 4194368 5700 0 0 0 16 3 0 0 20 0 18 0 8129738 19430449152 15678 134679101440 94225133977600 94225133981296 140734456281520 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94225133989112 94225133989904 94225135116288 140734456288262 140734456288352 140734456288352 140734456295368 0
[pid=81876/tid=81887] ppid=81873 vsize=18975048 memory=673 CPUtime=0 cores=0,2
/proc/81876/task/81887/stat : 81887 (Finalizer) S 81873 81876 78906 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 8129742 19430449152 15678 134679101440 94225133977600 94225133981296 140734456281520 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94225133989112 94225133989904 94225135116288 140734456288262 140734456288352 140734456288352 140734456295368 0
[pid=81876/tid=81894] ppid=81873 vsize=18975048 memory=13852958324442654 CPUtime=0 cores=0,2
/proc/81876/task/81894/stat : 81894 (Common-Cleaner) S 81873 81876 78906 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 8129744 19430449152 15678 134679101440 94225133977600 94225133981296 140734456281520 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94225133989112 94225133989904 94225135116288 140734456288262 140734456288352 140734456288352 140734456295368 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 62712 KiB

[startup+0.308587 s]*
/proc/loadavg: 4.52 4.27 4.19 8/316 81894
/proc/meminfo: memFree=124930380/131655788 swapFree=131071996/131071996
[pid=81876] ppid=81873 vsize=18975048 memory=74472 CPUtime=0.43 cores=0,2
/proc/81876/stat : 81876 (java) S 81873 81876 78906 0 -1 1077936128 7480 0 0 0 38 5 0 0 20 0 18 0 8129737 19430449152 18618 134679101440 94225133977600 94225133981296 140734456281520 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94225133989112 94225133989904 94225135116288 140734456288262 140734456288352 140734456288352 140734456295368 0
/proc/81876/statm: 4743762 18618 5730 1 0 551579 0
[pid=81876/tid=81878] ppid=81873 vsize=18975048 memory=-6000919494147599207 CPUtime=0.28 cores=0,2
/proc/81876/task/81878/stat : 81878 (java) S 81873 81876 78906 0 -1 1077936192 5879 0 0 0 25 3 0 0 20 0 18 0 8129738 19430449152 18618 134679101440 94225133977600 94225133981296 140734456281520 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94225133989112 94225133989904 94225135116288 140734456288262 140734456288352 140734456288352 140734456295368 0
[pid=81876/tid=81887] ppid=81873 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/81876/task/81887/stat : 81887 (Finalizer) S 81873 81876 78906 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 8129742 19430449152 18618 134679101440 94225133977600 94225133981296 140734456281520 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94225133989112 94225133989904 94225135116288 140734456288262 140734456288352 140734456288352 140734456295368 0
[pid=81876/tid=81894] ppid=81873 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/81876/task/81894/stat : 81894 (Common-Cleaner) S 81873 81876 78906 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 8129744 19430449152 18618 134679101440 94225133977600 94225133981296 140734456281520 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94225133989112 94225133989904 94225135116288 140734456288262 140734456288352 140734456288352 140734456295368 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 74472 KiB

[startup+0.701108 s]
/proc/loadavg: 4.52 4.27 4.19 9/317 81895
/proc/meminfo: memFree=124860400/131655788 swapFree=131071996/131071996
[pid=81876] ppid=81873 vsize=18975048 memory=142964 CPUtime=1.17 cores=0,2
/proc/81876/stat : 81876 (java) S 81873 81876 78906 0 -1 1077936128 9201 0 0 0 110 7 0 0 20 0 18 0 8129737 19430449152 35741 134679101440 94225133977600 94225133981296 140734456281520 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94225133989112 94225133989904 94225135116288 140734456288262 140734456288352 140734456288352 140734456295368 0
/proc/81876/statm: 4743762 35741 5815 1 0 552636 0
[pid=81876/tid=81878] ppid=81873 vsize=18975048 memory=5572 CPUtime=0.64 cores=0,2
/proc/81876/task/81878/stat : 81878 (java) R 81873 81876 78906 0 -1 4194368 5928 0 0 0 59 5 0 0 20 0 18 0 8129738 19430449152 35741 134679101440 94225133977600 94225133981296 140734456281520 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94225133989112 94225133989904 94225135116288 140734456288262 140734456288352 140734456288352 140734456295368 0
[pid=81876/tid=81887] ppid=81873 vsize=18975048 memory=12412 CPUtime=0 cores=0,2
/proc/81876/task/81887/stat : 81887 (Finalizer) S 81873 81876 78906 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 8129742 19430449152 35741 134679101440 94225133977600 94225133981296 140734456281520 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94225133989112 94225133989904 94225135116288 140734456288262 140734456288352 140734456288352 140734456295368 0
[pid=81876/tid=81894] ppid=81873 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/81876/task/81894/stat : 81894 (Common-Cleaner) S 81873 81876 78906 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 8129744 19430449152 35741 134679101440 94225133977600 94225133981296 140734456281520 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94225133989112 94225133989904 94225135116288 140734456288262 140734456288352 140734456288352 140734456295368 0
Current children cumulated CPU time: 1.17 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 142964 KiB

[startup+1.50111 s]
/proc/loadavg: 4.52 4.27 4.19 9/318 81896
/proc/meminfo: memFree=124734188/131655788 swapFree=131071996/131071996
[pid=81876] ppid=81873 vsize=19041612 memory=272428 CPUtime=2.6 cores=0,2
/proc/81876/stat : 81876 (java) S 81873 81876 78906 0 -1 1077936128 14722 0 0 0 249 11 0 0 20 0 19 0 8129737 19498610688 68107 134679101440 94225133977600 94225133981296 140734456281520 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94225133989112 94225133989904 94225135116288 140734456288262 140734456288352 140734456288352 140734456295368 0
/proc/81876/statm: 4760403 68107 5847 1 0 556245 0
[pid=81876/tid=81878] ppid=81873 vsize=19041612 memory=12412 CPUtime=1.12 cores=0,2
/proc/81876/task/81878/stat : 81878 (java) S 81873 81876 78906 0 -1 1077936192 5954 0 0 0 106 6 0 0 20 0 19 0 8129738 19498610688 68107 134679101440 94225133977600 94225133981296 140734456281520 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94225133989112 94225133989904 94225135116288 140734456288262 140734456288352 140734456288352 140734456295368 0
[pid=81876/tid=81887] ppid=81873 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/81876/task/81887/stat : 81887 (Finalizer) S 81873 81876 78906 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 8129742 19498610688 68107 134679101440 94225133977600 94225133981296 140734456281520 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94225133989112 94225133989904 94225135116288 140734456288262 140734456288352 140734456288352 140734456295368 0
[pid=81876/tid=81894] ppid=81873 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/81876/task/81894/stat : 81894 (Common-Cleaner) S 81873 81876 78906 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 8129744 19498610688 68107 134679101440 94225133977600 94225133981296 140734456281520 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94225133989112 94225133989904 94225135116288 140734456288262 140734456288352 140734456288352 140734456295368 0
Current children cumulated CPU time: 2.6 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 272428 KiB

[startup+3.10563 s]
/proc/loadavg: 4.52 4.27 4.19 5/318 81896
/proc/meminfo: memFree=122981020/131655788 swapFree=131071996/131071996
[pid=81876] ppid=81873 vsize=19041612 memory=1216988 CPUtime=4.76 cores=0,2
/proc/81876/stat : 81876 (java) S 81873 81876 78906 0 -1 1077936128 16877 0 0 0 447 29 0 0 20 0 19 0 8129737 19498610688 304247 134679101440 94225133977600 94225133981296 140734456281520 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94225133989112 94225133989904 94225135116288 140734456288262 140734456288352 140734456288352 140734456295368 0
/proc/81876/statm: 4760403 304247 5847 1 0 2519817 0
[pid=81876/tid=81878] ppid=81873 vsize=19041612 memory=0 CPUtime=2.33 cores=0,2
/proc/81876/task/81878/stat : 81878 (java) R 81873 81876 78906 0 -1 4194368 6299 0 0 0 213 20 0 0 20 0 19 0 8129738 19498610688 304247 134679101440 94225133977600 94225133981296 140734456281520 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94225133989112 94225133989904 94225135116288 140734456288262 140734456288352 140734456288352 140734456295368 0
[pid=81876/tid=81887] ppid=81873 vsize=19041612 memory=12412 CPUtime=0 cores=0,2
/proc/81876/task/81887/stat : 81887 (Finalizer) S 81873 81876 78906 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 8129742 19498610688 304247 134679101440 94225133977600 94225133981296 140734456281520 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94225133989112 94225133989904 94225135116288 140734456288262 140734456288352 140734456288352 140734456295368 0
[pid=81876/tid=81894] ppid=81873 vsize=19041612 memory=574220 CPUtime=0 cores=0,2
/proc/81876/task/81894/stat : 81894 (Common-Cleaner) S 81873 81876 78906 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 8129744 19498610688 304247 134679101440 94225133977600 94225133981296 140734456281520 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94225133989112 94225133989904 94225135116288 140734456288262 140734456288352 140734456288352 140734456295368 0
Current children cumulated CPU time: 4.76 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1216988 KiB

[startup+6.3091 s]
/proc/loadavg: 4.64 4.30 4.20 6/320 81899
/proc/meminfo: memFree=120351500/131655788 swapFree=131071996/131071996
[pid=81876] ppid=81873 vsize=19108176 memory=2577956 CPUtime=9.36 cores=0,2
/proc/81876/stat : 81876 (java) S 81873 81876 78906 0 -1 1077936128 18674 0 0 0 885 51 0 0 20 0 20 0 8129737 19566772224 644489 134679101440 94225133977600 94225133981296 140734456281520 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94225133989112 94225133989904 94225135116288 140734456288262 140734456288352 140734456288352 140734456295368 0
/proc/81876/statm: 4777044 644489 5847 1 0 3130184 0
[pid=81876/tid=81878] ppid=81873 vsize=19108176 memory=0 CPUtime=4.42 cores=0,2
/proc/81876/task/81878/stat : 81878 (java) R 81873 81876 78906 0 -1 4194368 6808 0 0 0 414 28 0 0 20 0 20 0 8129738 19566772224 644489 134679101440 94225133977600 94225133981296 140734456281520 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94225133989112 94225133989904 94225135116288 140734456288262 140734456288352 140734456288352 140734456295368 0
[pid=81876/tid=81887] ppid=81873 vsize=19108176 memory=371452 CPUtime=0 cores=0,2
/proc/81876/task/81887/stat : 81887 (Finalizer) S 81873 81876 78906 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 8129742 19566772224 644489 134679101440 94225133977600 94225133981296 140734456281520 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94225133989112 94225133989904 94225135116288 140734456288262 140734456288352 140734456288352 140734456295368 0
[pid=81876/tid=81894] ppid=81873 vsize=19108176 memory=224194199869 CPUtime=0 cores=0,2
/proc/81876/task/81894/stat : 81894 (Common-Cleaner) S 81873 81876 78906 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 8129744 19566772224 644489 134679101440 94225133977600 94225133981296 140734456281520 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94225133989112 94225133989904 94225135116288 140734456288262 140734456288352 140734456288352 140734456295368 0
Current children cumulated CPU time: 9.36 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2577956 KiB

[startup+12.7011 s]
/proc/loadavg: 4.75 4.33 4.21 5/322 81901
/proc/meminfo: memFree=119945624/131655788 swapFree=131071996/131071996
[pid=81876] ppid=81873 vsize=19174740 memory=2906840 CPUtime=17.25 cores=0,2
/proc/81876/stat : 81876 (java) S 81873 81876 78906 0 -1 1077936128 20181 0 0 0 1665 60 0 0 20 0 21 0 8129737 19634933760 726710 134679101440 94225133977600 94225133981296 140734456281520 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94225133989112 94225133989904 94225135116288 140734456288262 140734456288352 140734456288352 140734456295368 0
/proc/81876/statm: 4793685 726710 5900 1 0 3131502 0
[pid=81876/tid=81878] ppid=81873 vsize=19174740 memory=2906840 CPUtime=10.37 cores=0,2
/proc/81876/task/81878/stat : 81878 (java) R 81873 81876 78906 0 -1 4194368 7899 0 0 0 1007 30 0 0 20 0 21 0 8129738 19634933760 726710 134679101440 94225133977600 94225133981296 140734456281520 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94225133989112 94225133989904 94225135116288 140734456288262 140734456288352 140734456288352 140734456295368 0
[pid=81876/tid=81887] ppid=81873 vsize=19174740 memory=2906840 CPUtime=0 cores=0,2
/proc/81876/task/81887/stat : 81887 (Finalizer) S 81873 81876 78906 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 8129742 19634933760 726710 134679101440 94225133977600 94225133981296 140734456281520 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94225133989112 94225133989904 94225135116288 140734456288262 140734456288352 140734456288352 140734456295368 0
[pid=81876/tid=81894] ppid=81873 vsize=19174740 memory=2348028 CPUtime=0 cores=0,2
/proc/81876/task/81894/stat : 81894 (Common-Cleaner) S 81873 81876 78906 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 21 0 8129744 19634933760 726710 134679101440 94225133977600 94225133981296 140734456281520 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94225133989112 94225133989904 94225135116288 140734456288262 140734456288352 140734456288352 140734456295368 0
[pid=81876/tid=81901] ppid=81873 vsize=19174740 memory=1311196 CPUtime=0 cores=0,2
/proc/81876/task/81901/stat : 81901 (Timer-0) S 81873 81876 78906 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 8130450 19634933760 726710 134679101440 94225133977600 94225133981296 140734456281520 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94225133989112 94225133989904 94225135116288 140734456288262 140734456288352 140734456288352 140734456295368 0
Current children cumulated CPU time: 17.25 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 2906840 KiB

[startup+25.5051 s]
/proc/loadavg: 4.73 4.34 4.21 7/322 81903
/proc/meminfo: memFree=119618032/131655788 swapFree=131071996/131071996
[pid=81876] ppid=81873 vsize=19174740 memory=3289716 CPUtime=31.49 cores=0,2
/proc/81876/stat : 81876 (java) S 81873 81876 78906 0 -1 1077936128 29481 0 0 0 3079 70 0 0 20 0 21 0 8129737 19634933760 822429 134679101440 94225133977600 94225133981296 140734456281520 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94225133989112 94225133989904 94225135116288 140734456288262 140734456288352 140734456288352 140734456295368 0
/proc/81876/statm: 4793685 822429 5900 1 0 3131583 0
[pid=81876/tid=81878] ppid=81873 vsize=19174740 memory=11908 CPUtime=22.66 cores=0,2
/proc/81876/task/81878/stat : 81878 (java) R 81873 81876 78906 0 -1 4194368 11500 0 0 0 2232 34 0 0 20 0 21 0 8129738 19634933760 822429 134679101440 94225133977600 94225133981296 140734456281520 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94225133989112 94225133989904 94225135116288 140734456288262 140734456288352 140734456288352 140734456295368 0
[pid=81876/tid=81887] ppid=81873 vsize=19174740 memory=2906840 CPUtime=0 cores=0,2
/proc/81876/task/81887/stat : 81887 (Finalizer) S 81873 81876 78906 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 8129742 19634933760 822429 134679101440 94225133977600 94225133981296 140734456281520 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94225133989112 94225133989904 94225135116288 140734456288262 140734456288352 140734456288352 140734456295368 0
[pid=81876/tid=81894] ppid=81873 vsize=19174740 memory=31916 CPUtime=0 cores=0,2
/proc/81876/task/81894/stat : 81894 (Common-Cleaner) S 81873 81876 78906 0 -1 1077936192 40 0 0 0 0 0 0 0 20 0 21 0 8129744 19634933760 822429 134679101440 94225133977600 94225133981296 140734456281520 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94225133989112 94225133989904 94225135116288 140734456288262 140734456288352 140734456288352 140734456295368 0
[pid=81876/tid=81901] ppid=81873 vsize=19174740 memory=12412 CPUtime=0 cores=0,2
/proc/81876/task/81901/stat : 81901 (Timer-0) S 81873 81876 78906 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 8130450 19634933760 822429 134679101440 94225133977600 94225133981296 140734456281520 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94225133989112 94225133989904 94225135116288 140734456288262 140734456288352 140734456288352 140734456295368 0
Current children cumulated CPU time: 31.49 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 3289716 KiB

[startup+51.1136 s]
/proc/loadavg: 4.55 4.33 4.21 5/322 81908
/proc/meminfo: memFree=119111708/131655788 swapFree=131071996/131071996
[pid=81876] ppid=81873 vsize=19174740 memory=3654876 CPUtime=58.27 cores=0,2
/proc/81876/stat : 81876 (java) S 81873 81876 78906 0 -1 1077936128 33113 0 0 0 5747 80 0 0 20 0 21 0 8129737 19634933760 913719 134679101440 94225133977600 94225133981296 140734456281520 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94225133989112 94225133989904 94225135116288 140734456288262 140734456288352 140734456288352 140734456295368 0
/proc/81876/statm: 4793685 913719 5900 1 0 3131672 0
[pid=81876/tid=81878] ppid=81873 vsize=19174740 memory=3654872 CPUtime=47.74 cores=0,2
/proc/81876/task/81878/stat : 81878 (java) R 81873 81876 78906 0 -1 4194368 12905 0 0 0 4737 37 0 0 20 0 21 0 8129738 19634933760 913719 134679101440 94225133977600 94225133981296 140734456281520 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94225133989112 94225133989904 94225135116288 140734456288262 140734456288352 140734456288352 140734456295368 0
[pid=81876/tid=81887] ppid=81873 vsize=19174740 memory=3379956 CPUtime=0 cores=0,2
/proc/81876/task/81887/stat : 81887 (Finalizer) S 81873 81876 78906 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 8129742 19634933760 913719 134679101440 94225133977600 94225133981296 140734456281520 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94225133989112 94225133989904 94225135116288 140734456288262 140734456288352 140734456288352 140734456295368 0
[pid=81876/tid=81894] ppid=81873 vsize=19174740 memory=3289828 CPUtime=0 cores=0,2
/proc/81876/task/81894/stat : 81894 (Common-Cleaner) S 81873 81876 78906 0 -1 1077936192 40 0 0 0 0 0 0 0 20 0 21 0 8129744 19634933760 913719 134679101440 94225133977600 94225133981296 140734456281520 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94225133989112 94225133989904 94225135116288 140734456288262 140734456288352 140734456288352 140734456295368 0
[pid=81876/tid=81901] ppid=81873 vsize=19174740 memory=0 CPUtime=0 cores=0,2
/proc/81876/task/81901/stat : 81901 (Timer-0) S 81873 81876 78906 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 8130450 19634933760 913719 134679101440 94225133977600 94225133981296 140734456281520 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94225133989112 94225133989904 94225135116288 140734456288262 140734456288352 140734456288352 140734456295368 0
Current children cumulated CPU time: 58.27 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 3654876 KiB

[startup+102.301 s]

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

[startup+3282.3 s]
/proc/loadavg: 4.27 4.19 4.18 5/323 83361
/proc/meminfo: memFree=118844792/131655788 swapFree=131071996/131071996
[pid=81876] ppid=81873 vsize=19174740 memory=3657384 CPUtime=3286.55 cores=0,2
/proc/81876/stat : 81876 (java) S 81873 81876 78906 0 -1 1077936128 108809 0 0 0 328329 326 0 0 20 0 21 0 8129737 19634933760 914346 134679101440 94225133977600 94225133981296 140734456281520 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94225133989112 94225133989904 94225135116288 140734456288262 140734456288352 140734456288352 140734456295368 0
/proc/81876/statm: 4793685 914346 5948 1 0 3131759 0
[pid=81876/tid=81878] ppid=81873 vsize=19174740 memory=3657384 CPUtime=3269.3 cores=0,2
/proc/81876/task/81878/stat : 81878 (java) R 81873 81876 78906 0 -1 4194368 49236 0 0 0 326888 42 0 0 20 0 21 0 8129738 19634933760 914346 134679101440 94225133977600 94225133981296 140734456281520 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94225133989112 94225133989904 94225135116288 140734456288262 140734456288352 140734456288352 140734456295368 0
[pid=81876/tid=81887] ppid=81873 vsize=19174740 memory=3657384 CPUtime=0 cores=0,2
/proc/81876/task/81887/stat : 81887 (Finalizer) S 81873 81876 78906 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 8129742 19634933760 914346 134679101440 94225133977600 94225133981296 140734456281520 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94225133989112 94225133989904 94225135116288 140734456288262 140734456288352 140734456288352 140734456295368 0
[pid=81876/tid=81894] ppid=81873 vsize=19174740 memory=12412 CPUtime=0.01 cores=0,2
/proc/81876/task/81894/stat : 81894 (Common-Cleaner) S 81873 81876 78906 0 -1 1077936192 7033 0 0 0 0 1 0 0 20 0 21 0 8129744 19634933760 914346 134679101440 94225133977600 94225133981296 140734456281520 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94225133989112 94225133989904 94225135116288 140734456288262 140734456288352 140734456288352 140734456295368 0
[pid=81876/tid=81901] ppid=81873 vsize=19174740 memory=3657384 CPUtime=0 cores=0,2
/proc/81876/task/81901/stat : 81901 (Timer-0) S 81873 81876 78906 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 8130450 19634933760 914346 134679101440 94225133977600 94225133981296 140734456281520 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94225133989112 94225133989904 94225135116288 140734456288262 140734456288352 140734456288352 140734456295368 0
Current children cumulated CPU time: 3286.55 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 3657384 KiB

[startup+3342.3 s]
/proc/loadavg: 4.15 4.17 4.18 5/323 83371
/proc/meminfo: memFree=118844328/131655788 swapFree=131071996/131071996
[pid=81876] ppid=81873 vsize=19174740 memory=3657384 CPUtime=3346.45 cores=0,2
/proc/81876/stat : 81876 (java) S 81873 81876 78906 0 -1 1077936128 109555 0 0 0 334315 330 0 0 20 0 21 0 8129737 19634933760 914346 134679101440 94225133977600 94225133981296 140734456281520 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94225133989112 94225133989904 94225135116288 140734456288262 140734456288352 140734456288352 140734456295368 0
/proc/81876/statm: 4793685 914346 5948 1 0 3131759 0
[pid=81876/tid=81878] ppid=81873 vsize=19174740 memory=31916 CPUtime=3329.11 cores=0,2
/proc/81876/task/81878/stat : 81878 (java) R 81873 81876 78906 0 -1 4194368 49824 0 0 0 332869 42 0 0 20 0 21 0 8129738 19634933760 914346 134679101440 94225133977600 94225133981296 140734456281520 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94225133989112 94225133989904 94225135116288 140734456288262 140734456288352 140734456288352 140734456295368 0
[pid=81876/tid=81887] ppid=81873 vsize=19174740 memory=3657384 CPUtime=0 cores=0,2
/proc/81876/task/81887/stat : 81887 (Finalizer) S 81873 81876 78906 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 8129742 19634933760 914346 134679101440 94225133977600 94225133981296 140734456281520 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94225133989112 94225133989904 94225135116288 140734456288262 140734456288352 140734456288352 140734456295368 0
[pid=81876/tid=81894] ppid=81873 vsize=19174740 memory=3657384 CPUtime=0.01 cores=0,2
/proc/81876/task/81894/stat : 81894 (Common-Cleaner) S 81873 81876 78906 0 -1 1077936192 7033 0 0 0 0 1 0 0 20 0 21 0 8129744 19634933760 914346 134679101440 94225133977600 94225133981296 140734456281520 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94225133989112 94225133989904 94225135116288 140734456288262 140734456288352 140734456288352 140734456295368 0
[pid=81876/tid=81901] ppid=81873 vsize=19174740 memory=11908 CPUtime=0 cores=0,2
/proc/81876/task/81901/stat : 81901 (Timer-0) S 81873 81876 78906 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 8130450 19634933760 914346 134679101440 94225133977600 94225133981296 140734456281520 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94225133989112 94225133989904 94225135116288 140734456288262 140734456288352 140734456288352 140734456295368 0
Current children cumulated CPU time: 3346.45 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 3657384 KiB

[startup+3402.3 s]
/proc/loadavg: 4.21 4.18 4.18 5/323 83381
/proc/meminfo: memFree=118621956/131655788 swapFree=131071996/131071996
[pid=81876] ppid=81873 vsize=19174740 memory=3659444 CPUtime=3406.58 cores=0,2
/proc/81876/stat : 81876 (java) S 81873 81876 78906 0 -1 1077936128 112622 0 0 0 340323 335 0 0 20 0 21 0 8129737 19634933760 914861 134679101440 94225133977600 94225133981296 140734456281520 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94225133989112 94225133989904 94225135116288 140734456288262 140734456288352 140734456288352 140734456295368 0
/proc/81876/statm: 4793685 914861 5948 1 0 3131767 0
[pid=81876/tid=81878] ppid=81873 vsize=19174740 memory=3657384 CPUtime=3388.55 cores=0,2
/proc/81876/task/81878/stat : 81878 (java) R 81873 81876 78906 0 -1 4194368 50070 0 0 0 338813 42 0 0 20 0 21 0 8129738 19634933760 914861 134679101440 94225133977600 94225133981296 140734456281520 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94225133989112 94225133989904 94225135116288 140734456288262 140734456288352 140734456288352 140734456295368 0
[pid=81876/tid=81887] ppid=81873 vsize=19174740 memory=3657384 CPUtime=0 cores=0,2
/proc/81876/task/81887/stat : 81887 (Finalizer) S 81873 81876 78906 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 8129742 19634933760 914861 134679101440 94225133977600 94225133981296 140734456281520 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94225133989112 94225133989904 94225135116288 140734456288262 140734456288352 140734456288352 140734456295368 0
[pid=81876/tid=81894] ppid=81873 vsize=19174740 memory=11908 CPUtime=0.01 cores=0,2
/proc/81876/task/81894/stat : 81894 (Common-Cleaner) S 81873 81876 78906 0 -1 1077936192 7118 0 0 0 0 1 0 0 20 0 21 0 8129744 19634933760 914861 134679101440 94225133977600 94225133981296 140734456281520 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94225133989112 94225133989904 94225135116288 140734456288262 140734456288352 140734456288352 140734456295368 0
[pid=81876/tid=81901] ppid=81873 vsize=19174740 memory=3659444 CPUtime=0 cores=0,2
/proc/81876/task/81901/stat : 81901 (Timer-0) S 81873 81876 78906 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 8130450 19634933760 914861 134679101440 94225133977600 94225133981296 140734456281520 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94225133989112 94225133989904 94225135116288 140734456288262 140734456288352 140734456288352 140734456295368 0
Current children cumulated CPU time: 3406.58 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 3659444 KiB

[startup+3462.3 s]
/proc/loadavg: 4.13 4.16 4.17 5/323 83391
/proc/meminfo: memFree=118621624/131655788 swapFree=131071996/131071996
[pid=81876] ppid=81873 vsize=19174740 memory=3659444 CPUtime=3466.47 cores=0,2
/proc/81876/stat : 81876 (java) S 81873 81876 78906 0 -1 1077936128 113311 0 0 0 346308 339 0 0 20 0 21 0 8129737 19634933760 914861 134679101440 94225133977600 94225133981296 140734456281520 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94225133989112 94225133989904 94225135116288 140734456288262 140734456288352 140734456288352 140734456295368 0
/proc/81876/statm: 4793685 914861 5948 1 0 3131767 0
[pid=81876/tid=81878] ppid=81873 vsize=19174740 memory=3657384 CPUtime=3448.36 cores=0,2
/proc/81876/task/81878/stat : 81878 (java) R 81873 81876 78906 0 -1 4194368 50527 0 0 0 344794 42 0 0 20 0 21 0 8129738 19634933760 914861 134679101440 94225133977600 94225133981296 140734456281520 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94225133989112 94225133989904 94225135116288 140734456288262 140734456288352 140734456288352 140734456295368 0
[pid=81876/tid=81887] ppid=81873 vsize=19174740 memory=3657384 CPUtime=0 cores=0,2
/proc/81876/task/81887/stat : 81887 (Finalizer) S 81873 81876 78906 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 8129742 19634933760 914861 134679101440 94225133977600 94225133981296 140734456281520 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94225133989112 94225133989904 94225135116288 140734456288262 140734456288352 140734456288352 140734456295368 0
[pid=81876/tid=81894] ppid=81873 vsize=19174740 memory=11908 CPUtime=0.01 cores=0,2
/proc/81876/task/81894/stat : 81894 (Common-Cleaner) S 81873 81876 78906 0 -1 1077936192 7254 0 0 0 0 1 0 0 20 0 21 0 8129744 19634933760 914861 134679101440 94225133977600 94225133981296 140734456281520 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94225133989112 94225133989904 94225135116288 140734456288262 140734456288352 140734456288352 140734456295368 0
[pid=81876/tid=81901] ppid=81873 vsize=19174740 memory=16092 CPUtime=0 cores=0,2
/proc/81876/task/81901/stat : 81901 (Timer-0) S 81873 81876 78906 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 8130450 19634933760 914861 134679101440 94225133977600 94225133981296 140734456281520 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94225133989112 94225133989904 94225135116288 140734456288262 140734456288352 140734456288352 140734456295368 0
Current children cumulated CPU time: 3466.47 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 3659444 KiB

[startup+3522.3 s]
/proc/loadavg: 4.17 4.16 4.17 5/324 83786
/proc/meminfo: memFree=118509292/131655788 swapFree=131071996/131071996
[pid=81876] ppid=81873 vsize=19174740 memory=3659444 CPUtime=3526.36 cores=0,2
/proc/81876/stat : 81876 (java) S 81873 81876 78906 0 -1 1077936128 113992 0 0 0 352293 343 0 0 20 0 21 0 8129737 19634933760 914861 134679101440 94225133977600 94225133981296 140734456281520 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94225133989112 94225133989904 94225135116288 140734456288262 140734456288352 140734456288352 140734456295368 0
/proc/81876/statm: 4793685 914861 5948 1 0 3131767 0
[pid=81876/tid=81878] ppid=81873 vsize=19174740 memory=3659444 CPUtime=3508.19 cores=0,2
/proc/81876/task/81878/stat : 81878 (java) R 81873 81876 78906 0 -1 4194368 50968 0 0 0 350776 43 0 0 20 0 21 0 8129738 19634933760 914861 134679101440 94225133977600 94225133981296 140734456281520 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94225133989112 94225133989904 94225135116288 140734456288262 140734456288352 140734456288352 140734456295368 0
[pid=81876/tid=81887] ppid=81873 vsize=19174740 memory=3659444 CPUtime=0 cores=0,2
/proc/81876/task/81887/stat : 81887 (Finalizer) S 81873 81876 78906 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 8129742 19634933760 914861 134679101440 94225133977600 94225133981296 140734456281520 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94225133989112 94225133989904 94225135116288 140734456288262 140734456288352 140734456288352 140734456295368 0
[pid=81876/tid=81894] ppid=81873 vsize=19174740 memory=3659444 CPUtime=0.01 cores=0,2
/proc/81876/task/81894/stat : 81894 (Common-Cleaner) S 81873 81876 78906 0 -1 1077936192 7390 0 0 0 0 1 0 0 20 0 21 0 8129744 19634933760 914861 134679101440 94225133977600 94225133981296 140734456281520 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94225133989112 94225133989904 94225135116288 140734456288262 140734456288352 140734456288352 140734456295368 0
[pid=81876/tid=81901] ppid=81873 vsize=19174740 memory=3659444 CPUtime=0 cores=0,2
/proc/81876/task/81901/stat : 81901 (Timer-0) S 81873 81876 78906 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 8130450 19634933760 914861 134679101440 94225133977600 94225133981296 140734456281520 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94225133989112 94225133989904 94225135116288 140734456288262 140734456288352 140734456288352 140734456295368 0
Current children cumulated CPU time: 3526.36 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 3659444 KiB

[startup+3582.3 s]
/proc/loadavg: 4.24 4.18 4.18 5/323 83865
/proc/meminfo: memFree=119138244/131655788 swapFree=131071996/131071996
[pid=81876] ppid=81873 vsize=19174740 memory=3659444 CPUtime=3586.24 cores=0,2
/proc/81876/stat : 81876 (java) S 81873 81876 78906 0 -1 1077936128 114704 0 0 0 358278 346 0 0 20 0 21 0 8129737 19634933760 914861 134679101440 94225133977600 94225133981296 140734456281520 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94225133989112 94225133989904 94225135116288 140734456288262 140734456288352 140734456288352 140734456295368 0
/proc/81876/statm: 4793685 914861 5948 1 0 3131767 0
[pid=81876/tid=81878] ppid=81873 vsize=19174740 memory=11908 CPUtime=3568.01 cores=0,2
/proc/81876/task/81878/stat : 81878 (java) R 81873 81876 78906 0 -1 4194368 51441 0 0 0 356758 43 0 0 20 0 21 0 8129738 19634933760 914861 134679101440 94225133977600 94225133981296 140734456281520 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94225133989112 94225133989904 94225135116288 140734456288262 140734456288352 140734456288352 140734456295368 0
[pid=81876/tid=81887] ppid=81873 vsize=19174740 memory=33 CPUtime=0 cores=0,2
/proc/81876/task/81887/stat : 81887 (Finalizer) S 81873 81876 78906 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 8129742 19634933760 914861 134679101440 94225133977600 94225133981296 140734456281520 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94225133989112 94225133989904 94225135116288 140734456288262 140734456288352 140734456288352 140734456295368 0
[pid=81876/tid=81894] ppid=81873 vsize=19174740 memory=12412 CPUtime=0.01 cores=0,2
/proc/81876/task/81894/stat : 81894 (Common-Cleaner) S 81873 81876 78906 0 -1 1077936192 7539 0 0 0 0 1 0 0 20 0 21 0 8129744 19634933760 914861 134679101440 94225133977600 94225133981296 140734456281520 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94225133989112 94225133989904 94225135116288 140734456288262 140734456288352 140734456288352 140734456295368 0
[pid=81876/tid=81901] ppid=81873 vsize=19174740 memory=11908 CPUtime=0 cores=0,2
/proc/81876/task/81901/stat : 81901 (Timer-0) S 81873 81876 78906 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 8130450 19634933760 914861 134679101440 94225133977600 94225133981296 140734456281520 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94225133989112 94225133989904 94225135116288 140734456288262 140734456288352 140734456288352 140734456295368 0
Current children cumulated CPU time: 3586.24 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 3659444 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3596.11 s]
/proc/loadavg: 4.18 4.17 4.18 5/304 83871
/proc/meminfo: memFree=121046448/131655788 swapFree=131071996/131071996
[pid=81876] ppid=81873 vsize=19174740 memory=3659444 CPUtime=3600.03 cores=0,2
/proc/81876/stat : 81876 (java) S 81873 81876 78906 0 -1 1077936128 114936 0 0 0 359655 348 0 0 20 0 21 0 8129737 19634933760 914861 134679101440 94225133977600 94225133981296 140734456281520 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94225133989112 94225133989904 94225135116288 140734456288262 140734456288352 140734456288352 140734456295368 0
/proc/81876/statm: 4793685 914861 5948 1 0 3131767 0
[pid=81876/tid=81878] ppid=81873 vsize=19174740 memory=3659444 CPUtime=3581.78 cores=0,2
/proc/81876/task/81878/stat : 81878 (java) R 81873 81876 78906 0 -1 4194368 51642 0 0 0 358135 43 0 0 20 0 21 0 8129738 19634933760 914861 134679101440 94225133977600 94225133981296 140734456281520 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94225133989112 94225133989904 94225135116288 140734456288262 140734456288352 140734456288352 140734456295368 0
[pid=81876/tid=81887] ppid=81873 vsize=19174740 memory=3659444 CPUtime=0 cores=0,2
/proc/81876/task/81887/stat : 81887 (Finalizer) S 81873 81876 78906 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 8129742 19634933760 914861 134679101440 94225133977600 94225133981296 140734456281520 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94225133989112 94225133989904 94225135116288 140734456288262 140734456288352 140734456288352 140734456295368 0
[pid=81876/tid=81894] ppid=81873 vsize=19174740 memory=3659444 CPUtime=0.01 cores=0,2
/proc/81876/task/81894/stat : 81894 (Common-Cleaner) S 81873 81876 78906 0 -1 1077936192 7539 0 0 0 0 1 0 0 20 0 21 0 8129744 19634933760 914861 134679101440 94225133977600 94225133981296 140734456281520 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94225133989112 94225133989904 94225135116288 140734456288262 140734456288352 140734456288352 140734456295368 0
[pid=81876/tid=81901] ppid=81873 vsize=19174740 memory=3659444 CPUtime=0 cores=0,2
/proc/81876/task/81901/stat : 81901 (Timer-0) S 81873 81876 78906 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 8130450 19634933760 914861 134679101440 94225133977600 94225133981296 140734456281520 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94225133989112 94225133989904 94225135116288 140734456288262 140734456288352 140734456288352 140734456295368 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 3659444 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.82 s, system=3.50428 s

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

[startup+3596.2 s]
/proc/loadavg: 4.18 4.17 4.18 5/304 83871
/proc/meminfo: memFree=121046448/131655788 swapFree=131071996/131071996
[pid=81876] ppid=81873 vsize=19374432 memory=3660140 CPUtime=3600.21 cores=0,2
/proc/81876/stat : 81876 (java) S 81873 81876 78906 0 -1 1077936128 118559 0 0 0 359672 349 0 0 20 0 23 0 8129737 19839418368 915035 134679101440 94225133977600 94225133981296 140734456281520 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94225133989112 94225133989904 94225135116288 140734456288262 140734456288352 140734456288352 140734456295368 0
/proc/81876/statm: 4843608 915035 5947 1 0 3132686 0
[pid=81876/tid=81878] ppid=81873 vsize=19374432 memory=527 CPUtime=3581.87 cores=0,2
/proc/81876/task/81878/stat : 81878 (java) R 81873 81876 78906 0 -1 4194368 52031 0 0 0 358144 43 0 0 20 0 23 0 8129738 19839418368 915035 134679101440 94225133977600 94225133981296 140734456281520 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94225133989112 94225133989904 94225135116288 140734456288262 140734456288352 140734456288352 140734456295368 0
[pid=81876/tid=81887] ppid=81873 vsize=19374432 memory=5885 CPUtime=0 cores=0,2
/proc/81876/task/81887/stat : 81887 (Finalizer) S 81873 81876 78906 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 23 0 8129742 19839418368 915035 134679101440 94225133977600 94225133981296 140734456281520 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94225133989112 94225133989904 94225135116288 140734456288262 140734456288352 140734456288352 140734456295368 0
[pid=81876/tid=81894] ppid=81873 vsize=19374432 memory=480965 CPUtime=0.01 cores=0,2
/proc/81876/task/81894/stat : 81894 (Common-Cleaner) S 81873 81876 78906 0 -1 1077936192 7539 0 0 0 0 1 0 0 20 0 23 0 8129744 19839418368 915035 134679101440 94225133977600 94225133981296 140734456281520 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94225133989112 94225133989904 94225135116288 140734456288262 140734456288352 140734456288352 140734456295368 0
Current children cumulated CPU time: 3600.21 s
Current children cumulated vsize: 19374432 KiB
Current children cumulated memory: 3660140 KiB

Child status: 143

Real time (s): 3596.27
CPU time (s): 3600.32
CPU user time (s): 3596.82
CPU system time (s): 3.50428
CPU usage (%): 100.113
Max. virtual memory (cumulated for all children) (KiB): 19374432
Max. memory (cumulated for all children) (KiB): 3660140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.82
system time used= 3.50428
maximum resident set size= 3660896
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 118970
page faults= 0
swaps= 0
block input operations= 24
block output operations= 2616
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 147225
involuntary context switches= 25884


# summary of solver processes directly reported to runsolver:
#   pid: 81876
#   total CPU time (s): 3600.32
#   total CPU user time (s): 3596.82
#   total CPU system time (s): 3.50428

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 20.2432 second user time and 38.0066 second system time

The end

Launcher Data

Begin job on nodeC012 at 2024-07-23 09:56:40
IDJOB=4456321
IDBENCH=143875
IDSOLVER=3037
FILE ID=nodeC012/4456321-1721721399
RUNJOBID= nodeC012-1721717814-78916
SLURM_JOB_ID= 7770388
Free space on /tmp= 723672 MiB

SOLVER NAME= Sat4j Resolution Default 2024-07-07
BENCH NAME= PB24/WBO/PARTIAL-LIN/wcsp/scens/normalized-scen07_wcsp.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4456321-1721721399/watcher-4456321-1721721399 -o /tmp/evaluation-result-4456321-1721721399/solver-4456321-1721721399 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1721717814-78916 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4456321-1721721399.wbo

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

MD5SUM BENCH= fbb4da79d40095d38c594df560c89a05
RANDOM SEED=944239256

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.201
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.47
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		: 3658.599
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.32
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		: 1795.749
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.47
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.290
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.32
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		: 2294.571
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.47
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		: 3664.947
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.32
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.168
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.47
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.270
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.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        125069148 kB
MemAvailable:   128527500 kB
Buffers:          142140 kB
Cached:          4109824 kB
SwapCached:            0 kB
Active:           880452 kB
Inactive:        5140792 kB
Active(anon):       1448 kB
Inactive(anon):  1797344 kB
Active(file):     879004 kB
Inactive(file):  3343448 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            102176 kB
Writeback:             0 kB
AnonPages:       1769304 kB
Mapped:           119832 kB
Shmem:             29512 kB
KReclaimable:     151864 kB
Slab:             247432 kB
SReclaimable:     151864 kB
SUnreclaim:        95568 kB
KernelStack:        4816 kB
PageTables:        13464 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    7275440 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            16928 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1515520 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:      271176 kB
DirectMap2M:    22702080 kB
DirectMap1G:    113246208 kB

Free space on /tmp at the end= 723668 MiB
End job on nodeC012 at 2024-07-23 10:56:36