Trace number 4424948

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.12 3599.85

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/graphs/
normalized-graph13reducmore_wcsp.wbo
MD5SUM67fbd2e887926488e60ea47b7a4ad243
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark5015
Best CPU time to get the best result obtained on this benchmark3601.46
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables13153
Total number of constraints970904
Number of soft constraints970450
Number of constraints which are clauses970450
Number of constraints which are cardinality constraints (but not clauses)454
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint44
Top cost 10110
Min constraint cost 1
Max constraint cost 3670
Sum of constraints costs 307075871
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.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.08	c Number of processors 	2
0.14/0.12	--- Begin Solver configuration ---
0.14/0.12	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.14/0.12	Learn all clauses as in MiniSAT
0.14/0.12	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.12	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.12	No reason simplification
0.14/0.12	Glucose 2.1 dynamic restart strategy
0.14/0.12	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.14/0.12	timeout=2147483s
0.14/0.12	DB Simplification allowed=false
0.14/0.12	Listener: none
0.14/0.12	--- End Solver configuration ---
0.14/0.12	c Pseudo Boolean Optimization by upper bound
0.14/0.12	c --- Begin Solver configuration ---
0.14/0.12	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.14/0.12	c Learn all clauses as in MiniSAT
0.14/0.12	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.12	c No reason simplification
0.14/0.12	c Glucose 2.1 dynamic restart strategy
0.14/0.12	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.14/0.12	c timeout=2147483s
0.14/0.12	c DB Simplification allowed=false
0.14/0.12	c Listener: none
0.14/0.12	c --- End Solver configuration ---
0.14/0.12	c solving HOME/instance-4424948-1720894384.wbo
0.14/0.12	c reading problem ... 
5.76/3.70	c ... done. Wall clock time 3.572s.
5.76/3.70	c declared #vars     13153
5.76/3.70	c internal #vars     983603
5.76/3.70	c #constraints  971359
5.76/3.70	c constraints type 
5.76/3.70	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 5302
5.76/3.70	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 446
5.76/3.70	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
5.76/3.70	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 965610
5.76/3.70	c 971359 constraints processed.
5.76/3.71	c objective function length is 970450 literals
121.70/118.34	c cleaning 2499 clauses out of 5000 with flag 46709/5000
385.99/382.89	c cleaning 4228 clauses out of 8502 with flag 87630/11001
782.98/780.30	c cleaning 5629 clauses out of 11274 with flag 169666/18001
1248.13/1245.88	c cleaning 6817 clauses out of 13644 with flag 266236/26000
1879.89/1878.29	c cleaning 7914 clauses out of 15827 with flag 387122/35000
2641.24/2640.38	c cleaning 8958 clauses out of 17915 with flag 580872/45002
3600.03/3599.81	c starts		: 63
3600.03/3599.81	c conflicts		: 54507
3600.03/3599.81	c decisions		: 5298962
3600.03/3599.81	c propagations		: 7219062889
3600.03/3599.81	c inspects		: 87562377
3600.03/3599.81	c shortcuts		: 0
3600.03/3599.81	c learnt literals	: 0
3600.03/3599.81	c learnt binary clauses	: 0
3600.03/3599.81	c learnt ternary clauses	: 0
3600.03/3599.81	c learnt constraints	: 54506
3600.03/3599.81	c ignored constraints	: 0
3600.03/3599.81	c root simplifications	: 0
3600.03/3599.81	c removed literals (reason simplification)	: 0
3600.03/3599.81	c reason swapping (by a shorter reason)	: 0
3600.03/3599.81	c Calls to reduceDB	: 6
3600.03/3599.82	c Number of update (reduction) of LBD	: 32402
3600.03/3599.82	c Imported unit clauses	: 0
3600.03/3599.82	c No decision after first conflict	: false
3600.03/3599.82	c number of reductions to clauses (during analyze)	: 0
3600.03/3599.82	c number of learned constraints concerned by reduction	: 0
3600.03/3599.82	c number of learning phase by resolution	: 0
3600.03/3599.82	c number of learning phase by cutting planes	: 0
3600.03/3599.82	c number of rounding to 1 operations	: 0
3600.03/3599.82	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3599.82	c number of reductions of the coefficients by power 2 	: 0
3600.03/3599.82	c number of right shift for reduction by power 2 	: 0
3600.03/3599.82	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3599.82	c number of ending skipping 	: 0
3600.03/3599.82	c number of internal skipping 	: 0
3600.03/3599.82	c number of derivation steps 	: 0
3600.03/3599.82	c number of skipped derivation steps 	: 0
3600.03/3599.82	c number of remaining unassigned 	: 0
3600.03/3599.82	c number of remaining assigned 	: 0
3600.03/3599.82	c number of falsified literals weakened from reason	: 0
3600.03/3599.82	c number of falsified literals weakened from conflict	: 0
3600.03/3599.82	c time for arithmetic operations	: 0
3600.03/3599.82	c minimum degree of deleted constraints	: null
3600.03/3599.82	c maximum degree of deleted constraints	: null
3600.03/3599.82	c number of deleted constraints	: 0
3600.03/3599.82	c speed (assignments/second)	: 2007544.2541602857
3600.03/3599.82	c non guided choices	: 0
3600.03/3599.83	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 18461
3600.03/3599.83	s UNKNOWN
3600.03/3599.84	c Total wall clock time (in seconds): 3599.714

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4424948-1720894384/watcher-4424948-1720894384 -o /tmp/evaluation-result-4424948-1720894384/solver-4424948-1720894384 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1720890801-713073 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4424948-1720894384.wbo 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=716020, runsolver pid=716017

