Trace number 4456301

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.25 3590.04

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/scens/
normalized-scen06-16reduc_wcsp.wbo
MD5SUMb650e80a3f64e6bae4fbc25304197493
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmark
Best cost obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables1921
Total number of constraints124511
Number of soft constraints124429
Number of constraints which are clauses124429
Number of constraints which are cardinality constraints (but not clauses)82
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint28
Top cost 3389
Min constraint cost 1
Max constraint cost 2436
Sum of constraints costs 44162576
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 29
Number of bits of the biggest sum of numbers5
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version CUSTOM.v20240707
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.10	c java.vm.version	22.0.1+8-16
0.00/0.10	c java.vm.vendor	Oracle Corporation
0.00/0.10	c sun.arch.data.model	64
0.00/0.10	c java.version		22.0.1
0.00/0.10	c os.name		Linux
0.00/0.10	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.10	c os.arch		amd64
0.00/0.10	c Free memory 		2113181440
0.00/0.10	c Max memory 		16282288128
0.00/0.10	c Total memory 		2122317824
0.00/0.10	c Number of processors 	2
0.15/0.14	--- Begin Solver configuration ---
0.15/0.14	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.15/0.14	Learn all clauses as in MiniSAT
0.15/0.14	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.15/0.14	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.15/0.14	No reason simplification
0.15/0.14	Glucose 2.1 dynamic restart strategy
0.15/0.14	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.15/0.14	timeout=2147483s
0.15/0.14	DB Simplification allowed=false
0.15/0.14	Listener: none
0.15/0.14	--- End Solver configuration ---
0.15/0.14	c Pseudo Boolean Optimization by upper bound
0.15/0.14	c --- Begin Solver configuration ---
0.15/0.14	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.15/0.14	c Learn all clauses as in MiniSAT
0.15/0.14	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.15/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.15/0.14	c No reason simplification
0.15/0.14	c Glucose 2.1 dynamic restart strategy
0.15/0.14	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.15/0.14	c timeout=2147483s
0.15/0.14	c DB Simplification allowed=false
0.15/0.14	c Listener: none
0.15/0.14	c --- End Solver configuration ---
0.15/0.15	c solving HOME/instance-4456301-1721720799.wbo
0.15/0.15	c reading problem ... 
1.82/1.08	c ... done. Wall clock time 0.943s.
1.82/1.10	c declared #vars     1921
1.82/1.10	c internal #vars     126350
1.82/1.10	c #constraints  124594
1.82/1.10	c constraints type 
1.82/1.10	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 574
1.82/1.10	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 82
1.82/1.10	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1.82/1.10	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 123937
1.82/1.10	c 124594 constraints processed.
1.82/1.10	c objective function length is 124429 literals
24.33/21.29	c cleaning 2496 clauses out of 5003 with flag 22510/5003
48.97/45.73	c cleaning 4252 clauses out of 8504 with flag 59660/11000
87.86/84.27	c cleaning 5623 clauses out of 11252 with flag 110193/18000
127.47/123.42	c cleaning 6814 clauses out of 13635 with flag 164911/26006
175.37/171.35	c cleaning 7892 clauses out of 15815 with flag 234672/35000
233.69/229.62	c cleaning 8957 clauses out of 17923 with flag 307394/45000
291.32/287.21	c cleaning 9981 clauses out of 19968 with flag 381399/56002
345.23/341.08	c cleaning 10991 clauses out of 21985 with flag 464564/68000
484.77/480.23	c cleaning 11988 clauses out of 23995 with flag 581698/81001
722.70/717.35	c cleaning 12993 clauses out of 26008 with flag 730784/95002
1029.39/1022.79	c cleaning 13995 clauses out of 28016 with flag 891030/110003
1471.00/1464.58	c cleaning 15004 clauses out of 30019 with flag 1082205/126001
1929.62/1923.15	c cleaning 15984 clauses out of 32016 with flag 1258250/143002
2453.93/2445.35	c cleaning 17015 clauses out of 34032 with flag 1465407/161002
2927.97/2919.49	c cleaning 17992 clauses out of 36015 with flag 1668804/180000
3516.73/3506.57	c cleaning 19012 clauses out of 38023 with flag 1942689/200000
3600.00/3589.92	c starts		: 139
3600.00/3589.93	c conflicts		: 202890
3600.00/3589.95	c decisions		: 698357
3600.00/3589.95	c propagations		: 1680910725
3600.00/3589.95	c inspects		: 194831019
3600.00/3589.95	c shortcuts		: 0
3600.00/3589.95	c learnt literals	: 0
3600.00/3589.95	c learnt binary clauses	: 0
3600.00/3589.95	c learnt ternary clauses	: 0
3600.00/3589.96	c learnt constraints	: 202889
3600.00/3589.96	c ignored constraints	: 0
3600.00/3589.96	c root simplifications	: 0
3600.00/3589.96	c removed literals (reason simplification)	: 0
3600.00/3589.98	c reason swapping (by a shorter reason)	: 0
3600.00/3589.98	c Calls to reduceDB	: 16
3600.00/3589.98	c Number of update (reduction) of LBD	: 103238
3600.00/3589.98	c Imported unit clauses	: 0
3600.00/3589.98	c No decision after first conflict	: false
3600.00/3589.98	c number of reductions to clauses (during analyze)	: 0
3600.00/3589.98	c number of learned constraints concerned by reduction	: 0
3600.00/3589.98	c number of learning phase by resolution	: 0
3600.00/3589.98	c number of learning phase by cutting planes	: 0
3600.00/3589.98	c number of rounding to 1 operations	: 0
3600.00/3589.98	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.00/3589.98	c number of reductions of the coefficients by power 2 	: 0
3600.00/3589.98	c number of right shift for reduction by power 2 	: 0
3600.00/3589.98	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.00/3589.98	c number of ending skipping 	: 0
3600.00/3589.98	c number of internal skipping 	: 0
3600.00/3589.98	c number of derivation steps 	: 0
3600.00/3589.98	c number of skipped derivation steps 	: 0
3600.00/3589.98	c number of remaining unassigned 	: 0
3600.00/3589.98	c number of remaining assigned 	: 0
3600.00/3589.98	c number of falsified literals weakened from reason	: 0
3600.00/3589.98	c number of falsified literals weakened from conflict	: 0
3600.00/3589.98	c time for arithmetic operations	: 0
3600.00/3589.99	c minimum degree of deleted constraints	: null
3600.00/3589.99	c maximum degree of deleted constraints	: null
3600.00/3589.99	c number of deleted constraints	: 0
3600.00/3589.99	c speed (assignments/second)	: 468376.29611424863
3600.00/3589.99	c non guided choices	: 1277
3600.00/3590.00	c timeout
3600.00/3590.02	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 21901
3600.00/3590.02	s UNKNOWN
3600.00/3590.02	c Total wall clock time (in seconds): 3589.879

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

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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=81181, runsolver pid=81178