[startup+0.100059 s]*
/proc/loadavg: 4.08 4.10 4.04 5/333 716038
/proc/meminfo: memFree=123070588/131524600 swapFree=131071996/131071996
[pid=716020] ppid=716017 vsize=18975048 memory=63080 CPUtime=0.14 cores=4,6
/proc/716020/stat : 716020 (java) S 716017 716020 713062 0 -1 1077936128 7224 0 0 0 12 2 0 0 20 0 18 0 141608104 19430449152 15770 134679101440 94243865518080 94243865521776 140728141618560 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94243865529592 94243865530384 94243878633472 140728141620261 140728141620351 140728141620351 140728141627336 0
/proc/716020/statm: 4743762 15770 5663 1 0 549349 0
[pid=716020/tid=716022] ppid=716017 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=4,6
/proc/716020/task/716022/stat : 716022 (java) R 716017 716020 713062 0 -1 4194368 5753 0 0 0 7 1 0 0 20 0 18 0 141608104 19430449152 15770 134679101440 94243865518080 94243865521776 140728141618560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94243865529592 94243865530384 94243878633472 140728141620261 140728141620351 140728141620351 140728141627336 0
[pid=716020/tid=716031] ppid=716017 vsize=18975048 memory=228556276070 CPUtime=0 cores=4,6
/proc/716020/task/716031/stat : 716031 (Finalizer) S 716017 716020 713062 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 141608107 19430449152 15770 134679101440 94243865518080 94243865521776 140728141618560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94243865529592 94243865530384 94243878633472 140728141620261 140728141620351 140728141620351 140728141627336 0
[pid=716020/tid=716038] ppid=716017 vsize=18975048 memory=15817789847927870 CPUtime=0 cores=4,6
/proc/716020/task/716038/stat : 716038 (Common-Cleaner) S 716017 716020 713062 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 18 0 141608107 19430449152 15770 134679101440 94243865518080 94243865521776 140728141618560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94243865529592 94243865530384 94243878633472 140728141620261 140728141620351 140728141620351 140728141627336 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63080 KiB

[startup+0.206653 s]*
/proc/loadavg: 4.08 4.10 4.04 6/333 716038
/proc/meminfo: memFree=123009736/131524600 swapFree=131071996/131071996
[pid=716020] ppid=716017 vsize=18975048 memory=130208 CPUtime=0.34 cores=4,6
/proc/716020/stat : 716020 (java) S 716017 716020 713062 0 -1 1077936128 8222 0 0 0 30 4 0 0 20 0 18 0 141608104 19430449152 32552 134679101440 94243865518080 94243865521776 140728141618560 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94243865529592 94243865530384 94243878633472 140728141620261 140728141620351 140728141620351 140728141627336 0
/proc/716020/statm: 4743762 32552 5830 1 0 550038 0
[pid=716020/tid=716022] ppid=716017 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=4,6
/proc/716020/task/716022/stat : 716022 (java) R 716017 716020 713062 0 -1 4194368 5927 0 0 0 15 3 0 0 20 0 18 0 141608104 19430449152 32552 134679101440 94243865518080 94243865521776 140728141618560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94243865529592 94243865530384 94243878633472 140728141620261 140728141620351 140728141620351 140728141627336 0
[pid=716020/tid=716031] ppid=716017 vsize=18975048 memory=17963 CPUtime=0 cores=4,6
/proc/716020/task/716031/stat : 716031 (Finalizer) S 716017 716020 713062 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 141608107 19430449152 32552 134679101440 94243865518080 94243865521776 140728141618560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94243865529592 94243865530384 94243878633472 140728141620261 140728141620351 140728141620351 140728141627336 0
[pid=716020/tid=716038] ppid=716017 vsize=18975048 memory=14697378909259238 CPUtime=0 cores=4,6
/proc/716020/task/716038/stat : 716038 (Common-Cleaner) S 716017 716020 713062 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 18 0 141608107 19430449152 32552 134679101440 94243865518080 94243865521776 140728141618560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94243865529592 94243865530384 94243878633472 140728141620261 140728141620351 140728141620351 140728141627336 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 130208 KiB

[startup+0.31557 s]*
/proc/loadavg: 4.08 4.10 4.04 6/334 716039
/proc/meminfo: memFree=122961152/131524600 swapFree=131071996/131071996
[pid=716020] ppid=716017 vsize=19041612 memory=174324 CPUtime=0.54 cores=4,6
/proc/716020/stat : 716020 (java) S 716017 716020 713062 0 -1 1077936128 9319 0 0 0 50 4 0 0 20 0 19 0 141608104 19498610688 43581 134679101440 94243865518080 94243865521776 140728141618560 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94243865529592 94243865530384 94243878633472 140728141620261 140728141620351 140728141620351 140728141627336 0
/proc/716020/statm: 4760403 43581 5830 1 0 550900 0
[pid=716020/tid=716022] ppid=716017 vsize=19041612 memory=-8672923970562335420 CPUtime=0.25 cores=4,6
/proc/716020/task/716022/stat : 716022 (java) S 716017 716020 713062 0 -1 1077936192 5947 0 0 0 22 3 0 0 20 0 19 0 141608104 19498610688 43581 134679101440 94243865518080 94243865521776 140728141618560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94243865529592 94243865530384 94243878633472 140728141620261 140728141620351 140728141620351 140728141627336 0
[pid=716020/tid=716031] ppid=716017 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/716020/task/716031/stat : 716031 (Finalizer) S 716017 716020 713062 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 141608107 19498610688 43581 134679101440 94243865518080 94243865521776 140728141618560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94243865529592 94243865530384 94243878633472 140728141620261 140728141620351 140728141620351 140728141627336 0
[pid=716020/tid=716038] ppid=716017 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/716020/task/716038/stat : 716038 (Common-Cleaner) S 716017 716020 713062 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 141608107 19498610688 43581 134679101440 94243865518080 94243865521776 140728141618560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94243865529592 94243865530384 94243878633472 140728141620261 140728141620351 140728141620351 140728141627336 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 174324 KiB

[startup+0.70124 s]
/proc/loadavg: 4.08 4.10 4.04 7/334 716039
/proc/meminfo: memFree=122944384/131524600 swapFree=131071996/131071996
[pid=716020] ppid=716017 vsize=19041612 memory=219752 CPUtime=1.27 cores=4,6
/proc/716020/stat : 716020 (java) S 716017 716020 713062 0 -1 1077936128 13564 0 0 0 121 6 0 0 20 0 19 0 141608104 19498610688 54938 134679101440 94243865518080 94243865521776 140728141618560 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94243865529592 94243865530384 94243878633472 140728141620261 140728141620351 140728141620351 140728141627336 0
/proc/716020/statm: 4760403 54938 5830 1 0 553805 0
[pid=716020/tid=716022] ppid=716017 vsize=19041612 memory=5492 CPUtime=0.55 cores=4,6
/proc/716020/task/716022/stat : 716022 (java) R 716017 716020 713062 0 -1 4194368 5949 0 0 0 52 3 0 0 20 0 19 0 141608104 19498610688 54938 134679101440 94243865518080 94243865521776 140728141618560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94243865529592 94243865530384 94243878633472 140728141620261 140728141620351 140728141620351 140728141627336 0
[pid=716020/tid=716031] ppid=716017 vsize=19041612 memory=12312 CPUtime=0 cores=4,6
/proc/716020/task/716031/stat : 716031 (Finalizer) S 716017 716020 713062 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 141608107 19498610688 54938 134679101440 94243865518080 94243865521776 140728141618560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94243865529592 94243865530384 94243878633472 140728141620261 140728141620351 140728141620351 140728141627336 0
[pid=716020/tid=716038] ppid=716017 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/716020/task/716038/stat : 716038 (Common-Cleaner) S 716017 716020 713062 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 141608107 19498610688 54938 134679101440 94243865518080 94243865521776 140728141618560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94243865529592 94243865530384 94243878633472 140728141620261 140728141620351 140728141620351 140728141627336 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 219752 KiB