[startup+0.103765 s]*
/proc/loadavg: 4.40 4.24 4.11 10/317 81199
/proc/meminfo: memFree=97487308/131655788 swapFree=131071996/131071996
[pid=81181] ppid=81178 vsize=18975048 memory=63760 CPUtime=0.15 cores=1,3
/proc/81181/stat : 81181 (java) S 81178 81181 78906 0 -1 1077936128 7024 0 0 0 12 3 0 0 20 0 18 0 8069675 19430449152 15940 134679101440 94358572412928 94358572416624 140725179714512 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94358572424440 94358572425232 94358583619584 140725179720710 140725179720800 140725179720800 140725179727816 0
/proc/81181/statm: 4743762 15940 5539 1 0 551370 0
[pid=81181/tid=81183] ppid=81178 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=1,3
/proc/81181/task/81183/stat : 81183 (java) R 81178 81181 78906 0 -1 4194368 5644 0 0 0 7 2 0 0 20 0 18 0 8069675 19430449152 15940 134679101440 94358572412928 94358572416624 140725179714512 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94358572424440 94358572425232 94358583619584 140725179720710 140725179720800 140725179720800 140725179727816 0
[pid=81181/tid=81192] ppid=81178 vsize=18975048 memory=232851243367 CPUtime=0 cores=1,3
/proc/81181/task/81192/stat : 81192 (Finalizer) S 81178 81181 78906 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 8069678 19430449152 15940 134679101440 94358572412928 94358572416624 140725179714512 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94358572424440 94358572425232 94358583619584 140725179720710 140725179720800 140725179720800 140725179727816 0
[pid=81181/tid=81199] ppid=81178 vsize=18975048 memory=4050484525539786784 CPUtime=0 cores=1,3
/proc/81181/task/81199/stat : 81199 (Common-Cleaner) S 81178 81181 78906 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 8069679 19430449152 15940 134679101440 94358572412928 94358572416624 140725179714512 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94358572424440 94358572425232 94358583619584 140725179720710 140725179720800 140725179720800 140725179727816 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63760 KiB

[startup+0.20864 s]*
/proc/loadavg: 4.40 4.24 4.11 7/317 81199
/proc/meminfo: memFree=97477156/131655788 swapFree=131071996/131071996
[pid=81181] ppid=81178 vsize=18975048 memory=72792 CPUtime=0.33 cores=1,3
/proc/81181/stat : 81181 (java) S 81178 81181 78906 0 -1 1077936128 7456 0 0 0 30 3 0 0 20 0 18 0 8069675 19430449152 18198 134679101440 94358572412928 94358572416624 140725179714512 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94358572424440 94358572425232 94358583619584 140725179720710 140725179720800 140725179720800 140725179727816 0
/proc/81181/statm: 4743762 18198 5808 1 0 551644 0
[pid=81181/tid=81183] ppid=81178 vsize=18975048 memory=664970838410264707 CPUtime=0.17 cores=1,3
/proc/81181/task/81183/stat : 81183 (java) R 81178 81181 78906 0 -1 1077936192 5874 0 0 0 15 2 0 0 20 0 18 0 8069675 19430449152 18198 134679101440 94358572412928 94358572416624 140725179714512 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94358572424440 94358572425232 94358583619584 140725179720710 140725179720800 140725179720800 140725179727816 0
[pid=81181/tid=81192] ppid=81178 vsize=18975048 memory=673 CPUtime=0 cores=1,3
/proc/81181/task/81192/stat : 81192 (Finalizer) S 81178 81181 78906 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 8069678 19430449152 18198 134679101440 94358572412928 94358572416624 140725179714512 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94358572424440 94358572425232 94358583619584 140725179720710 140725179720800 140725179720800 140725179727816 0
[pid=81181/tid=81199] ppid=81178 vsize=18975048 memory=13852958324442654 CPUtime=0 cores=1,3
/proc/81181/task/81199/stat : 81199 (Common-Cleaner) S 81178 81181 78906 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 8069679 19430449152 18198 134679101440 94358572412928 94358572416624 140725179714512 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94358572424440 94358572425232 94358583619584 140725179720710 140725179720800 140725179720800 140725179727816 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 72792 KiB

[startup+0.316042 s]*
/proc/loadavg: 4.40 4.24 4.11 7/317 81199
/proc/meminfo: memFree=97440384/131655788 swapFree=131071996/131071996
[pid=81181] ppid=81178 vsize=18975048 memory=108996 CPUtime=0.54 cores=1,3
/proc/81181/stat : 81181 (java) S 81178 81181 78906 0 -1 1077936128 8908 0 0 0 49 5 0 0 20 0 18 0 8069675 19430449152 27249 134679101440 94358572412928 94358572416624 140725179714512 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94358572424440 94358572425232 94358583619584 140725179720710 140725179720800 140725179720800 140725179727816 0
/proc/81181/statm: 4743762 27249 5808 1 0 552615 0
[pid=81181/tid=81183] ppid=81178 vsize=18975048 memory=-6000919472673221479 CPUtime=0.27 cores=1,3
/proc/81181/task/81183/stat : 81183 (java) R 81178 81181 78906 0 -1 4194368 5891 0 0 0 24 3 0 0 20 0 18 0 8069675 19430449152 27249 134679101440 94358572412928 94358572416624 140725179714512 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94358572424440 94358572425232 94358583619584 140725179720710 140725179720800 140725179720800 140725179727816 0
[pid=81181/tid=81192] ppid=81178 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/81181/task/81192/stat : 81192 (Finalizer) S 81178 81181 78906 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 8069678 19430449152 27249 134679101440 94358572412928 94358572416624 140725179714512 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94358572424440 94358572425232 94358583619584 140725179720710 140725179720800 140725179720800 140725179727816 0
[pid=81181/tid=81199] ppid=81178 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/81181/task/81199/stat : 81199 (Common-Cleaner) S 81178 81181 78906 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 8069679 19430449152 27249 134679101440 94358572412928 94358572416624 140725179714512 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94358572424440 94358572425232 94358583619584 140725179720710 140725179720800 140725179720800 140725179727816 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 108996 KiB

[startup+0.70105 s]
/proc/loadavg: 4.40 4.24 4.11 6/318 81200
/proc/meminfo: memFree=97369324/131655788 swapFree=131071996/131071996
[pid=81181] ppid=81178 vsize=19041612 memory=197748 CPUtime=1.24 cores=1,3
/proc/81181/stat : 81181 (java) S 81178 81181 78906 0 -1 1077936128 9588 0 0 0 117 7 0 0 20 0 19 0 8069675 19498610688 49437 134679101440 94358572412928 94358572416624 140725179714512 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94358572424440 94358572425232 94358583619584 140725179720710 140725179720800 140725179720800 140725179727816 0
/proc/81181/statm: 4760403 49437 5808 1 0 553308 0
[pid=81181/tid=81183] ppid=81178 vsize=19041612 memory=5572 CPUtime=0.53 cores=1,3
/proc/81181/task/81183/stat : 81183 (java) R 81178 81181 78906 0 -1 1077936192 5944 0 0 0 49 4 0 0 20 0 19 0 8069675 19498610688 49437 134679101440 94358572412928 94358572416624 140725179714512 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94358572424440 94358572425232 94358583619584 140725179720710 140725179720800 140725179720800 140725179727816 0
[pid=81181/tid=81192] ppid=81178 vsize=19041612 memory=12412 CPUtime=0 cores=1,3
/proc/81181/task/81192/stat : 81192 (Finalizer) S 81178 81181 78906 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 8069678 19498610688 49437 134679101440 94358572412928 94358572416624 140725179714512 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94358572424440 94358572425232 94358583619584 140725179720710 140725179720800 140725179720800 140725179727816 0
[pid=81181/tid=81199] ppid=81178 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/81181/task/81199/stat : 81199 (Common-Cleaner) S 81178 81181 78906 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 8069679 19498610688 49437 134679101440 94358572412928 94358572416624 140725179714512 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94358572424440 94358572425232 94358583619584 140725179720710 140725179720800 140725179720800 140725179727816 0
Current children cumulated CPU time: 1.24 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 197748 KiB

[startup+1.51004 s]
/proc/loadavg: 4.40 4.24 4.11 6/318 81200
/proc/meminfo: memFree=97317608/131655788 swapFree=131071996/131071996
[pid=81181] ppid=81178 vsize=19108176 memory=235960 CPUtime=2.83 cores=1,3
/proc/81181/stat : 81181 (java) S 81178 81181 78906 0 -1 1077936128 17506 0 0 0 274 9 0 0 20 0 20 0 8069675 19566772224 58990 134679101440 94358572412928 94358572416624 140725179714512 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94358572424440 94358572425232 94358583619584 140725179720710 140725179720800 140725179720800 140725179727816 0
/proc/81181/statm: 4777044 58990 5894 1 0 558717 0
[pid=81181/tid=81183] ppid=81178 vsize=19108176 memory=12412 CPUtime=1.26 cores=1,3
/proc/81181/task/81183/stat : 81183 (java) R 81178 81181 78906 0 -1 4194368 6177 0 0 0 121 5 0 0 20 0 20 0 8069675 19566772224 58990 134679101440 94358572412928 94358572416624 140725179714512 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94358572424440 94358572425232 94358583619584 140725179720710 140725179720800 140725179720800 140725179727816 0
[pid=81181/tid=81192] ppid=81178 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/81181/task/81192/stat : 81192 (Finalizer) S 81178 81181 78906 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 8069678 19566772224 58990 134679101440 94358572412928 94358572416624 140725179714512 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94358572424440 94358572425232 94358583619584 140725179720710 140725179720800 140725179720800 140725179727816 0
[pid=81181/tid=81199] ppid=81178 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/81181/task/81199/stat : 81199 (Common-Cleaner) S 81178 81181 78906 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 8069679 19566772224 58990 134679101440 94358572412928 94358572416624 140725179714512 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94358572424440 94358572425232 94358583619584 140725179720710 140725179720800 140725179720800 140725179727816 0
Current children cumulated CPU time: 2.83 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 235960 KiB

[startup+3.10581 s]
/proc/loadavg: 4.40 4.24 4.11 5/319 81201
/proc/meminfo: memFree=97312596/131655788 swapFree=131071996/131071996
[pid=81181] ppid=81178 vsize=19108176 memory=236604 CPUtime=5.28 cores=1,3
/proc/81181/stat : 81181 (java) S 81178 81181 78906 0 -1 1077936128 19711 0 0 0 519 9 0 0 20 0 20 0 8069675 19566772224 59151 134679101440 94358572412928 94358572416624 140725179714512 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94358572424440 94358572425232 94358583619584 140725179720710 140725179720800 140725179720800 140725179727816 0
/proc/81181/statm: 4777044 59151 5925 1 0 558722 0
[pid=81181/tid=81183] ppid=81178 vsize=19108176 memory=198340509722 CPUtime=2.84 cores=1,3
/proc/81181/task/81183/stat : 81183 (java) R 81178 81181 78906 0 -1 4194368 6296 0 0 0 279 5 0 0 20 0 20 0 8069675 19566772224 59151 134679101440 94358572412928 94358572416624 140725179714512 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94358572424440 94358572425232 94358583619584 140725179720710 140725179720800 140725179720800 140725179727816 0
[pid=81181/tid=81192] ppid=81178 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/81181/task/81192/stat : 81192 (Finalizer) S 81178 81181 78906 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 8069678 19566772224 59151 134679101440 94358572412928 94358572416624 140725179714512 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94358572424440 94358572425232 94358583619584 140725179720710 140725179720800 140725179720800 140725179727816 0
[pid=81181/tid=81199] ppid=81178 vsize=19108176 memory=12412 CPUtime=0 cores=1,3
/proc/81181/task/81199/stat : 81199 (Common-Cleaner) S 81178 81181 78906 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 8069679 19566772224 59151 134679101440 94358572412928 94358572416624 140725179714512 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94358572424440 94358572425232 94358583619584 140725179720710 140725179720800 140725179720800 140725179727816 0
[pid=81181/tid=81201] ppid=81178 vsize=19108176 memory=235960 CPUtime=0 cores=1,3
/proc/81181/task/81201/stat : 81201 (Timer-0) S 81178 81181 78906 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 8069792 19566772224 59151 134679101440 94358572412928 94358572416624 140725179714512 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94358572424440 94358572425232 94358583619584 140725179720710 140725179720800 140725179720800 140725179727816 0
Current children cumulated CPU time: 5.28 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 236604 KiB