[startup+1.50057 s]
/proc/loadavg: 4.08 4.10 4.04 6/334 716039
/proc/meminfo: memFree=122816996/131524600 swapFree=131071996/131071996
[pid=716020] ppid=716017 vsize=19041612 memory=590924 CPUtime=2.78 cores=4,6
/proc/716020/stat : 716020 (java) S 716017 716020 713062 0 -1 1077936128 18471 0 0 0 264 14 0 0 20 0 19 0 141608104 19498610688 147731 134679101440 94243865518080 94243865521776 140728141618560 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94243865529592 94243865530384 94243878633472 140728141620261 140728141620351 140728141620351 140728141627336 0
/proc/716020/statm: 4760403 147731 5838 1 0 1208247 0
[pid=716020/tid=716022] ppid=716017 vsize=19041612 memory=12312 CPUtime=1.11 cores=4,6
/proc/716020/task/716022/stat : 716022 (java) S 716017 716020 713062 0 -1 1077936192 6074 0 0 0 103 8 0 0 20 0 19 0 141608104 19498610688 147731 134679101440 94243865518080 94243865521776 140728141618560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94243865529592 94243865530384 94243878633472 140728141620261 140728141620351 140728141620351 140728141627336 0
[pid=716020/tid=716031] ppid=716017 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/716020/task/716031/stat : 716031 (Finalizer) S 716017 716020 713062 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 141608107 19498610688 147731 134679101440 94243865518080 94243865521776 140728141618560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94243865529592 94243865530384 94243878633472 140728141620261 140728141620351 140728141620351 140728141627336 0
[pid=716020/tid=716038] ppid=716017 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/716020/task/716038/stat : 716038 (Common-Cleaner) S 716017 716020 713062 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 141608107 19498610688 147731 134679101440 94243865518080 94243865521776 140728141618560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94243865529592 94243865530384 94243878633472 140728141620261 140728141620351 140728141620351 140728141627336 0
Current children cumulated CPU time: 2.78 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 590924 KiB

[startup+3.10611 s]
/proc/loadavg: 4.07 4.10 4.04 6/334 716039
/proc/meminfo: memFree=121772768/131524600 swapFree=131071996/131071996
[pid=716020] ppid=716017 vsize=19041612 memory=1388620 CPUtime=4.81 cores=4,6
/proc/716020/stat : 716020 (java) S 716017 716020 713062 0 -1 1077936128 20190 0 0 0 450 31 0 0 20 0 19 0 141608104 19498610688 347155 134679101440 94243865518080 94243865521776 140728141618560 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94243865529592 94243865530384 94243878633472 140728141620261 140728141620351 140728141620351 140728141627336 0
/proc/716020/statm: 4760403 347155 5838 1 0 2169194 0
[pid=716020/tid=716022] ppid=716017 vsize=19041612 memory=0 CPUtime=2.27 cores=4,6
/proc/716020/task/716022/stat : 716022 (java) R 716017 716020 713062 0 -1 4194368 6352 0 0 0 210 17 0 0 20 0 19 0 141608104 19498610688 347155 134679101440 94243865518080 94243865521776 140728141618560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94243865529592 94243865530384 94243878633472 140728141620261 140728141620351 140728141620351 140728141627336 0
[pid=716020/tid=716031] ppid=716017 vsize=19041612 memory=12312 CPUtime=0 cores=4,6
/proc/716020/task/716031/stat : 716031 (Finalizer) S 716017 716020 713062 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 141608107 19498610688 347155 134679101440 94243865518080 94243865521776 140728141618560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94243865529592 94243865530384 94243878633472 140728141620261 140728141620351 140728141620351 140728141627336 0
[pid=716020/tid=716038] ppid=716017 vsize=19041612 memory=678988 CPUtime=0 cores=4,6
/proc/716020/task/716038/stat : 716038 (Common-Cleaner) S 716017 716020 713062 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 141608107 19498610688 347155 134679101440 94243865518080 94243865521776 140728141618560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94243865529592 94243865530384 94243878633472 140728141620261 140728141620351 140728141620351 140728141627336 0
Current children cumulated CPU time: 4.81 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1388620 KiB

[startup+6.30024 s]
/proc/loadavg: 4.07 4.10 4.04 5/336 716041
/proc/meminfo: memFree=121619944/131524600 swapFree=131071996/131071996
[pid=716020] ppid=716017 vsize=19174740 memory=1510556 CPUtime=9.38 cores=4,6
/proc/716020/stat : 716020 (java) S 716017 716020 713062 0 -1 1077936128 21208 0 0 0 904 34 0 0 20 0 21 0 141608104 19634933760 377639 134679101440 94243865518080 94243865521776 140728141618560 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94243865529592 94243865530384 94243878633472 140728141620261 140728141620351 140728141620351 140728141627336 0
/proc/716020/statm: 4793685 377639 5891 1 0 2170308 0
[pid=716020/tid=716022] ppid=716017 vsize=19174740 memory=1073124 CPUtime=5.33 cores=4,6
/proc/716020/task/716022/stat : 716022 (java) R 716017 716020 713062 0 -1 4194368 6947 0 0 0 514 19 0 0 20 0 21 0 141608104 19634933760 377639 134679101440 94243865518080 94243865521776 140728141618560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94243865529592 94243865530384 94243878633472 140728141620261 140728141620351 140728141620351 140728141627336 0
[pid=716020/tid=716031] ppid=716017 vsize=19174740 memory=0 CPUtime=0 cores=4,6
/proc/716020/task/716031/stat : 716031 (Finalizer) S 716017 716020 713062 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 141608107 19634933760 377639 134679101440 94243865518080 94243865521776 140728141618560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94243865529592 94243865530384 94243878633472 140728141620261 140728141620351 140728141620351 140728141627336 0
[pid=716020/tid=716038] ppid=716017 vsize=19174740 memory=1510556 CPUtime=0 cores=4,6
/proc/716020/task/716038/stat : 716038 (Common-Cleaner) S 716017 716020 713062 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 21 0 141608107 19634933760 377639 134679101440 94243865518080 94243865521776 140728141618560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94243865529592 94243865530384 94243878633472 140728141620261 140728141620351 140728141620351 140728141627336 0
[pid=716020/tid=716041] ppid=716017 vsize=19174740 memory=0 CPUtime=0 cores=4,6
/proc/716020/task/716041/stat : 716041 (Timer-0) S 716017 716020 713062 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 141608489 19634933760 377639 134679101440 94243865518080 94243865521776 140728141618560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94243865529592 94243865530384 94243878633472 140728141620261 140728141620351 140728141620351 140728141627336 0
Current children cumulated CPU time: 9.38 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 1510556 KiB