[startup+6.30045 s]
/proc/loadavg: 4.36 4.23 4.11 6/319 81201
/proc/meminfo: memFree=97318832/131655788 swapFree=131071996/131071996
[pid=81181] ppid=81178 vsize=19108176 memory=230372 CPUtime=8.5 cores=1,3
/proc/81181/stat : 81181 (java) S 81178 81181 78906 0 -1 1077936128 20822 0 0 0 840 10 0 0 20 0 20 0 8069675 19566772224 57593 134679101440 94358572412928 94358572416624 140725179714512 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94358572424440 94358572425232 94358583619584 140725179720710 140725179720800 140725179720800 140725179727816 0
/proc/81181/statm: 4777044 57593 5925 1 0 558723 0
[pid=81181/tid=81183] ppid=81178 vsize=19108176 memory=0 CPUtime=6.02 cores=1,3
/proc/81181/task/81183/stat : 81183 (java) R 81178 81181 78906 0 -1 4194368 6517 0 0 0 597 5 0 0 20 0 20 0 8069675 19566772224 57593 134679101440 94358572412928 94358572416624 140725179714512 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94358572424440 94358572425232 94358583619584 140725179720710 140725179720800 140725179720800 140725179727816 0
[pid=81181/tid=81192] ppid=81178 vsize=19108176 memory=12412 CPUtime=0 cores=1,3
/proc/81181/task/81192/stat : 81192 (Finalizer) S 81178 81181 78906 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 8069678 19566772224 57593 134679101440 94358572412928 94358572416624 140725179714512 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94358572424440 94358572425232 94358583619584 140725179720710 140725179720800 140725179720800 140725179727816 0
[pid=81181/tid=81199] ppid=81178 vsize=19108176 memory=236552 CPUtime=0 cores=1,3
/proc/81181/task/81199/stat : 81199 (Common-Cleaner) S 81178 81181 78906 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 8069679 19566772224 57593 134679101440 94358572412928 94358572416624 140725179714512 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94358572424440 94358572425232 94358583619584 140725179720710 140725179720800 140725179720800 140725179727816 0
[pid=81181/tid=81201] ppid=81178 vsize=19108176 memory=230368 CPUtime=0 cores=1,3
/proc/81181/task/81201/stat : 81201 (Timer-0) S 81178 81181 78906 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 8069792 19566772224 57593 134679101440 94358572412928 94358572416624 140725179714512 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94358572424440 94358572425232 94358583619584 140725179720710 140725179720800 140725179720800 140725179727816 0
Current children cumulated CPU time: 8.5 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 230372 KiB

[startup+12.7004 s]
/proc/loadavg: 4.33 4.23 4.11 5/319 81203
/proc/meminfo: memFree=97318628/131655788 swapFree=131071996/131071996
[pid=81181] ppid=81178 vsize=19108176 memory=263652 CPUtime=15.44 cores=1,3
/proc/81181/stat : 81181 (java) S 81178 81181 78906 0 -1 1077936128 27649 0 0 0 1531 13 0 0 20 0 20 0 8069675 19566772224 65913 134679101440 94358572412928 94358572416624 140725179714512 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94358572424440 94358572425232 94358583619584 140725179720710 140725179720800 140725179720800 140725179727816 0
/proc/81181/statm: 4777044 65913 5925 1 0 558723 0
[pid=81181/tid=81183] ppid=81178 vsize=19108176 memory=230576 CPUtime=12.27 cores=1,3
/proc/81181/task/81183/stat : 81183 (java) R 81178 81181 78906 0 -1 4194368 6968 0 0 0 1222 5 0 0 20 0 20 0 8069675 19566772224 65913 134679101440 94358572412928 94358572416624 140725179714512 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94358572424440 94358572425232 94358583619584 140725179720710 140725179720800 140725179720800 140725179727816 0
[pid=81181/tid=81192] ppid=81178 vsize=19108176 memory=11908 CPUtime=0 cores=1,3
/proc/81181/task/81192/stat : 81192 (Finalizer) S 81178 81181 78906 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 8069678 19566772224 65913 134679101440 94358572412928 94358572416624 140725179714512 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94358572424440 94358572425232 94358583619584 140725179720710 140725179720800 140725179720800 140725179727816 0
[pid=81181/tid=81199] ppid=81178 vsize=19108176 memory=5866620659952477290 CPUtime=0 cores=1,3
/proc/81181/task/81199/stat : 81199 (Common-Cleaner) S 81178 81181 78906 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 8069679 19566772224 65913 134679101440 94358572412928 94358572416624 140725179714512 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94358572424440 94358572425232 94358583619584 140725179720710 140725179720800 140725179720800 140725179727816 0
[pid=81181/tid=81201] ppid=81178 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/81181/task/81201/stat : 81201 (Timer-0) S 81178 81181 78906 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 8069792 19566772224 65913 134679101440 94358572412928 94358572416624 140725179714512 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94358572424440 94358572425232 94358583619584 140725179720710 140725179720800 140725179720800 140725179727816 0
Current children cumulated CPU time: 15.44 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 263652 KiB

[startup+25.5005 s]
/proc/loadavg: 4.56 4.28 4.13 5/318 81204
/proc/meminfo: memFree=97285208/131655788 swapFree=131071996/131071996
[pid=81181] ppid=81178 vsize=19108176 memory=264048 CPUtime=28.69 cores=1,3
/proc/81181/stat : 81181 (java) S 81178 81181 78906 0 -1 1077936128 34658 0 0 0 2854 15 0 0 20 0 20 0 8069675 19566772224 66012 134679101440 94358572412928 94358572416624 140725179714512 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94358572424440 94358572425232 94358583619584 140725179720710 140725179720800 140725179720800 140725179727816 0
/proc/81181/statm: 4777044 66012 5940 1 0 558771 0
[pid=81181/tid=81183] ppid=81178 vsize=19108176 memory=5866620659952477290 CPUtime=25.04 cores=1,3
/proc/81181/task/81183/stat : 81183 (java) R 81178 81181 78906 0 -1 4194368 8981 0 0 0 2499 5 0 0 20 0 20 0 8069675 19566772224 66012 134679101440 94358572412928 94358572416624 140725179714512 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94358572424440 94358572425232 94358583619584 140725179720710 140725179720800 140725179720800 140725179727816 0
[pid=81181/tid=81192] ppid=81178 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/81181/task/81192/stat : 81192 (Finalizer) S 81178 81181 78906 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 8069678 19566772224 66012 134679101440 94358572412928 94358572416624 140725179714512 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94358572424440 94358572425232 94358583619584 140725179720710 140725179720800 140725179720800 140725179727816 0
[pid=81181/tid=81199] ppid=81178 vsize=19108176 memory=5460 CPUtime=0 cores=1,3
/proc/81181/task/81199/stat : 81199 (Common-Cleaner) S 81178 81181 78906 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 8069679 19566772224 66012 134679101440 94358572412928 94358572416624 140725179714512 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94358572424440 94358572425232 94358583619584 140725179720710 140725179720800 140725179720800 140725179727816 0
[pid=81181/tid=81201] ppid=81178 vsize=19108176 memory=-6000919472673221479 CPUtime=0 cores=1,3
/proc/81181/task/81201/stat : 81201 (Timer-0) S 81178 81181 78906 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 8069792 19566772224 66012 134679101440 94358572412928 94358572416624 140725179714512 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94358572424440 94358572425232 94358583619584 140725179720710 140725179720800 140725179720800 140725179727816 0
Current children cumulated CPU time: 28.69 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 264048 KiB

[startup+51.113 s]
/proc/loadavg: 4.63 4.32 4.15 5/319 81210
/proc/meminfo: memFree=97282756/131655788 swapFree=131071996/131071996
[pid=81181] ppid=81178 vsize=19108176 memory=264224 CPUtime=54.61 cores=1,3
/proc/81181/stat : 81181 (java) S 81178 81181 78906 0 -1 1077936128 41033 0 0 0 5443 18 0 0 20 0 20 0 8069675 19566772224 66056 134679101440 94358572412928 94358572416624 140725179714512 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94358572424440 94358572425232 94358583619584 140725179720710 140725179720800 140725179720800 140725179727816 0
/proc/81181/statm: 4777044 66056 5971 1 0 558771 0
[pid=81181/tid=81183] ppid=81178 vsize=19108176 memory=264068 CPUtime=50.6 cores=1,3
/proc/81181/task/81183/stat : 81183 (java) R 81178 81181 78906 0 -1 4194368 10515 0 0 0 5054 6 0 0 20 0 20 0 8069675 19566772224 66056 134679101440 94358572412928 94358572416624 140725179714512 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94358572424440 94358572425232 94358583619584 140725179720710 140725179720800 140725179720800 140725179727816 0
[pid=81181/tid=81192] ppid=81178 vsize=19108176 memory=11908 CPUtime=0 cores=1,3
/proc/81181/task/81192/stat : 81192 (Finalizer) S 81178 81181 78906 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 8069678 19566772224 66056 134679101440 94358572412928 94358572416624 140725179714512 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94358572424440 94358572425232 94358583619584 140725179720710 140725179720800 140725179720800 140725179727816 0
[pid=81181/tid=81199] ppid=81178 vsize=19108176 memory=11908 CPUtime=0 cores=1,3
/proc/81181/task/81199/stat : 81199 (Common-Cleaner) S 81178 81181 78906 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 8069679 19566772224 66056 134679101440 94358572412928 94358572416624 140725179714512 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94358572424440 94358572425232 94358583619584 140725179720710 140725179720800 140725179720800 140725179727816 0
[pid=81181/tid=81201] ppid=81178 vsize=19108176 memory=11908 CPUtime=0 cores=1,3
/proc/81181/task/81201/stat : 81201 (Timer-0) S 81178 81181 78906 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 8069792 19566772224 66056 134679101440 94358572412928 94358572416624 140725179714512 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94358572424440 94358572425232 94358583619584 140725179720710 140725179720800 140725179720800 140725179727816 0
Current children cumulated CPU time: 54.61 s

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

[startup+3282.3 s]
/proc/loadavg: 4.21 4.34 4.23 5/322 83182
/proc/meminfo: memFree=117707116/131655788 swapFree=131071996/131071996
[pid=81181] ppid=81178 vsize=19108176 memory=2179432 CPUtime=3292.51 cores=1,3
/proc/81181/stat : 81181 (java) S 81178 81181 78906 0 -1 1077936128 127134 0 0 0 329018 233 0 0 20 0 20 0 8069675 19566772224 544858 134679101440 94358572412928 94358572416624 140725179714512 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94358572424440 94358572425232 94358583619584 140725179720710 140725179720800 140725179720800 140725179727816 0
/proc/81181/statm: 4777044 544858 5971 1 0 766304 0
[pid=81181/tid=81183] ppid=81178 vsize=19108176 memory=2165096 CPUtime=3267.75 cores=1,3
/proc/81181/task/81183/stat : 81183 (java) R 81178 81181 78906 0 -1 4194368 36911 0 0 0 326743 32 0 0 20 0 20 0 8069675 19566772224 544858 134679101440 94358572412928 94358572416624 140725179714512 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94358572424440 94358572425232 94358583619584 140725179720710 140725179720800 140725179720800 140725179727816 0
[pid=81181/tid=81192] ppid=81178 vsize=19108176 memory=2156904 CPUtime=0 cores=1,3
/proc/81181/task/81192/stat : 81192 (Finalizer) S 81178 81181 78906 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 8069678 19566772224 544858 134679101440 94358572412928 94358572416624 140725179714512 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94358572424440 94358572425232 94358583619584 140725179720710 140725179720800 140725179720800 140725179727816 0
[pid=81181/tid=81199] ppid=81178 vsize=19108176 memory=2154856 CPUtime=0 cores=1,3
/proc/81181/task/81199/stat : 81199 (Common-Cleaner) S 81178 81181 78906 0 -1 1077936192 2934 0 0 0 0 0 0 0 20 0 20 0 8069679 19566772224 544858 134679101440 94358572412928 94358572416624 140725179714512 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94358572424440 94358572425232 94358583619584 140725179720710 140725179720800 140725179720800 140725179727816 0
[pid=81181/tid=81201] ppid=81178 vsize=19108176 memory=-6000919472673221479 CPUtime=0 cores=1,3
/proc/81181/task/81201/stat : 81201 (Timer-0) S 81178 81181 78906 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 8069792 19566772224 544858 134679101440 94358572412928 94358572416624 140725179714512 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94358572424440 94358572425232 94358583619584 140725179720710 140725179720800 140725179720800 140725179727816 0
Current children cumulated CPU time: 3292.51 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2179432 KiB