[startup+12.7003 s]
/proc/loadavg: 4.15 4.12 4.05 4/310 716077
/proc/meminfo: memFree=123784492/131524600 swapFree=131071996/131071996
[pid=716020] ppid=716017 vsize=19174740 memory=1511160 CPUtime=16.01 cores=4,6
/proc/716020/stat : 716020 (java) S 716017 716020 713062 0 -1 1077936128 21867 0 0 0 1567 34 0 0 20 0 21 0 141608104 19634933760 377790 134679101440 94243865518080 94243865521776 140728141618560 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94243865529592 94243865530384 94243878633472 140728141620261 140728141620351 140728141620351 140728141627336 0
/proc/716020/statm: 4793685 377790 5891 1 0 2170308 0
[pid=716020/tid=716022] ppid=716017 vsize=19174740 memory=1510840 CPUtime=11.71 cores=4,6
/proc/716020/task/716022/stat : 716022 (java) R 716017 716020 713062 0 -1 4194368 7220 0 0 0 1152 19 0 0 20 0 21 0 141608104 19634933760 377790 134679101440 94243865518080 94243865521776 140728141618560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94243865529592 94243865530384 94243878633472 140728141620261 140728141620351 140728141620351 140728141627336 0
[pid=716020/tid=716031] ppid=716017 vsize=19174740 memory=1510812 CPUtime=0 cores=4,6
/proc/716020/task/716031/stat : 716031 (Finalizer) S 716017 716020 713062 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 141608107 19634933760 377790 134679101440 94243865518080 94243865521776 140728141618560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94243865529592 94243865530384 94243878633472 140728141620261 140728141620351 140728141620351 140728141627336 0
[pid=716020/tid=716038] ppid=716017 vsize=19174740 memory=1510812 CPUtime=0 cores=4,6
/proc/716020/task/716038/stat : 716038 (Common-Cleaner) S 716017 716020 713062 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 21 0 141608107 19634933760 377790 134679101440 94243865518080 94243865521776 140728141618560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94243865529592 94243865530384 94243878633472 140728141620261 140728141620351 140728141620351 140728141627336 0
[pid=716020/tid=716041] ppid=716017 vsize=19174740 memory=0 CPUtime=0 cores=4,6
/proc/716020/task/716041/stat : 716041 (Timer-0) S 716017 716020 713062 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 141608489 19634933760 377790 134679101440 94243865518080 94243865521776 140728141618560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94243865529592 94243865530384 94243878633472 140728141620261 140728141620351 140728141620351 140728141627336 0
Current children cumulated CPU time: 16.01 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 1511160 KiB

[startup+25.5003 s]
/proc/loadavg: 3.81 4.04 4.02 3/284 716112
/proc/meminfo: memFree=125936984/131524600 swapFree=131071996/131071996
[pid=716020] ppid=716017 vsize=19174740 memory=1511284 CPUtime=28.86 cores=4,6
/proc/716020/stat : 716020 (java) S 716017 716020 713062 0 -1 1077936128 23567 0 0 0 2851 35 0 0 20 0 21 0 141608104 19634933760 377821 134679101440 94243865518080 94243865521776 140728141618560 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94243865529592 94243865530384 94243878633472 140728141620261 140728141620351 140728141620351 140728141627336 0
/proc/716020/statm: 4793685 377821 5891 1 0 2170308 0
[pid=716020/tid=716022] ppid=716017 vsize=19174740 memory=1510840 CPUtime=24.49 cores=4,6
/proc/716020/task/716022/stat : 716022 (java) R 716017 716020 713062 0 -1 4194368 7589 0 0 0 2430 19 0 0 20 0 21 0 141608104 19634933760 377821 134679101440 94243865518080 94243865521776 140728141618560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94243865529592 94243865530384 94243878633472 140728141620261 140728141620351 140728141620351 140728141627336 0
[pid=716020/tid=716031] ppid=716017 vsize=19174740 memory=0 CPUtime=0 cores=4,6
/proc/716020/task/716031/stat : 716031 (Finalizer) S 716017 716020 713062 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 141608107 19634933760 377821 134679101440 94243865518080 94243865521776 140728141618560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94243865529592 94243865530384 94243878633472 140728141620261 140728141620351 140728141620351 140728141627336 0
[pid=716020/tid=716038] ppid=716017 vsize=19174740 memory=-8672923970562335420 CPUtime=0 cores=4,6
/proc/716020/task/716038/stat : 716038 (Common-Cleaner) S 716017 716020 713062 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 21 0 141608107 19634933760 377821 134679101440 94243865518080 94243865521776 140728141618560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94243865529592 94243865530384 94243878633472 140728141620261 140728141620351 140728141620351 140728141627336 0
[pid=716020/tid=716041] ppid=716017 vsize=19174740 memory=17820 CPUtime=0 cores=4,6
/proc/716020/task/716041/stat : 716041 (Timer-0) S 716017 716020 713062 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 141608489 19634933760 377821 134679101440 94243865518080 94243865521776 140728141618560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94243865529592 94243865530384 94243878633472 140728141620261 140728141620351 140728141620351 140728141627336 0
Current children cumulated CPU time: 28.86 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 1511284 KiB

[startup+51.1058 s]
/proc/loadavg: 3.27 3.90 3.97 3/284 716118
/proc/meminfo: memFree=125936688/131524600 swapFree=131071996/131071996
[pid=716020] ppid=716017 vsize=19174740 memory=1511480 CPUtime=54.47 cores=4,6
/proc/716020/stat : 716020 (java) S 716017 716020 713062 0 -1 1077936128 26738 0 0 0 5410 37 0 0 20 0 21 0 141608104 19634933760 377870 134679101440 94243865518080 94243865521776 140728141618560 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94243865529592 94243865530384 94243878633472 140728141620261 140728141620351 140728141620351 140728141627336 0
/proc/716020/statm: 4793685 377870 5891 1 0 2170308 0
[pid=716020/tid=716022] ppid=716017 vsize=19174740 memory=1511480 CPUtime=50.04 cores=4,6
/proc/716020/task/716022/stat : 716022 (java) R 716017 716020 713062 0 -1 4194368 8664 0 0 0 4985 19 0 0 20 0 21 0 141608104 19634933760 377870 134679101440 94243865518080 94243865521776 140728141618560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94243865529592 94243865530384 94243878633472 140728141620261 140728141620351 140728141620351 140728141627336 0
[pid=716020/tid=716031] ppid=716017 vsize=19174740 memory=1511464 CPUtime=0 cores=4,6
/proc/716020/task/716031/stat : 716031 (Finalizer) S 716017 716020 713062 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 141608107 19634933760 377870 134679101440 94243865518080 94243865521776 140728141618560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94243865529592 94243865530384 94243878633472 140728141620261 140728141620351 140728141620351 140728141627336 0
[pid=716020/tid=716038] ppid=716017 vsize=19174740 memory=-8672923970562335420 CPUtime=0 cores=4,6
/proc/716020/task/716038/stat : 716038 (Common-Cleaner) S 716017 716020 713062 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 21 0 141608107 19634933760 377870 134679101440 94243865518080 94243865521776 140728141618560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94243865529592 94243865530384 94243878633472 140728141620261 140728141620351 140728141620351 140728141627336 0
[pid=716020/tid=716041] ppid=716017 vsize=19174740 memory=1511160 CPUtime=0 cores=4,6
/proc/716020/task/716041/stat : 716041 (Timer-0) S 716017 716020 713062 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 141608489 19634933760 377870 134679101440 94243865518080 94243865521776 140728141618560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94243865529592 94243865530384 94243878633472 140728141620261 140728141620351 140728141620351 140728141627336 0
Current children cumulated CPU time: 54.47 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 1511480 KiB

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

/proc/meminfo: memFree=127454616/131524600 swapFree=131071996/131071996
[pid=716020] ppid=716017 vsize=19174740 memory=2120992 CPUtime=3222.61 cores=4,6
/proc/716020/stat : 716020 (java) S 716017 716020 713062 0 -1 1077936128 81545 0 0 0 322093 168 0 0 20 0 21 0 141608104 19634933760 530248 134679101440 94243865518080 94243865521776 140728141618560 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94243865529592 94243865530384 94243878633472 140728141620261 140728141620351 140728141620351 140728141627336 0
/proc/716020/statm: 4793685 530248 5954 1 0 2780466 0
[pid=716020/tid=716022] ppid=716017 vsize=19174740 memory=2220 CPUtime=3215.03 cores=4,6
/proc/716020/task/716022/stat : 716022 (java) R 716017 716020 713062 0 -1 4194368 34397 0 0 0 321475 28 0 0 20 0 21 0 141608104 19634933760 530248 134679101440 94243865518080 94243865521776 140728141618560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94243865529592 94243865530384 94243878633472 140728141620261 140728141620351 140728141620351 140728141627336 0
[pid=716020/tid=716031] ppid=716017 vsize=19174740 memory=35264 CPUtime=0 cores=4,6
/proc/716020/task/716031/stat : 716031 (Finalizer) S 716017 716020 713062 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 141608107 19634933760 530248 134679101440 94243865518080 94243865521776 140728141618560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94243865529592 94243865530384 94243878633472 140728141620261 140728141620351 140728141620351 140728141627336 0
[pid=716020/tid=716038] ppid=716017 vsize=19174740 memory=2114848 CPUtime=0 cores=4,6
/proc/716020/task/716038/stat : 716038 (Common-Cleaner) S 716017 716020 713062 0 -1 1077936192 4843 0 0 0 0 0 0 0 20 0 21 0 141608107 19634933760 530248 134679101440 94243865518080 94243865521776 140728141618560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94243865529592 94243865530384 94243878633472 140728141620261 140728141620351 140728141620351 140728141627336 0
[pid=716020/tid=716041] ppid=716017 vsize=19174740 memory=5568 CPUtime=0 cores=4,6
/proc/716020/task/716041/stat : 716041 (Timer-0) S 716017 716020 713062 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 141608489 19634933760 530248 134679101440 94243865518080 94243865521776 140728141618560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94243865529592 94243865530384 94243878633472 140728141620261 140728141620351 140728141620351 140728141627336 0
Current children cumulated CPU time: 3222.61 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 2120992 KiB

[startup+3282.3 s]
/proc/loadavg: 1.07 1.08 1.23 2/253 717919
/proc/meminfo: memFree=127419348/131524600 swapFree=131071996/131071996
[pid=716020] ppid=716017 vsize=19174740 memory=2155808 CPUtime=3282.56 cores=4,6
/proc/716020/stat : 716020 (java) S 716017 716020 713062 0 -1 1077936128 82378 0 0 0 328085 171 0 0 20 0 21 0 141608104 19634933760 538952 134679101440 94243865518080 94243865521776 140728141618560 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94243865529592 94243865530384 94243878633472 140728141620261 140728141620351 140728141620351 140728141627336 0
/proc/716020/statm: 4793685 538952 5954 1 0 2780466 0
[pid=716020/tid=716022] ppid=716017 vsize=19174740 memory=2153760 CPUtime=3274.93 cores=4,6
/proc/716020/task/716022/stat : 716022 (java) R 716017 716020 713062 0 -1 4194368 34944 0 0 0 327464 29 0 0 20 0 21 0 141608104 19634933760 538952 134679101440 94243865518080 94243865521776 140728141618560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94243865529592 94243865530384 94243878633472 140728141620261 140728141620351 140728141620351 140728141627336 0
[pid=716020/tid=716031] ppid=716017 vsize=19174740 memory=2151712 CPUtime=0 cores=4,6
/proc/716020/task/716031/stat : 716031 (Finalizer) S 716017 716020 713062 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 141608107 19634933760 538952 134679101440 94243865518080 94243865521776 140728141618560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94243865529592 94243865530384 94243878633472 140728141620261 140728141620351 140728141620351 140728141627336 0
[pid=716020/tid=716038] ppid=716017 vsize=19174740 memory=2220 CPUtime=0 cores=4,6
/proc/716020/task/716038/stat : 716038 (Common-Cleaner) S 716017 716020 713062 0 -1 1077936192 4985 0 0 0 0 0 0 0 20 0 21 0 141608107 19634933760 538952 134679101440 94243865518080 94243865521776 140728141618560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94243865529592 94243865530384 94243878633472 140728141620261 140728141620351 140728141620351 140728141627336 0
[pid=716020/tid=716041] ppid=716017 vsize=19174740 memory=19288 CPUtime=0 cores=4,6
/proc/716020/task/716041/stat : 716041 (Timer-0) S 716017 716020 713062 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 141608489 19634933760 538952 134679101440 94243865518080 94243865521776 140728141618560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94243865529592 94243865530384 94243878633472 140728141620261 140728141620351 140728141620351 140728141627336 0
Current children cumulated CPU time: 3282.56 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 2155808 KiB