[startup+3342.3 s]
/proc/loadavg: 4.07 4.27 4.21 5/322 83193
/proc/meminfo: memFree=117558100/131655788 swapFree=131071996/131071996
[pid=81181] ppid=81178 vsize=19108176 memory=2253160 CPUtime=3352.42 cores=1,3
/proc/81181/stat : 81181 (java) S 81178 81181 78906 0 -1 1077936128 127199 0 0 0 335006 236 0 0 20 0 20 0 8069675 19566772224 563290 134679101440 94358572412928 94358572416624 140725179714512 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94358572424440 94358572425232 94358583619584 140725179720710 140725179720800 140725179720800 140725179727816 0
/proc/81181/statm: 4777044 563290 5971 1 0 766304 0
[pid=81181/tid=81183] ppid=81178 vsize=19108176 memory=1904 CPUtime=3327.63 cores=1,3
/proc/81181/task/81183/stat : 81183 (java) R 81178 81181 78906 0 -1 4194368 36971 0 0 0 332729 34 0 0 20 0 20 0 8069675 19566772224 563290 134679101440 94358572412928 94358572416624 140725179714512 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94358572424440 94358572425232 94358583619584 140725179720710 140725179720800 140725179720800 140725179727816 0
[pid=81181/tid=81192] ppid=81178 vsize=19108176 memory=5572 CPUtime=0 cores=1,3
/proc/81181/task/81192/stat : 81192 (Finalizer) S 81178 81181 78906 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 8069678 19566772224 563290 134679101440 94358572412928 94358572416624 140725179714512 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94358572424440 94358572425232 94358583619584 140725179720710 140725179720800 140725179720800 140725179727816 0
[pid=81181/tid=81199] ppid=81178 vsize=19108176 memory=2232680 CPUtime=0 cores=1,3
/proc/81181/task/81199/stat : 81199 (Common-Cleaner) S 81178 81181 78906 0 -1 1077936192 2934 0 0 0 0 0 0 0 20 0 20 0 8069679 19566772224 563290 134679101440 94358572412928 94358572416624 140725179714512 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94358572424440 94358572425232 94358583619584 140725179720710 140725179720800 140725179720800 140725179727816 0
[pid=81181/tid=81201] ppid=81178 vsize=19108176 memory=2249064 CPUtime=0 cores=1,3
/proc/81181/task/81201/stat : 81201 (Timer-0) S 81178 81181 78906 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 8069792 19566772224 563290 134679101440 94358572412928 94358572416624 140725179714512 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94358572424440 94358572425232 94358583619584 140725179720710 140725179720800 140725179720800 140725179727816 0
Current children cumulated CPU time: 3352.42 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2253160 KiB

[startup+3402.3 s]
/proc/loadavg: 4.13 4.25 4.21 5/322 83203
/proc/meminfo: memFree=117417968/131655788 swapFree=131071996/131071996
[pid=81181] ppid=81178 vsize=19108176 memory=2392620 CPUtime=3412.49 cores=1,3
/proc/81181/stat : 81181 (java) S 81178 81181 78906 0 -1 1077936128 127725 0 0 0 341007 242 0 0 20 0 20 0 8069675 19566772224 598155 134679101440 94358572412928 94358572416624 140725179714512 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94358572424440 94358572425232 94358583619584 140725179720710 140725179720800 140725179720800 140725179727816 0
/proc/81181/statm: 4777044 598155 5971 1 0 766307 0
[pid=81181/tid=81183] ppid=81178 vsize=19108176 memory=1904 CPUtime=3387.34 cores=1,3
/proc/81181/task/81183/stat : 81183 (java) R 81178 81181 78906 0 -1 4194368 37182 0 0 0 338699 35 0 0 20 0 20 0 8069675 19566772224 598155 134679101440 94358572412928 94358572416624 140725179714512 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94358572424440 94358572425232 94358583619584 140725179720710 140725179720800 140725179720800 140725179727816 0
[pid=81181/tid=81192] ppid=81178 vsize=19108176 memory=5572 CPUtime=0 cores=1,3
/proc/81181/task/81192/stat : 81192 (Finalizer) S 81178 81181 78906 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 8069678 19566772224 598155 134679101440 94358572412928 94358572416624 140725179714512 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94358572424440 94358572425232 94358583619584 140725179720710 140725179720800 140725179720800 140725179727816 0
[pid=81181/tid=81199] ppid=81178 vsize=19108176 memory=2232680 CPUtime=0 cores=1,3
/proc/81181/task/81199/stat : 81199 (Common-Cleaner) S 81178 81181 78906 0 -1 1077936192 3055 0 0 0 0 0 0 0 20 0 20 0 8069679 19566772224 598155 134679101440 94358572412928 94358572416624 140725179714512 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94358572424440 94358572425232 94358583619584 140725179720710 140725179720800 140725179720800 140725179727816 0
[pid=81181/tid=81201] ppid=81178 vsize=19108176 memory=31916 CPUtime=0 cores=1,3
/proc/81181/task/81201/stat : 81201 (Timer-0) S 81178 81181 78906 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 8069792 19566772224 598155 134679101440 94358572412928 94358572416624 140725179714512 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94358572424440 94358572425232 94358583619584 140725179720710 140725179720800 140725179720800 140725179727816 0
Current children cumulated CPU time: 3412.49 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2392620 KiB

[startup+3462.3 s]
/proc/loadavg: 4.10 4.22 4.19 6/323 83214
/proc/meminfo: memFree=117417572/131655788 swapFree=131071996/131071996
[pid=81181] ppid=81178 vsize=19108176 memory=2392620 CPUtime=3472.4 cores=1,3
/proc/81181/stat : 81181 (java) S 81178 81181 78906 0 -1 1077936128 127969 0 0 0 346996 244 0 0 20 0 20 0 8069675 19566772224 598155 134679101440 94358572412928 94358572416624 140725179714512 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94358572424440 94358572425232 94358583619584 140725179720710 140725179720800 140725179720800 140725179727816 0
/proc/81181/statm: 4777044 598155 5971 1 0 766307 0
[pid=81181/tid=81183] ppid=81178 vsize=19108176 memory=1904 CPUtime=3447.22 cores=1,3
/proc/81181/task/81183/stat : 81183 (java) R 81178 81181 78906 0 -1 4194368 37417 0 0 0 344687 35 0 0 20 0 20 0 8069675 19566772224 598155 134679101440 94358572412928 94358572416624 140725179714512 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94358572424440 94358572425232 94358583619584 140725179720710 140725179720800 140725179720800 140725179727816 0
[pid=81181/tid=81192] ppid=81178 vsize=19108176 memory=5572 CPUtime=0 cores=1,3
/proc/81181/task/81192/stat : 81192 (Finalizer) S 81178 81181 78906 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 8069678 19566772224 598155 134679101440 94358572412928 94358572416624 140725179714512 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94358572424440 94358572425232 94358583619584 140725179720710 140725179720800 140725179720800 140725179727816 0
[pid=81181/tid=81199] ppid=81178 vsize=19108176 memory=2232680 CPUtime=0 cores=1,3
/proc/81181/task/81199/stat : 81199 (Common-Cleaner) S 81178 81181 78906 0 -1 1077936192 3055 0 0 0 0 0 0 0 20 0 20 0 8069679 19566772224 598155 134679101440 94358572412928 94358572416624 140725179714512 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94358572424440 94358572425232 94358583619584 140725179720710 140725179720800 140725179720800 140725179727816 0
[pid=81181/tid=81201] ppid=81178 vsize=19108176 memory=2392620 CPUtime=0 cores=1,3
/proc/81181/task/81201/stat : 81201 (Timer-0) S 81178 81181 78906 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 8069792 19566772224 598155 134679101440 94358572412928 94358572416624 140725179714512 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94358572424440 94358572425232 94358583619584 140725179720710 140725179720800 140725179720800 140725179727816 0
Current children cumulated CPU time: 3472.4 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2392620 KiB