[startup+3342.3 s]
/proc/loadavg: 1.08 1.08 1.22 2/253 717929
/proc/meminfo: memFree=127400332/131524600 swapFree=131071996/131071996
[pid=716020] ppid=716017 vsize=19174740 memory=2174240 CPUtime=3342.49 cores=4,6
/proc/716020/stat : 716020 (java) S 716017 716020 713062 0 -1 1077936128 82901 0 0 0 334076 173 0 0 20 0 21 0 141608104 19634933760 543560 134679101440 94243865518080 94243865521776 140728141618560 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94243865529592 94243865530384 94243878633472 140728141620261 140728141620351 140728141620351 140728141627336 0
/proc/716020/statm: 4793685 543560 5954 1 0 2780466 0
[pid=716020/tid=716022] ppid=716017 vsize=19174740 memory=2155808 CPUtime=3334.81 cores=4,6
/proc/716020/task/716022/stat : 716022 (java) R 716017 716020 713062 0 -1 4194368 35383 0 0 0 333452 29 0 0 20 0 21 0 141608104 19634933760 543560 134679101440 94243865518080 94243865521776 140728141618560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94243865529592 94243865530384 94243878633472 140728141620261 140728141620351 140728141620351 140728141627336 0
[pid=716020/tid=716031] ppid=716017 vsize=19174740 memory=2168096 CPUtime=0 cores=4,6
/proc/716020/task/716031/stat : 716031 (Finalizer) S 716017 716020 713062 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 141608107 19634933760 543560 134679101440 94243865518080 94243865521776 140728141618560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94243865529592 94243865530384 94243878633472 140728141620261 140728141620351 140728141620351 140728141627336 0
[pid=716020/tid=716038] ppid=716017 vsize=19174740 memory=2168096 CPUtime=0 cores=4,6
/proc/716020/task/716038/stat : 716038 (Common-Cleaner) S 716017 716020 713062 0 -1 1077936192 4985 0 0 0 0 0 0 0 20 0 21 0 141608107 19634933760 543560 134679101440 94243865518080 94243865521776 140728141618560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94243865529592 94243865530384 94243878633472 140728141620261 140728141620351 140728141620351 140728141627336 0
[pid=716020/tid=716041] ppid=716017 vsize=19174740 memory=2174240 CPUtime=0 cores=4,6
/proc/716020/task/716041/stat : 716041 (Timer-0) S 716017 716020 713062 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 141608489 19634933760 543560 134679101440 94243865518080 94243865521776 140728141618560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94243865529592 94243865530384 94243878633472 140728141620261 140728141620351 140728141620351 140728141627336 0
Current children cumulated CPU time: 3342.49 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 2174240 KiB

[startup+3402.3 s]
/proc/loadavg: 1.07 1.08 1.21 2/253 717940
/proc/meminfo: memFree=127391656/131524600 swapFree=131071996/131071996
[pid=716020] ppid=716017 vsize=19174740 memory=2182432 CPUtime=3402.44 cores=4,6
/proc/716020/stat : 716020 (java) S 716017 716020 713062 0 -1 1077936128 83547 0 0 0 340068 176 0 0 20 0 21 0 141608104 19634933760 545608 134679101440 94243865518080 94243865521776 140728141618560 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94243865529592 94243865530384 94243878633472 140728141620261 140728141620351 140728141620351 140728141627336 0
/proc/716020/statm: 4793685 545608 5954 1 0 2780466 0
[pid=716020/tid=716022] ppid=716017 vsize=19174740 memory=2168096 CPUtime=3394.71 cores=4,6
/proc/716020/task/716022/stat : 716022 (java) R 716017 716020 713062 0 -1 4194368 35818 0 0 0 339442 29 0 0 20 0 21 0 141608104 19634933760 545608 134679101440 94243865518080 94243865521776 140728141618560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94243865529592 94243865530384 94243878633472 140728141620261 140728141620351 140728141620351 140728141627336 0
[pid=716020/tid=716031] ppid=716017 vsize=19174740 memory=2168096 CPUtime=0 cores=4,6
/proc/716020/task/716031/stat : 716031 (Finalizer) S 716017 716020 713062 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 141608107 19634933760 545608 134679101440 94243865518080 94243865521776 140728141618560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94243865529592 94243865530384 94243878633472 140728141620261 140728141620351 140728141620351 140728141627336 0
[pid=716020/tid=716038] ppid=716017 vsize=19174740 memory=2174240 CPUtime=0 cores=4,6
/proc/716020/task/716038/stat : 716038 (Common-Cleaner) S 716017 716020 713062 0 -1 1077936192 5113 0 0 0 0 0 0 0 20 0 21 0 141608107 19634933760 545608 134679101440 94243865518080 94243865521776 140728141618560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94243865529592 94243865530384 94243878633472 140728141620261 140728141620351 140728141620351 140728141627336 0
[pid=716020/tid=716041] ppid=716017 vsize=19174740 memory=2420 CPUtime=0 cores=4,6
/proc/716020/task/716041/stat : 716041 (Timer-0) S 716017 716020 713062 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 141608489 19634933760 545608 134679101440 94243865518080 94243865521776 140728141618560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94243865529592 94243865530384 94243878633472 140728141620261 140728141620351 140728141620351 140728141627336 0
Current children cumulated CPU time: 3402.44 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 2182432 KiB

[startup+3462.3 s]
/proc/loadavg: 1.12 1.09 1.20 2/255 717957
/proc/meminfo: memFree=127382872/131524600 swapFree=131071996/131071996
[pid=716020] ppid=716017 vsize=19174740 memory=2190624 CPUtime=3462.38 cores=4,6
/proc/716020/stat : 716020 (java) S 716017 716020 713062 0 -1 1077936128 84467 0 0 0 346060 178 0 0 20 0 21 0 141608104 19634933760 547656 134679101440 94243865518080 94243865521776 140728141618560 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94243865529592 94243865530384 94243878633472 140728141620261 140728141620351 140728141620351 140728141627336 0
/proc/716020/statm: 4793685 547656 5954 1 0 2780466 0
[pid=716020/tid=716022] ppid=716017 vsize=19174740 memory=2168096 CPUtime=3454.61 cores=4,6
/proc/716020/task/716022/stat : 716022 (java) R 716017 716020 713062 0 -1 4194368 36465 0 0 0 345431 30 0 0 20 0 21 0 141608104 19634933760 547656 134679101440 94243865518080 94243865521776 140728141618560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94243865529592 94243865530384 94243878633472 140728141620261 140728141620351 140728141620351 140728141627336 0
[pid=716020/tid=716031] ppid=716017 vsize=19174740 memory=2168096 CPUtime=0 cores=4,6
/proc/716020/task/716031/stat : 716031 (Finalizer) S 716017 716020 713062 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 141608107 19634933760 547656 134679101440 94243865518080 94243865521776 140728141618560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94243865529592 94243865530384 94243878633472 140728141620261 140728141620351 140728141620351 140728141627336 0
[pid=716020/tid=716038] ppid=716017 vsize=19174740 memory=2174240 CPUtime=0 cores=4,6
/proc/716020/task/716038/stat : 716038 (Common-Cleaner) S 716017 716020 713062 0 -1 1077936192 5235 0 0 0 0 0 0 0 20 0 21 0 141608107 19634933760 547656 134679101440 94243865518080 94243865521776 140728141618560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94243865529592 94243865530384 94243878633472 140728141620261 140728141620351 140728141620351 140728141627336 0
[pid=716020/tid=716041] ppid=716017 vsize=19174740 memory=2420 CPUtime=0 cores=4,6
/proc/716020/task/716041/stat : 716041 (Timer-0) S 716017 716020 713062 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 141608489 19634933760 547656 134679101440 94243865518080 94243865521776 140728141618560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94243865529592 94243865530384 94243878633472 140728141620261 140728141620351 140728141620351 140728141627336 0
Current children cumulated CPU time: 3462.38 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 2190624 KiB

[startup+3522.3 s]
/proc/loadavg: 1.10 1.09 1.19 2/255 717967
/proc/meminfo: memFree=127015052/131524600 swapFree=131071996/131071996
[pid=716020] ppid=716017 vsize=19174740 memory=2557252 CPUtime=3522.62 cores=4,6
/proc/716020/stat : 716020 (java) S 716017 716020 713062 0 -1 1077936128 88031 0 0 0 352074 188 0 0 20 0 21 0 141608104 19634933760 639313 134679101440 94243865518080 94243865521776 140728141618560 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94243865529592 94243865530384 94243878633472 140728141620261 140728141620351 140728141620351 140728141627336 0
/proc/716020/statm: 4793685 639313 5954 1 0 2780476 0
[pid=716020/tid=716022] ppid=716017 vsize=19174740 memory=2190624 CPUtime=3514.17 cores=4,6
/proc/716020/task/716022/stat : 716022 (java) R 716017 716020 713062 0 -1 4194368 36779 0 0 0 351387 30 0 0 20 0 21 0 141608104 19634933760 639313 134679101440 94243865518080 94243865521776 140728141618560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94243865529592 94243865530384 94243878633472 140728141620261 140728141620351 140728141620351 140728141627336 0
[pid=716020/tid=716031] ppid=716017 vsize=19174740 memory=2557252 CPUtime=0 cores=4,6
/proc/716020/task/716031/stat : 716031 (Finalizer) S 716017 716020 713062 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 141608107 19634933760 639313 134679101440 94243865518080 94243865521776 140728141618560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94243865529592 94243865530384 94243878633472 140728141620261 140728141620351 140728141620351 140728141627336 0
[pid=716020/tid=716038] ppid=716017 vsize=19174740 memory=12316 CPUtime=0 cores=4,6
/proc/716020/task/716038/stat : 716038 (Common-Cleaner) S 716017 716020 713062 0 -1 1077936192 5375 0 0 0 0 0 0 0 20 0 21 0 141608107 19634933760 639313 134679101440 94243865518080 94243865521776 140728141618560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94243865529592 94243865530384 94243878633472 140728141620261 140728141620351 140728141620351 140728141627336 0
[pid=716020/tid=716041] ppid=716017 vsize=19174740 memory=12316 CPUtime=0 cores=4,6
/proc/716020/task/716041/stat : 716041 (Timer-0) S 716017 716020 713062 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 141608489 19634933760 639313 134679101440 94243865518080 94243865521776 140728141618560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94243865529592 94243865530384 94243878633472 140728141620261 140728141620351 140728141620351 140728141627336 0
Current children cumulated CPU time: 3522.62 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 2557252 KiB