[startup+3522.3 s]
/proc/loadavg: 4.14 4.21 4.19 5/323 83226
/proc/meminfo: memFree=117306084/131655788 swapFree=131071996/131071996
[pid=81181] ppid=81178 vsize=19108176 memory=2503648 CPUtime=3532.51 cores=1,3
/proc/81181/stat : 81181 (java) S 81178 81181 78906 0 -1 1077936128 129297 0 0 0 353002 249 0 0 20 0 20 0 8069675 19566772224 625912 134679101440 94358572412928 94358572416624 140725179714512 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94358572424440 94358572425232 94358583619584 140725179720710 140725179720800 140725179720800 140725179727816 0
/proc/81181/statm: 4777044 625912 5971 1 0 766307 0
[pid=81181/tid=81183] ppid=81178 vsize=19108176 memory=2423340 CPUtime=3506.9 cores=1,3
/proc/81181/task/81183/stat : 81183 (java) R 81178 81181 78906 0 -1 4194368 37990 0 0 0 350653 37 0 0 20 0 20 0 8069675 19566772224 625912 134679101440 94358572412928 94358572416624 140725179714512 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94358572424440 94358572425232 94358583619584 140725179720710 140725179720800 140725179720800 140725179727816 0
[pid=81181/tid=81192] ppid=81178 vsize=19108176 memory=31916 CPUtime=0 cores=1,3
/proc/81181/task/81192/stat : 81192 (Finalizer) S 81178 81181 78906 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 8069678 19566772224 625912 134679101440 94358572412928 94358572416624 140725179714512 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94358572424440 94358572425232 94358583619584 140725179720710 140725179720800 140725179720800 140725179727816 0
[pid=81181/tid=81199] ppid=81178 vsize=19108176 memory=1904 CPUtime=0 cores=1,3
/proc/81181/task/81199/stat : 81199 (Common-Cleaner) S 81178 81181 78906 0 -1 1077936192 3056 0 0 0 0 0 0 0 20 0 20 0 8069679 19566772224 625912 134679101440 94358572412928 94358572416624 140725179714512 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94358572424440 94358572425232 94358583619584 140725179720710 140725179720800 140725179720800 140725179727816 0
[pid=81181/tid=81201] ppid=81178 vsize=19108176 memory=2503648 CPUtime=0 cores=1,3
/proc/81181/task/81201/stat : 81201 (Timer-0) S 81178 81181 78906 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 8069792 19566772224 625912 134679101440 94358572412928 94358572416624 140725179714512 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94358572424440 94358572425232 94358583619584 140725179720710 140725179720800 140725179720800 140725179727816 0
Current children cumulated CPU time: 3532.51 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2503648 KiB

[startup+3582.3 s]
/proc/loadavg: 4.15 4.20 4.18 5/321 83236
/proc/meminfo: memFree=117274948/131655788 swapFree=131071996/131071996
[pid=81181] ppid=81178 vsize=19108176 memory=2503648 CPUtime=3592.42 cores=1,3
/proc/81181/stat : 81181 (java) S 81178 81181 78906 0 -1 1077936128 129512 0 0 0 358990 252 0 0 20 0 20 0 8069675 19566772224 625912 134679101440 94358572412928 94358572416624 140725179714512 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94358572424440 94358572425232 94358583619584 140725179720710 140725179720800 140725179720800 140725179727816 0
/proc/81181/statm: 4777044 625912 5971 1 0 766307 0
[pid=81181/tid=81183] ppid=81178 vsize=19108176 memory=16092 CPUtime=3566.78 cores=1,3
/proc/81181/task/81183/stat : 81183 (java) R 81178 81181 78906 0 -1 4194368 38202 0 0 0 356640 38 0 0 20 0 20 0 8069675 19566772224 625912 134679101440 94358572412928 94358572416624 140725179714512 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94358572424440 94358572425232 94358583619584 140725179720710 140725179720800 140725179720800 140725179727816 0
[pid=81181/tid=81192] ppid=81178 vsize=19108176 memory=2503648 CPUtime=0 cores=1,3
/proc/81181/task/81192/stat : 81192 (Finalizer) S 81178 81181 78906 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 8069678 19566772224 625912 134679101440 94358572412928 94358572416624 140725179714512 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94358572424440 94358572425232 94358583619584 140725179720710 140725179720800 140725179720800 140725179727816 0
[pid=81181/tid=81199] ppid=81178 vsize=19108176 memory=2164 CPUtime=0 cores=1,3
/proc/81181/task/81199/stat : 81199 (Common-Cleaner) S 81178 81181 78906 0 -1 1077936192 3056 0 0 0 0 0 0 0 20 0 20 0 8069679 19566772224 625912 134679101440 94358572412928 94358572416624 140725179714512 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94358572424440 94358572425232 94358583619584 140725179720710 140725179720800 140725179720800 140725179727816 0
[pid=81181/tid=81201] ppid=81178 vsize=19108176 memory=2503648 CPUtime=0 cores=1,3
/proc/81181/task/81201/stat : 81201 (Timer-0) S 81178 81181 78906 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 8069792 19566772224 625912 134679101440 94358572412928 94358572416624 140725179714512 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94358572424440 94358572425232 94358583619584 140725179720710 140725179720800 140725179720800 140725179727816 0
Current children cumulated CPU time: 3592.42 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2503648 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3589.9 s]
/proc/loadavg: 4.13 4.19 4.18 5/321 83237
/proc/meminfo: memFree=117274948/131655788 swapFree=131071996/131071996
[pid=81181] ppid=81178 vsize=19108176 memory=2503648 CPUtime=3600 cores=1,3
/proc/81181/stat : 81181 (java) S 81178 81181 78906 0 -1 1077936128 129564 0 0 0 359748 252 0 0 20 0 20 0 8069675 19566772224 625912 134679101440 94358572412928 94358572416624 140725179714512 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94358572424440 94358572425232 94358583619584 140725179720710 140725179720800 140725179720800 140725179727816 0
/proc/81181/statm: 4777044 625912 5971 1 0 766307 0
[pid=81181/tid=81183] ppid=81178 vsize=19108176 memory=2503648 CPUtime=3574.36 cores=1,3
/proc/81181/task/81183/stat : 81183 (java) R 81178 81181 78906 0 -1 4194368 38252 0 0 0 357398 38 0 0 20 0 20 0 8069675 19566772224 625912 134679101440 94358572412928 94358572416624 140725179714512 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94358572424440 94358572425232 94358583619584 140725179720710 140725179720800 140725179720800 140725179727816 0
[pid=81181/tid=81192] ppid=81178 vsize=19108176 memory=-6000919472673221479 CPUtime=0 cores=1,3
/proc/81181/task/81192/stat : 81192 (Finalizer) S 81178 81181 78906 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 8069678 19566772224 625912 134679101440 94358572412928 94358572416624 140725179714512 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94358572424440 94358572425232 94358583619584 140725179720710 140725179720800 140725179720800 140725179727816 0
[pid=81181/tid=81199] ppid=81178 vsize=19108176 memory=139812661598913 CPUtime=0 cores=1,3
/proc/81181/task/81199/stat : 81199 (Common-Cleaner) S 81178 81181 78906 0 -1 1077936192 3056 0 0 0 0 0 0 0 20 0 20 0 8069679 19566772224 625912 134679101440 94358572412928 94358572416624 140725179714512 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94358572424440 94358572425232 94358583619584 140725179720710 140725179720800 140725179720800 140725179727816 0
[pid=81181/tid=81201] ppid=81178 vsize=19108176 memory=2503648 CPUtime=0 cores=1,3
/proc/81181/task/81201/stat : 81201 (Timer-0) S 81178 81181 78906 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 8069792 19566772224 625912 134679101440 94358572412928 94358572416624 140725179714512 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94358572424440 94358572425232 94358583619584 140725179720710 140725179720800 140725179720800 140725179727816 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2503648 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.71 s, system=2.53878 s

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