[startup+3582.3 s]
/proc/loadavg: 1.14 1.10 1.18 2/255 717978
/proc/meminfo: memFree=127014804/131524600 swapFree=131071996/131071996
[pid=716020] ppid=716017 vsize=19174740 memory=2557252 CPUtime=3582.54 cores=4,6
/proc/716020/stat : 716020 (java) S 716017 716020 713062 0 -1 1077936128 88437 0 0 0 358065 189 0 0 20 0 21 0 141608104 19634933760 639313 134679101440 94243865518080 94243865521776 140728141618560 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94243865529592 94243865530384 94243878633472 140728141620261 140728141620351 140728141620351 140728141627336 0
/proc/716020/statm: 4793685 639313 5954 1 0 2780476 0
[pid=716020/tid=716022] ppid=716017 vsize=19174740 memory=12316 CPUtime=3574.07 cores=4,6
/proc/716020/task/716022/stat : 716022 (java) R 716017 716020 713062 0 -1 4194368 37139 0 0 0 357377 30 0 0 20 0 21 0 141608104 19634933760 639313 134679101440 94243865518080 94243865521776 140728141618560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94243865529592 94243865530384 94243878633472 140728141620261 140728141620351 140728141620351 140728141627336 0
[pid=716020/tid=716031] ppid=716017 vsize=19174740 memory=2557252 CPUtime=0 cores=4,6
/proc/716020/task/716031/stat : 716031 (Finalizer) S 716017 716020 713062 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 141608107 19634933760 639313 134679101440 94243865518080 94243865521776 140728141618560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94243865529592 94243865530384 94243878633472 140728141620261 140728141620351 140728141620351 140728141627336 0
[pid=716020/tid=716038] ppid=716017 vsize=19174740 memory=12316 CPUtime=0 cores=4,6
/proc/716020/task/716038/stat : 716038 (Common-Cleaner) S 716017 716020 713062 0 -1 1077936192 5375 0 0 0 0 0 0 0 20 0 21 0 141608107 19634933760 639313 134679101440 94243865518080 94243865521776 140728141618560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94243865529592 94243865530384 94243878633472 140728141620261 140728141620351 140728141620351 140728141627336 0
[pid=716020/tid=716041] ppid=716017 vsize=19174740 memory=35264 CPUtime=0 cores=4,6
/proc/716020/task/716041/stat : 716041 (Timer-0) S 716017 716020 713062 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 141608489 19634933760 639313 134679101440 94243865518080 94243865521776 140728141618560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94243865529592 94243865530384 94243878633472 140728141620261 140728141620351 140728141620351 140728141627336 0
Current children cumulated CPU time: 3582.54 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 2557252 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3599.8 s]
/proc/loadavg: 1.10 1.09 1.18 2/255 717980
/proc/meminfo: memFree=127014800/131524600 swapFree=131071996/131071996
[pid=716020] ppid=716017 vsize=19174740 memory=2557252 CPUtime=3600.03 cores=4,6
/proc/716020/stat : 716020 (java) S 716017 716020 713062 0 -1 1077936128 88824 0 0 0 359813 190 0 0 20 0 21 0 141608104 19634933760 639313 134679101440 94243865518080 94243865521776 140728141618560 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94243865529592 94243865530384 94243878633472 140728141620261 140728141620351 140728141620351 140728141627336 0
/proc/716020/statm: 4793685 639313 5954 1 0 2780476 0
[pid=716020/tid=716022] ppid=716017 vsize=19174740 memory=5492 CPUtime=3591.54 cores=4,6
/proc/716020/task/716022/stat : 716022 (java) R 716017 716020 713062 0 -1 4194368 37463 0 0 0 359124 30 0 0 20 0 21 0 141608104 19634933760 639313 134679101440 94243865518080 94243865521776 140728141618560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94243865529592 94243865530384 94243878633472 140728141620261 140728141620351 140728141620351 140728141627336 0
[pid=716020/tid=716031] ppid=716017 vsize=19174740 memory=2420 CPUtime=0 cores=4,6
/proc/716020/task/716031/stat : 716031 (Finalizer) S 716017 716020 713062 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 141608107 19634933760 639313 134679101440 94243865518080 94243865521776 140728141618560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94243865529592 94243865530384 94243878633472 140728141620261 140728141620351 140728141620351 140728141627336 0
[pid=716020/tid=716038] ppid=716017 vsize=19174740 memory=2220 CPUtime=0 cores=4,6
/proc/716020/task/716038/stat : 716038 (Common-Cleaner) S 716017 716020 713062 0 -1 1077936192 5375 0 0 0 0 0 0 0 20 0 21 0 141608107 19634933760 639313 134679101440 94243865518080 94243865521776 140728141618560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94243865529592 94243865530384 94243878633472 140728141620261 140728141620351 140728141620351 140728141627336 0
[pid=716020/tid=716041] ppid=716017 vsize=19174740 memory=5568 CPUtime=0 cores=4,6
/proc/716020/task/716041/stat : 716041 (Timer-0) S 716017 716020 713062 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 141608489 19634933760 639313 134679101440 94243865518080 94243865521776 140728141618560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94243865529592 94243865530384 94243878633472 140728141620261 140728141620351 140728141620351 140728141627336 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 2557252 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.21 s, system=1.91536 s

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

Child status: 143

Real time (s): 3599.85
CPU time (s): 3600.12
CPU user time (s): 3598.21
CPU system time (s): 1.91536
CPU usage (%): 100.008
Max. virtual memory (cumulated for all children) (KiB): 19174740
Max. memory (cumulated for all children) (KiB): 2557252

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.21
system time used= 1.91536
maximum resident set size= 2558528
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 91980
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2664
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 159102
involuntary context switches= 1787


# summary of solver processes directly reported to runsolver:
#   pid: 716020
#   total CPU time (s): 3600.12
#   total CPU user time (s): 3598.21
#   total CPU system time (s): 1.91536

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.56628 second user time and 17.7516 second system time

The end

Launcher Data

Begin job on nodeC033 at 2024-07-13 20:13:16
IDJOB=4424948
IDBENCH=144144
IDSOLVER=3037
FILE ID=nodeC033/4424948-1720894384
RUNJOBID= nodeC033-1720890801-713073
SLURM_JOB_ID= 7485822
Free space on /tmp= 890052 MiB

SOLVER NAME= Sat4j Resolution Default 2024-07-07
BENCH NAME= PB24/WBO/PARTIAL-LIN/wcsp/graphs/normalized-graph13reducmore_wcsp.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4424948-1720894384/watcher-4424948-1720894384 -o /tmp/evaluation-result-4424948-1720894384/solver-4424948-1720894384 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1720890801-713073 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4424948-1720894384.wbo

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

MD5SUM BENCH= 67fbd2e887926488e60ea47b7a4ad243
RANDOM SEED=1186498392

nodeC033.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	: 0xb00002a
cpu MHz		: 3669.458
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 6999.50
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	: 0xb00002a
cpu MHz		: 3688.158
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7006.25
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	: 0xb00002a
cpu MHz		: 3602.875
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 6999.50
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	: 0xb00002a
cpu MHz		: 3600.077
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7006.25
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	: 0xb00002a
cpu MHz		: 3666.183
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 6999.50
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	: 0xb00002a
cpu MHz		: 3688.641
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7006.25
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	: 0xb00002a
cpu MHz		: 3632.635
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 6999.50
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	: 0xb00002a
cpu MHz		: 3599.862
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7006.25
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        123112736 kB
MemAvailable:   123293332 kB
Buffers:          328572 kB
Cached:           696164 kB
SwapCached:            0 kB
Active:           486192 kB
Inactive:        7349000 kB
Active(anon):       1564 kB
Inactive(anon):  6846636 kB
Active(file):     484628 kB
Inactive(file):   502364 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:               960 kB
Writeback:         22544 kB
AnonPages:       6809824 kB
Mapped:           121864 kB
Shmem:             37716 kB
KReclaimable:      66500 kB
Slab:             164972 kB
SReclaimable:      66500 kB
SUnreclaim:        98472 kB
KernelStack:        5088 kB
PageTables:        23356 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    7216128 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            54688 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6518784 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:      201428 kB
DirectMap2M:    11106304 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 890052 MiB
End job on nodeC033 at 2024-07-13 21:13:16