[startup+3590.01 s]*
/proc/loadavg: 4.13 4.19 4.18 8/322 83240
/proc/meminfo: memFree=117274236/131655788 swapFree=131071996/131071996
[pid=81181] ppid=81178 vsize=19307868 memory=2504312 CPUtime=3600.22 cores=1,3
/proc/81181/stat : 81181 (java) S 81178 81181 78906 0 -1 1077936128 131858 0 0 0 359770 252 0 0 20 0 21 0 8069675 19771256832 626078 134679101440 94358572412928 94358572416624 140725179714512 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94358572424440 94358572425232 94358583619584 140725179720710 140725179720800 140725179720800 140725179727816 0
/proc/81181/statm: 4826967 626078 5970 1 0 767210 0
[pid=81181/tid=81183] ppid=81178 vsize=19307868 memory=-6000919494147599207 CPUtime=3574.47 cores=1,3
/proc/81181/task/81183/stat : 81183 (java) S 81178 81181 78906 0 -1 1077936192 38296 0 0 0 357409 38 0 0 20 0 21 0 8069675 19771256832 626064 134679101440 94358572412928 94358572416624 140725179714512 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94358572424440 94358572425232 94358583619584 140725179720710 140725179720800 140725179720800 140725179727816 0
[pid=81181/tid=81192] ppid=81178 vsize=19307868 memory=4137848876894416546 CPUtime=0 cores=1,3
/proc/81181/task/81192/stat : 81192 (Finalizer) S 81178 81181 78906 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 8069678 19771256832 626064 134679101440 94358572412928 94358572416624 140725179714512 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94358572424440 94358572425232 94358583619584 140725179720710 140725179720800 140725179720800 140725179727816 0
[pid=81181/tid=81199] ppid=81178 vsize=19307868 memory=7296 CPUtime=0 cores=1,3
/proc/81181/task/81199/stat : 81199 (Common-Cleaner) S 81178 81181 78906 0 -1 1077936192 3056 0 0 0 0 0 0 0 20 0 20 0 8069679 19771256832 626064 134679101440 94358572412928 94358572416624 140725179714512 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94358572424440 94358572425232 94358583619584 140725179720710 140725179720800 140725179720800 140725179727816 0
Current children cumulated CPU time: 3600.22 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 2504312 KiB

Child status: 143

Real time (s): 3590.04
CPU time (s): 3600.25
CPU user time (s): 3597.71
CPU system time (s): 2.53878
CPU usage (%): 100.284
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 2504312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.71
system time used= 2.53878
maximum resident set size= 2505216
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 131948
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3008
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 113969
involuntary context switches= 3300


# summary of solver processes directly reported to runsolver:
#   pid: 81181
#   total CPU time (s): 3600.25
#   total CPU user time (s): 3597.71
#   total CPU system time (s): 2.53878

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.9675 second user time and 34.8599 second system time

The end

Launcher Data

Begin job on nodeC012 at 2024-07-23 09:46:39
IDJOB=4456301
IDBENCH=143864
IDSOLVER=3037
FILE ID=nodeC012/4456301-1721720799
RUNJOBID= nodeC012-1721717814-78918
SLURM_JOB_ID= 7770388
Free space on /tmp= 723768 MiB

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

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

MD5SUM BENCH= b650e80a3f64e6bae4fbc25304197493
RANDOM SEED=1214418043

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.383
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		: 2194.806
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		: 3530.291
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		: 3491.763
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		: 3630.124
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		: 3652.712
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.285
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.308
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:        97528492 kB
MemAvailable:   100879800 kB
Buffers:          141020 kB
Cached:          4003984 kB
SwapCached:            0 kB
Active:           874644 kB
Inactive:       32633332 kB
Active(anon):       1456 kB
Inactive(anon): 29391100 kB
Active(file):     873188 kB
Inactive(file):  3242232 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              4560 kB
Writeback:            12 kB
AnonPages:      29362776 kB
Mapped:           119584 kB
Shmem:             29512 kB
KReclaimable:     151836 kB
Slab:             247640 kB
SReclaimable:     151836 kB
SUnreclaim:        95804 kB
KernelStack:        4848 kB
PageTables:        67348 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   39225624 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            16896 kB
HardwareCorrupted:     0 kB
AnonHugePages:  28884992 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:46:30