Trace number 4526675

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 2025-06-06? (TO) 3600.18 3603.27

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/graphs/
normalized-graph11reducmore_wcsp.wbo
MD5SUM4f5be5c84a0d76ec975a3a6b3be3f2ae
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark370
Best CPU time to get the best result obtained on this benchmark77.4065
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables5747
Total number of constraints283088
Number of soft constraints282856
Number of constraints which are clauses282856
Number of constraints which are cardinality constraints (but not clauses)232
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint44
Top cost 3080
Min constraint cost 1
Max constraint cost 3080
Sum of constraints costs 64455868
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
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		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.14	c Pseudo Boolean Optimization by upper bound
0.12/0.14	c --- Begin Solver configuration ---
0.12/0.14	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.14	c Learn all clauses as in MiniSAT
0.12/0.14	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.14	c Expensive reason simplification
0.12/0.14	c Glucose 2.1 dynamic restart strategy
0.12/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.12/0.14	c timeout=2147483s
0.12/0.14	c DB Simplification allowed=false
0.12/0.14	c Listener: none
0.12/0.14	c --- End Solver configuration ---
0.12/0.14	c solving HOME/instance-4526675-1751635417.wbo
0.12/0.14	c reading problem ... 
2.65/1.48	c ... done. Wall clock time 1.328s.
2.65/1.48	c declared #vars     5747
2.65/1.48	c internal #vars     288603
2.65/1.48	c #constraints  283321
2.65/1.48	c constraints type 
2.65/1.48	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2618
2.65/1.48	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 226
2.65/1.48	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
2.65/1.48	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 280476
2.65/1.48	c 283321 constraints processed.
2.65/1.49	c objective function length is 282856 literals
69.84/67.37	c cleaning 2463 clauses out of 5000 with flag 35337/5000
271.37/269.09	c cleaning 4268 clauses out of 8537 with flag 83993/11000
962.34/961.30	c cleaning 5635 clauses out of 11271 with flag 160122/18002
1412.52/1412.28	c cleaning 6811 clauses out of 13636 with flag 247598/26002
1938.70/1939.27	c cleaning 7912 clauses out of 15826 with flag 339348/35003
2520.30/2521.72	c cleaning 8954 clauses out of 17911 with flag 458429/45000
3216.17/3218.83	c cleaning 9970 clauses out of 19957 with flag 579431/56000
3600.06/3603.21	c starts		: 200
3600.06/3603.23	c conflicts		: 63088
3600.06/3603.23	c decisions		: 2525614
3600.06/3603.23	c propagations		: 2017878012
3600.06/3603.23	c inspects		: 58989375
3600.06/3603.23	c shortcuts		: 0
3600.06/3603.23	c learnt literals	: 0
3600.06/3603.23	c learnt binary clauses	: 0
3600.06/3603.23	c learnt ternary clauses	: 0
3600.06/3603.23	c learnt constraints	: 63088
3600.06/3603.23	c ignored constraints	: 0
3600.06/3603.23	c root simplifications	: 0
3600.06/3603.23	c removed literals (reason simplification)	: 166700
3600.06/3603.23	c reason swapping (by a shorter reason)	: 0
3600.06/3603.23	c Calls to reduceDB	: 7
3600.06/3603.23	c Number of update (reduction) of LBD	: 25214
3600.06/3603.23	c Imported unit clauses	: 0
3600.06/3603.23	c No decision after first conflict	: false
3600.06/3603.23	c number of reductions to clauses (during analyze)	: 0
3600.06/3603.24	c number of learned constraints concerned by reduction	: 0
3600.06/3603.24	c number of learning phase by resolution	: 0
3600.06/3603.24	c number of learning phase by cutting planes	: 0
3600.06/3603.24	c number of rounding to 1 operations	: 0
3600.06/3603.24	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3603.24	c number of reductions of the coefficients by power 2 	: 0
3600.06/3603.24	c timeout
3600.06/3603.24	c number of right shift for reduction by power 2 	: 0
3600.06/3603.24	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3603.24	c number of ending skipping 	: 0
3600.06/3603.24	c number of internal skipping 	: 0
3600.06/3603.24	c number of derivation steps 	: 0
3600.06/3603.24	c number of skipped derivation steps 	: 0
3600.06/3603.24	c number of remaining unassigned 	: 0
3600.06/3603.24	c number of remaining assigned 	: 0
3600.06/3603.24	c number of falsified literals weakened from reason	: 0
3600.06/3603.24	c number of falsified literals weakened from conflict	: 0
3600.06/3603.24	c time for arithmetic operations	: 0
3600.06/3603.24	c minimum degree of deleted constraints	: null
3600.06/3603.24	c maximum degree of deleted constraints	: null
3600.06/3603.24	c number of deleted constraints	: 0
3600.06/3603.24	c speed (assignments/second)	: 560259.5930126018
3600.06/3603.24	c non guided choices	: 0
3600.06/3603.26	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 17075
3600.06/3603.26	s UNKNOWN
3600.06/3603.26	c Total wall clock time (in seconds): 3603.117

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: 63708 MiB (53209 MiB free)
  memory of node 1: 64465 MiB (46508 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4526675-1751635417/watcher-4526675-1751635417 -o /tmp/evaluation-result-4526675-1751635417/solver-4526675-1751635417 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC028-1751628188-90088 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4526675-1751635417.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 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=94491, runsolver pid=94488
Current StackSize limit: 8192 KiB


[startup+0.100025 s]*
/proc/loadavg: 4.13 4.12 4.09 5/339 94509
/proc/meminfo: memFree=102091332/131250000 swapFree=33010684/33010684
[pid=94491] ppid=94488 vsize=18930384 memory=55620 CPUtime=0.12 cores=4,6
/proc/94491/stat : 94491 (java) S 94488 94491 90077 0 -1 4194304 6533 0 0 0 11 1 0 0 20 0 18 0 79164200 19384713216 13905 18446744073709551615 93942206611456 93942206615152 140729166385248 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93942206622968 93942206623760 93942217379840 140729166387583 140729166387684 140729166387684 140729166393288 0
/proc/94491/statm: 4732596 13905 5338 1 0 547587 0
[pid=94491/tid=94493] ppid=94488 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=4,6
/proc/94491/task/94493/stat : 94493 (java) R 94488 94491 90077 0 -1 4194368 5032 0 0 0 7 0 0 0 20 0 18 0 79164201 19384713216 13905 18446744073709551615 93942206611456 93942206615152 140729166385248 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93942206622968 93942206623760 93942217379840 140729166387583 140729166387684 140729166387684 140729166393288 0
[pid=94491/tid=94502] ppid=94488 vsize=18930384 memory=237112656212 CPUtime=0 cores=4,6
/proc/94491/task/94502/stat : 94502 (Finalizer) S 94488 94491 90077 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 79164203 19384713216 13905 18446744073709551615 93942206611456 93942206615152 140729166385248 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93942206622968 93942206623760 93942217379840 140729166387583 140729166387684 140729166387684 140729166393288 0
[pid=94491/tid=94509] ppid=94488 vsize=18930384 memory=60684515937227 CPUtime=0 cores=4,6
/proc/94491/task/94509/stat : 94509 (Common-Cleaner) S 94488 94491 90077 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 79164204 19384713216 13905 18446744073709551615 93942206611456 93942206615152 140729166385248 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93942206622968 93942206623760 93942217379840 140729166387583 140729166387684 140729166387684 140729166393288 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55620 KiB

[startup+0.205961 s]*
/proc/loadavg: 4.13 4.12 4.09 7/339 94509
/proc/meminfo: memFree=102071924/131250000 swapFree=33010684/33010684
[pid=94491] ppid=94488 vsize=18930384 memory=78348 CPUtime=0.32 cores=4,6
/proc/94491/stat : 94491 (java) S 94488 94491 90077 0 -1 4194304 7022 0 0 0 30 2 0 0 20 0 18 0 79164200 19384713216 19587 18446744073709551615 93942206611456 93942206615152 140729166385248 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93942206622968 93942206623760 93942217379840 140729166387583 140729166387684 140729166387684 140729166393288 0
/proc/94491/statm: 4732596 19587 5434 1 0 547905 0
[pid=94491/tid=94493] ppid=94488 vsize=18930384 memory=4026794268 CPUtime=0.17 cores=4,6
/proc/94491/task/94493/stat : 94493 (java) R 94488 94491 90077 0 -1 4194368 5278 0 0 0 16 1 0 0 20 0 18 0 79164201 19384713216 19587 18446744073709551615 93942206611456 93942206615152 140729166385248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93942206622968 93942206623760 93942217379840 140729166387583 140729166387684 140729166387684 140729166393288 0
[pid=94491/tid=94502] ppid=94488 vsize=18930384 memory=16124 CPUtime=0 cores=4,6
/proc/94491/task/94502/stat : 94502 (Finalizer) S 94488 94491 90077 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 79164203 19384713216 19587 18446744073709551615 93942206611456 93942206615152 140729166385248 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93942206622968 93942206623760 93942217379840 140729166387583 140729166387684 140729166387684 140729166393288 0
[pid=94491/tid=94509] ppid=94488 vsize=18930384 memory=59585004307431 CPUtime=0 cores=4,6
/proc/94491/task/94509/stat : 94509 (Common-Cleaner) S 94488 94491 90077 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 79164204 19384713216 19587 18446744073709551615 93942206611456 93942206615152 140729166385248 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93942206622968 93942206623760 93942217379840 140729166387583 140729166387684 140729166387684 140729166393288 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 78348 KiB

[startup+0.305803 s]*
/proc/loadavg: 4.13 4.12 4.09 6/339 94509
/proc/meminfo: memFree=102038464/131250000 swapFree=33010684/33010684
[pid=94491] ppid=94488 vsize=18930384 memory=115344 CPUtime=0.51 cores=4,6
/proc/94491/stat : 94491 (java) S 94488 94491 90077 0 -1 4194304 8534 0 0 0 48 3 0 0 20 0 18 0 79164200 19384713216 28836 18446744073709551615 93942206611456 93942206615152 140729166385248 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93942206622968 93942206623760 93942217379840 140729166387583 140729166387684 140729166387684 140729166393288 0
/proc/94491/statm: 4732596 28836 5434 1 0 548912 0
[pid=94491/tid=94493] ppid=94488 vsize=18930384 memory=-6000919472656246886 CPUtime=0.26 cores=4,6
/proc/94491/task/94493/stat : 94493 (java) R 94488 94491 90077 0 -1 4194368 5295 0 0 0 24 2 0 0 20 0 18 0 79164201 19384713216 28836 18446744073709551615 93942206611456 93942206615152 140729166385248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93942206622968 93942206623760 93942217379840 140729166387583 140729166387684 140729166387684 140729166393288 0
[pid=94491/tid=94502] ppid=94488 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/94491/task/94502/stat : 94502 (Finalizer) S 94488 94491 90077 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 79164203 19384713216 28836 18446744073709551615 93942206611456 93942206615152 140729166385248 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93942206622968 93942206623760 93942217379840 140729166387583 140729166387684 140729166387684 140729166393288 0
[pid=94491/tid=94509] ppid=94488 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/94491/task/94509/stat : 94509 (Common-Cleaner) S 94488 94491 90077 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 79164204 19384713216 28836 18446744073709551615 93942206611456 93942206615152 140729166385248 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93942206622968 93942206623760 93942217379840 140729166387583 140729166387684 140729166387684 140729166393288 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 115344 KiB

[startup+0.700251 s]
/proc/loadavg: 4.13 4.12 4.09 6/340 94510
/proc/meminfo: memFree=101981120/131250000 swapFree=33010684/33010684
[pid=94491] ppid=94488 vsize=19000096 memory=200032 CPUtime=1.27 cores=4,6
/proc/94491/stat : 94491 (java) S 94488 94491 90077 0 -1 4194304 12726 0 0 0 122 5 0 0 20 0 19 0 79164200 19456098304 50008 18446744073709551615 93942206611456 93942206615152 140729166385248 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93942206622968 93942206623760 93942217379840 140729166387583 140729166387684 140729166387684 140729166393288 0
/proc/94491/statm: 4750024 50008 5466 1 0 551958 0
[pid=94491/tid=94493] ppid=94488 vsize=19000096 memory=18816 CPUtime=0.57 cores=4,6
/proc/94491/task/94493/stat : 94493 (java) S 94488 94491 90077 0 -1 4194368 5317 0 0 0 54 3 0 0 20 0 19 0 79164201 19456098304 50008 18446744073709551615 93942206611456 93942206615152 140729166385248 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93942206622968 93942206623760 93942217379840 140729166387583 140729166387684 140729166387684 140729166393288 0
[pid=94491/tid=94502] ppid=94488 vsize=19000096 memory=10752 CPUtime=0 cores=4,6
/proc/94491/task/94502/stat : 94502 (Finalizer) S 94488 94491 90077 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 79164203 19456098304 50008 18446744073709551615 93942206611456 93942206615152 140729166385248 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93942206622968 93942206623760 93942217379840 140729166387583 140729166387684 140729166387684 140729166393288 0
[pid=94491/tid=94509] ppid=94488 vsize=19000096 memory=3328 CPUtime=0 cores=4,6
/proc/94491/task/94509/stat : 94509 (Common-Cleaner) S 94488 94491 90077 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 79164204 19456098304 50008 18446744073709551615 93942206611456 93942206615152 140729166385248 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93942206622968 93942206623760 93942217379840 140729166387583 140729166387684 140729166387684 140729166393288 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 19000096 KiB
Current children cumulated memory: 200032 KiB

[startup+1.50025 s]
/proc/loadavg: 4.13 4.12 4.09 7/340 94510
/proc/meminfo: memFree=101890004/131250000 swapFree=33010684/33010684
[pid=94491] ppid=94488 vsize=19063512 memory=527364 CPUtime=2.85 cores=4,6
/proc/94491/stat : 94491 (java) S 94488 94491 90077 0 -1 4194304 15654 0 0 0 274 11 0 0 20 0 20 0 79164200 19521036288 131841 18446744073709551615 93942206611456 93942206615152 140729166385248 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93942206622968 93942206623760 93942217379840 140729166387583 140729166387684 140729166387684 140729166393288 0
/proc/94491/statm: 4765878 131841 5530 1 0 1181970 0
[pid=94491/tid=94493] ppid=94488 vsize=19063512 memory=3328 CPUtime=1.16 cores=4,6
/proc/94491/task/94493/stat : 94493 (java) R 94488 94491 90077 0 -1 4194368 5682 0 0 0 110 6 0 0 20 0 20 0 79164201 19521036288 131841 18446744073709551615 93942206611456 93942206615152 140729166385248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93942206622968 93942206623760 93942217379840 140729166387583 140729166387684 140729166387684 140729166393288 0
[pid=94491/tid=94502] ppid=94488 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/94491/task/94502/stat : 94502 (Finalizer) S 94488 94491 90077 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 79164203 19521036288 131841 18446744073709551615 93942206611456 93942206615152 140729166385248 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93942206622968 93942206623760 93942217379840 140729166387583 140729166387684 140729166387684 140729166393288 0
[pid=94491/tid=94509] ppid=94488 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/94491/task/94509/stat : 94509 (Common-Cleaner) S 94488 94491 90077 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 79164204 19521036288 131841 18446744073709551615 93942206611456 93942206615152 140729166385248 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93942206622968 93942206623760 93942217379840 140729166387583 140729166387684 140729166387684 140729166393288 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 527364 KiB

[startup+3.10579 s]
/proc/loadavg: 4.20 4.13 4.10 5/342 94513
/proc/meminfo: memFree=101617972/131250000 swapFree=33010684/33010684
[pid=94491] ppid=94488 vsize=19130076 memory=528644 CPUtime=5.4 cores=4,6
/proc/94491/stat : 94491 (java) S 94488 94491 90077 0 -1 4194304 15960 0 0 0 527 13 0 0 20 0 21 0 79164200 19589197824 132161 18446744073709551615 93942206611456 93942206615152 140729166385248 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93942206622968 93942206623760 93942217379840 140729166387583 140729166387684 140729166387684 140729166393288 0
/proc/94491/statm: 4782519 132161 5530 1 0 1182291 0
[pid=94491/tid=94493] ppid=94488 vsize=19130076 memory=10752 CPUtime=2.74 cores=4,6
/proc/94491/task/94493/stat : 94493 (java) R 94488 94491 90077 0 -1 4194368 5705 0 0 0 268 6 0 0 20 0 21 0 79164201 19589197824 132161 18446744073709551615 93942206611456 93942206615152 140729166385248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93942206622968 93942206623760 93942217379840 140729166387583 140729166387684 140729166387684 140729166393288 0
[pid=94491/tid=94502] ppid=94488 vsize=19130076 memory=0 CPUtime=0 cores=4,6
/proc/94491/task/94502/stat : 94502 (Finalizer) S 94488 94491 90077 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 79164203 19589197824 132161 18446744073709551615 93942206611456 93942206615152 140729166385248 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93942206622968 93942206623760 93942217379840 140729166387583 140729166387684 140729166387684 140729166393288 0
[pid=94491/tid=94509] ppid=94488 vsize=19130076 memory=5632 CPUtime=0 cores=4,6
/proc/94491/task/94509/stat : 94509 (Common-Cleaner) S 94488 94491 90077 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 21 0 79164204 19589197824 132161 18446744073709551615 93942206611456 93942206615152 140729166385248 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93942206622968 93942206623760 93942217379840 140729166387583 140729166387684 140729166387684 140729166393288 0
[pid=94491/tid=94513] ppid=94488 vsize=19130076 memory=5148 CPUtime=0 cores=4,6
/proc/94491/task/94513/stat : 94513 (Timer-0) S 94488 94491 90077 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 79164356 19589197824 132161 18446744073709551615 93942206611456 93942206615152 140729166385248 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93942206622968 93942206623760 93942217379840 140729166387583 140729166387684 140729166387684 140729166393288 0
Current children cumulated CPU time: 5.4 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 528644 KiB

[startup+6.30023 s]
/proc/loadavg: 4.20 4.13 4.10 5/342 94513
/proc/meminfo: memFree=101618232/131250000 swapFree=33010684/33010684
[pid=94491] ppid=94488 vsize=19130076 memory=524184 CPUtime=8.66 cores=4,6
/proc/94491/stat : 94491 (java) S 94488 94491 90077 0 -1 4194304 17097 0 0 0 853 13 0 0 20 0 21 0 79164200 19589197824 131046 18446744073709551615 93942206611456 93942206615152 140729166385248 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93942206622968 93942206623760 93942217379840 140729166387583 140729166387684 140729166387684 140729166393288 0
/proc/94491/statm: 4782519 131046 5530 1 0 1182292 0
[pid=94491/tid=94493] ppid=94488 vsize=19130076 memory=0 CPUtime=5.92 cores=4,6
/proc/94491/task/94493/stat : 94493 (java) R 94488 94491 90077 0 -1 4194368 6099 0 0 0 586 6 0 0 20 0 21 0 79164201 19589197824 131046 18446744073709551615 93942206611456 93942206615152 140729166385248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93942206622968 93942206623760 93942217379840 140729166387583 140729166387684 140729166387684 140729166393288 0
[pid=94491/tid=94502] ppid=94488 vsize=19130076 memory=-8412654364016274332 CPUtime=0 cores=4,6
/proc/94491/task/94502/stat : 94502 (Finalizer) S 94488 94491 90077 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 79164203 19589197824 131046 18446744073709551615 93942206611456 93942206615152 140729166385248 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93942206622968 93942206623760 93942217379840 140729166387583 140729166387684 140729166387684 140729166393288 0
[pid=94491/tid=94509] ppid=94488 vsize=19130076 memory=-6000919472656246886 CPUtime=0 cores=4,6
/proc/94491/task/94509/stat : 94509 (Common-Cleaner) S 94488 94491 90077 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 21 0 79164204 19589197824 131046 18446744073709551615 93942206611456 93942206615152 140729166385248 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93942206622968 93942206623760 93942217379840 140729166387583 140729166387684 140729166387684 140729166393288 0
[pid=94491/tid=94513] ppid=94488 vsize=19130076 memory=0 CPUtime=0 cores=4,6
/proc/94491/task/94513/stat : 94513 (Timer-0) S 94488 94491 90077 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 79164356 19589197824 131046 18446744073709551615 93942206611456 93942206615152 140729166385248 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93942206622968 93942206623760 93942217379840 140729166387583 140729166387684 140729166387684 140729166393288 0
Current children cumulated CPU time: 8.66 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 524184 KiB

[startup+12.7002 s]
/proc/loadavg: 4.17 4.13 4.10 5/342 94513
/proc/meminfo: memFree=101618500/131250000 swapFree=33010684/33010684
[pid=94491] ppid=94488 vsize=19130076 memory=524312 CPUtime=15.1 cores=4,6
/proc/94491/stat : 94491 (java) S 94488 94491 90077 0 -1 4194304 18071 0 0 0 1497 13 0 0 20 0 21 0 79164200 19589197824 131078 18446744073709551615 93942206611456 93942206615152 140729166385248 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93942206622968 93942206623760 93942217379840 140729166387583 140729166387684 140729166387684 140729166393288 0
/proc/94491/statm: 4782519 131078 5530 1 0 1182308 0
[pid=94491/tid=94493] ppid=94488 vsize=19130076 memory=0 CPUtime=12.3 cores=4,6
/proc/94491/task/94493/stat : 94493 (java) R 94488 94491 90077 0 -1 4194368 6253 0 0 0 1224 6 0 0 20 0 21 0 79164201 19589197824 131078 18446744073709551615 93942206611456 93942206615152 140729166385248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93942206622968 93942206623760 93942217379840 140729166387583 140729166387684 140729166387684 140729166393288 0
[pid=94491/tid=94502] ppid=94488 vsize=19130076 memory=524312 CPUtime=0 cores=4,6
/proc/94491/task/94502/stat : 94502 (Finalizer) S 94488 94491 90077 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 79164203 19589197824 131078 18446744073709551615 93942206611456 93942206615152 140729166385248 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93942206622968 93942206623760 93942217379840 140729166387583 140729166387684 140729166387684 140729166393288 0
[pid=94491/tid=94509] ppid=94488 vsize=19130076 memory=0 CPUtime=0 cores=4,6
/proc/94491/task/94509/stat : 94509 (Common-Cleaner) S 94488 94491 90077 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 21 0 79164204 19589197824 131078 18446744073709551615 93942206611456 93942206615152 140729166385248 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93942206622968 93942206623760 93942217379840 140729166387583 140729166387684 140729166387684 140729166393288 0
[pid=94491/tid=94513] ppid=94488 vsize=19130076 memory=0 CPUtime=0 cores=4,6
/proc/94491/task/94513/stat : 94513 (Timer-0) S 94488 94491 90077 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 79164356 19589197824 131078 18446744073709551615 93942206611456 93942206615152 140729166385248 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93942206622968 93942206623760 93942217379840 140729166387583 140729166387684 140729166387684 140729166393288 0
Current children cumulated CPU time: 15.1 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 524312 KiB

[startup+25.5002 s]
/proc/loadavg: 4.14 4.12 4.09 5/342 94513
/proc/meminfo: memFree=101618500/131250000 swapFree=33010684/33010684
[pid=94491] ppid=94488 vsize=19130076 memory=524312 CPUtime=28.06 cores=4,6
/proc/94491/stat : 94491 (java) S 94488 94491 90077 0 -1 4194304 22510 0 0 0 2791 15 0 0 20 0 21 0 79164200 19589197824 131078 18446744073709551615 93942206611456 93942206615152 140729166385248 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93942206622968 93942206623760 93942217379840 140729166387583 140729166387684 140729166387684 140729166393288 0
/proc/94491/statm: 4782519 131078 5530 1 0 1182308 0
[pid=94491/tid=94493] ppid=94488 vsize=19130076 memory=-6000919472656246886 CPUtime=25.05 cores=4,6
/proc/94491/task/94493/stat : 94493 (java) R 94488 94491 90077 0 -1 4194368 7147 0 0 0 2499 6 0 0 20 0 21 0 79164201 19589197824 131078 18446744073709551615 93942206611456 93942206615152 140729166385248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93942206622968 93942206623760 93942217379840 140729166387583 140729166387684 140729166387684 140729166393288 0
[pid=94491/tid=94502] ppid=94488 vsize=19130076 memory=3027 CPUtime=0 cores=4,6
/proc/94491/task/94502/stat : 94502 (Finalizer) S 94488 94491 90077 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 79164203 19589197824 131078 18446744073709551615 93942206611456 93942206615152 140729166385248 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93942206622968 93942206623760 93942217379840 140729166387583 140729166387684 140729166387684 140729166393288 0
[pid=94491/tid=94509] ppid=94488 vsize=19130076 memory=524312 CPUtime=0 cores=4,6
/proc/94491/task/94509/stat : 94509 (Common-Cleaner) S 94488 94491 90077 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 21 0 79164204 19589197824 131078 18446744073709551615 93942206611456 93942206615152 140729166385248 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93942206622968 93942206623760 93942217379840 140729166387583 140729166387684 140729166387684 140729166393288 0
[pid=94491/tid=94513] ppid=94488 vsize=19130076 memory=524312 CPUtime=0 cores=4,6
/proc/94491/task/94513/stat : 94513 (Timer-0) S 94488 94491 90077 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 79164356 19589197824 131078 18446744073709551615 93942206611456 93942206615152 140729166385248 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93942206622968 93942206623760 93942217379840 140729166387583 140729166387684 140729166387684 140729166393288 0
Current children cumulated CPU time: 28.06 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 524312 KiB

[startup+51.1057 s]
/proc/loadavg: 4.16 4.13 4.09 5/342 94513
/proc/meminfo: memFree=101471060/131250000 swapFree=33010684/33010684
[pid=94491] ppid=94488 vsize=19130076 memory=524312 CPUtime=53.6 cores=4,6
/proc/94491/stat : 94491 (java) S 94488 94491 90077 0 -1 4194304 23141 0 0 0 5344 16 0 0 20 0 21 0 79164200 19589197824 131078 18446744073709551615 93942206611456 93942206615152 140729166385248 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93942206622968 93942206623760 93942217379840 140729166387583 140729166387684 140729166387684 140729166393288 0
/proc/94491/statm: 4782519 131078 5530 1 0 1182308 0
[pid=94491/tid=94493] ppid=94488 vsize=19130076 memory=524312 CPUtime=50.57 cores=4,6
/proc/94491/task/94493/stat : 94493 (java) R 94488 94491 90077 0 -1 4194368 7521 0 0 0 5051 6 0 0 20 0 21 0 79164201 19589197824 131078 18446744073709551615 93942206611456 93942206615152 140729166385248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93942206622968 93942206623760 93942217379840 140729166387583 140729166387684 140729166387684 140729166393288 0
[pid=94491/tid=94502] ppid=94488 vsize=19130076 memory=-6000919472656246886 CPUtime=0 cores=4,6
/proc/94491/task/94502/stat : 94502 (Finalizer) S 94488 94491 90077 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 79164203 19589197824 131078 18446744073709551615 93942206611456 93942206615152 140729166385248 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93942206622968 93942206623760 93942217379840 140729166387583 140729166387684 140729166387684 140729166393288 0
[pid=94491/tid=94509] ppid=94488 vsize=19130076 memory=524312 CPUtime=0 cores=4,6
/proc/94491/task/94509/stat : 94509 (Common-Cleaner) S 94488 94491 90077 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 21 0 79164204 19589197824 131078 18446744073709551615 93942206611456 93942206615152 140729166385248 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93942206622968 93942206623760 93942217379840 140729166387583 140729166387684 140729166387684 140729166393288 0
[pid=94491/tid=94513] ppid=94488 vsize=19130076 memory=524312 CPUtime=0 cores=4,6
/proc/94491/task/94513/stat : 94513 (Timer-0) S 94488 94491 90077 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 79164356 19589197824 131078 18446744073709551615 93942206611456 93942206615152 140729166385248 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93942206622968 93942206623760 93942217379840 140729166387583 140729166387684 140729166387684 140729166393288 0
Current children cumulated CPU time: 53.6 s

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

/proc/meminfo: memFree=122080548/131250000 swapFree=33010684/33010684
[pid=94491] ppid=94488 vsize=19130076 memory=881716 CPUtime=3219.68 cores=4,6
/proc/94491/stat : 94491 (java) S 94488 94491 90077 0 -1 4194304 40637 0 0 0 321849 119 0 0 20 0 21 0 79164200 19589197824 220429 18446744073709551615 93942206611456 93942206615152 140729166385248 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93942206622968 93942206623760 93942217379840 140729166387583 140729166387684 140729166387684 140729166393288 0
/proc/94491/statm: 4782519 220429 5562 1 0 1182332 0
[pid=94491/tid=94493] ppid=94488 vsize=19130076 memory=881716 CPUtime=3213.62 cores=4,6
/proc/94491/task/94493/stat : 94493 (java) R 94488 94491 90077 0 -1 4194368 15441 0 0 0 321345 17 0 0 20 0 21 0 79164201 19589197824 220429 18446744073709551615 93942206611456 93942206615152 140729166385248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93942206622968 93942206623760 93942217379840 140729166387583 140729166387684 140729166387684 140729166393288 0
[pid=94491/tid=94502] ppid=94488 vsize=19130076 memory=881716 CPUtime=0 cores=4,6
/proc/94491/task/94502/stat : 94502 (Finalizer) S 94488 94491 90077 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 79164203 19589197824 220429 18446744073709551615 93942206611456 93942206615152 140729166385248 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93942206622968 93942206623760 93942217379840 140729166387583 140729166387684 140729166387684 140729166393288 0
[pid=94491/tid=94509] ppid=94488 vsize=19130076 memory=881716 CPUtime=0 cores=4,6
/proc/94491/task/94509/stat : 94509 (Common-Cleaner) S 94488 94491 90077 0 -1 4194368 1332 0 0 0 0 0 0 0 20 0 21 0 79164204 19589197824 220429 18446744073709551615 93942206611456 93942206615152 140729166385248 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93942206622968 93942206623760 93942217379840 140729166387583 140729166387684 140729166387684 140729166393288 0
[pid=94491/tid=94513] ppid=94488 vsize=19130076 memory=881716 CPUtime=0 cores=4,6
/proc/94491/task/94513/stat : 94513 (Timer-0) S 94488 94491 90077 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 79164356 19589197824 220429 18446744073709551615 93942206611456 93942206615152 140729166385248 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93942206622968 93942206623760 93942217379840 140729166387583 140729166387684 140729166387684 140729166393288 0
Current children cumulated CPU time: 3219.68 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 881716 KiB

[startup+3282.3 s]
/proc/loadavg: 4.15 4.15 4.11 5/343 94887
/proc/meminfo: memFree=121998516/131250000 swapFree=33010684/33010684
[pid=94491] ppid=94488 vsize=19130076 memory=881716 CPUtime=3279.57 cores=4,6
/proc/94491/stat : 94491 (java) S 94488 94491 90077 0 -1 4194304 40654 0 0 0 327837 120 0 0 20 0 21 0 79164200 19589197824 220429 18446744073709551615 93942206611456 93942206615152 140729166385248 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93942206622968 93942206623760 93942217379840 140729166387583 140729166387684 140729166387684 140729166393288 0
/proc/94491/statm: 4782519 220429 5562 1 0 1182332 0
[pid=94491/tid=94493] ppid=94488 vsize=19130076 memory=5632 CPUtime=3273.49 cores=4,6
/proc/94491/task/94493/stat : 94493 (java) R 94488 94491 90077 0 -1 4194368 15453 0 0 0 327332 17 0 0 20 0 21 0 79164201 19589197824 220429 18446744073709551615 93942206611456 93942206615152 140729166385248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93942206622968 93942206623760 93942217379840 140729166387583 140729166387684 140729166387684 140729166393288 0
[pid=94491/tid=94502] ppid=94488 vsize=19130076 memory=881716 CPUtime=0 cores=4,6
/proc/94491/task/94502/stat : 94502 (Finalizer) S 94488 94491 90077 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 79164203 19589197824 220429 18446744073709551615 93942206611456 93942206615152 140729166385248 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93942206622968 93942206623760 93942217379840 140729166387583 140729166387684 140729166387684 140729166393288 0
[pid=94491/tid=94509] ppid=94488 vsize=19130076 memory=14848 CPUtime=0 cores=4,6
/proc/94491/task/94509/stat : 94509 (Common-Cleaner) S 94488 94491 90077 0 -1 4194368 1332 0 0 0 0 0 0 0 20 0 21 0 79164204 19589197824 220429 18446744073709551615 93942206611456 93942206615152 140729166385248 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93942206622968 93942206623760 93942217379840 140729166387583 140729166387684 140729166387684 140729166393288 0
[pid=94491/tid=94513] ppid=94488 vsize=19130076 memory=18816 CPUtime=0 cores=4,6
/proc/94491/task/94513/stat : 94513 (Timer-0) S 94488 94491 90077 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 79164356 19589197824 220429 18446744073709551615 93942206611456 93942206615152 140729166385248 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93942206622968 93942206623760 93942217379840 140729166387583 140729166387684 140729166387684 140729166393288 0
Current children cumulated CPU time: 3279.57 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 881716 KiB

[startup+3342.3 s]
/proc/loadavg: 4.10 4.13 4.10 5/343 94889
/proc/meminfo: memFree=121994540/131250000 swapFree=33010684/33010684
[pid=94491] ppid=94488 vsize=19130076 memory=881716 CPUtime=3339.47 cores=4,6
/proc/94491/stat : 94491 (java) S 94488 94491 90077 0 -1 4194304 40667 0 0 0 333824 123 0 0 20 0 21 0 79164200 19589197824 220429 18446744073709551615 93942206611456 93942206615152 140729166385248 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93942206622968 93942206623760 93942217379840 140729166387583 140729166387684 140729166387684 140729166393288 0
/proc/94491/statm: 4782519 220429 5562 1 0 1182332 0
[pid=94491/tid=94493] ppid=94488 vsize=19130076 memory=881716 CPUtime=3333.36 cores=4,6
/proc/94491/task/94493/stat : 94493 (java) R 94488 94491 90077 0 -1 4194368 15460 0 0 0 333319 17 0 0 20 0 21 0 79164201 19589197824 220429 18446744073709551615 93942206611456 93942206615152 140729166385248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93942206622968 93942206623760 93942217379840 140729166387583 140729166387684 140729166387684 140729166393288 0
[pid=94491/tid=94502] ppid=94488 vsize=19130076 memory=881716 CPUtime=0 cores=4,6
/proc/94491/task/94502/stat : 94502 (Finalizer) S 94488 94491 90077 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 79164203 19589197824 220429 18446744073709551615 93942206611456 93942206615152 140729166385248 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93942206622968 93942206623760 93942217379840 140729166387583 140729166387684 140729166387684 140729166393288 0
[pid=94491/tid=94509] ppid=94488 vsize=19130076 memory=881716 CPUtime=0 cores=4,6
/proc/94491/task/94509/stat : 94509 (Common-Cleaner) S 94488 94491 90077 0 -1 4194368 1332 0 0 0 0 0 0 0 20 0 21 0 79164204 19589197824 220429 18446744073709551615 93942206611456 93942206615152 140729166385248 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93942206622968 93942206623760 93942217379840 140729166387583 140729166387684 140729166387684 140729166393288 0
[pid=94491/tid=94513] ppid=94488 vsize=19130076 memory=881716 CPUtime=0 cores=4,6
/proc/94491/task/94513/stat : 94513 (Timer-0) S 94488 94491 90077 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 79164356 19589197824 220429 18446744073709551615 93942206611456 93942206615152 140729166385248 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93942206622968 93942206623760 93942217379840 140729166387583 140729166387684 140729166387684 140729166393288 0
Current children cumulated CPU time: 3339.47 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 881716 KiB

[startup+3402.3 s]
/proc/loadavg: 4.15 4.14 4.10 5/342 94891
/proc/meminfo: memFree=121991548/131250000 swapFree=33010684/33010684
[pid=94491] ppid=94488 vsize=19130076 memory=881716 CPUtime=3399.37 cores=4,6
/proc/94491/stat : 94491 (java) S 94488 94491 90077 0 -1 4194304 40764 0 0 0 339812 125 0 0 20 0 21 0 79164200 19589197824 220429 18446744073709551615 93942206611456 93942206615152 140729166385248 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93942206622968 93942206623760 93942217379840 140729166387583 140729166387684 140729166387684 140729166393288 0
/proc/94491/statm: 4782519 220429 5562 1 0 1182332 0
[pid=94491/tid=94493] ppid=94488 vsize=19130076 memory=881716 CPUtime=3393.22 cores=4,6
/proc/94491/task/94493/stat : 94493 (java) R 94488 94491 90077 0 -1 4194368 15485 0 0 0 339305 17 0 0 20 0 21 0 79164201 19589197824 220429 18446744073709551615 93942206611456 93942206615152 140729166385248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93942206622968 93942206623760 93942217379840 140729166387583 140729166387684 140729166387684 140729166393288 0
[pid=94491/tid=94502] ppid=94488 vsize=19130076 memory=881716 CPUtime=0 cores=4,6
/proc/94491/task/94502/stat : 94502 (Finalizer) S 94488 94491 90077 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 79164203 19589197824 220429 18446744073709551615 93942206611456 93942206615152 140729166385248 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93942206622968 93942206623760 93942217379840 140729166387583 140729166387684 140729166387684 140729166393288 0
[pid=94491/tid=94509] ppid=94488 vsize=19130076 memory=881716 CPUtime=0 cores=4,6
/proc/94491/task/94509/stat : 94509 (Common-Cleaner) S 94488 94491 90077 0 -1 4194368 1332 0 0 0 0 0 0 0 20 0 21 0 79164204 19589197824 220429 18446744073709551615 93942206611456 93942206615152 140729166385248 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93942206622968 93942206623760 93942217379840 140729166387583 140729166387684 140729166387684 140729166393288 0
[pid=94491/tid=94513] ppid=94488 vsize=19130076 memory=18816 CPUtime=0 cores=4,6
/proc/94491/task/94513/stat : 94513 (Timer-0) S 94488 94491 90077 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 79164356 19589197824 220429 18446744073709551615 93942206611456 93942206615152 140729166385248 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93942206622968 93942206623760 93942217379840 140729166387583 140729166387684 140729166387684 140729166393288 0
Current children cumulated CPU time: 3399.37 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 881716 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.13 4.10 5/344 94895
/proc/meminfo: memFree=121961768/131250000 swapFree=33010684/33010684
[pid=94491] ppid=94488 vsize=19130076 memory=882996 CPUtime=3459.28 cores=4,6
/proc/94491/stat : 94491 (java) S 94488 94491 90077 0 -1 4194304 40776 0 0 0 345802 126 0 0 20 0 21 0 79164200 19589197824 220749 18446744073709551615 93942206611456 93942206615152 140729166385248 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93942206622968 93942206623760 93942217379840 140729166387583 140729166387684 140729166387684 140729166393288 0
/proc/94491/statm: 4782519 220749 5562 1 0 1182332 0
[pid=94491/tid=94493] ppid=94488 vsize=19130076 memory=881716 CPUtime=3453.09 cores=4,6
/proc/94491/task/94493/stat : 94493 (java) R 94488 94491 90077 0 -1 4194368 15491 0 0 0 345292 17 0 0 20 0 21 0 79164201 19589197824 220749 18446744073709551615 93942206611456 93942206615152 140729166385248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93942206622968 93942206623760 93942217379840 140729166387583 140729166387684 140729166387684 140729166393288 0
[pid=94491/tid=94502] ppid=94488 vsize=19130076 memory=5148 CPUtime=0 cores=4,6
/proc/94491/task/94502/stat : 94502 (Finalizer) S 94488 94491 90077 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 79164203 19589197824 220749 18446744073709551615 93942206611456 93942206615152 140729166385248 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93942206622968 93942206623760 93942217379840 140729166387583 140729166387684 140729166387684 140729166393288 0
[pid=94491/tid=94509] ppid=94488 vsize=19130076 memory=5632 CPUtime=0 cores=4,6
/proc/94491/task/94509/stat : 94509 (Common-Cleaner) S 94488 94491 90077 0 -1 4194368 1332 0 0 0 0 0 0 0 20 0 21 0 79164204 19589197824 220749 18446744073709551615 93942206611456 93942206615152 140729166385248 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93942206622968 93942206623760 93942217379840 140729166387583 140729166387684 140729166387684 140729166393288 0
[pid=94491/tid=94513] ppid=94488 vsize=19130076 memory=882996 CPUtime=0 cores=4,6
/proc/94491/task/94513/stat : 94513 (Timer-0) S 94488 94491 90077 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 79164356 19589197824 220749 18446744073709551615 93942206611456 93942206615152 140729166385248 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93942206622968 93942206623760 93942217379840 140729166387583 140729166387684 140729166387684 140729166393288 0
Current children cumulated CPU time: 3459.28 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 882996 KiB

[startup+3522.3 s]
/proc/loadavg: 4.09 4.12 4.09 5/344 94897
/proc/meminfo: memFree=121963392/131250000 swapFree=33010684/33010684
[pid=94491] ppid=94488 vsize=19130076 memory=885044 CPUtime=3519.18 cores=4,6
/proc/94491/stat : 94491 (java) S 94488 94491 90077 0 -1 4194304 40998 0 0 0 351791 127 0 0 20 0 21 0 79164200 19589197824 221261 18446744073709551615 93942206611456 93942206615152 140729166385248 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93942206622968 93942206623760 93942217379840 140729166387583 140729166387684 140729166387684 140729166393288 0
/proc/94491/statm: 4782519 221261 5562 1 0 1182332 0
[pid=94491/tid=94493] ppid=94488 vsize=19130076 memory=881716 CPUtime=3512.95 cores=4,6
/proc/94491/task/94493/stat : 94493 (java) R 94488 94491 90077 0 -1 4194368 15708 0 0 0 351278 17 0 0 20 0 21 0 79164201 19589197824 221261 18446744073709551615 93942206611456 93942206615152 140729166385248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93942206622968 93942206623760 93942217379840 140729166387583 140729166387684 140729166387684 140729166393288 0
[pid=94491/tid=94502] ppid=94488 vsize=19130076 memory=882996 CPUtime=0 cores=4,6
/proc/94491/task/94502/stat : 94502 (Finalizer) S 94488 94491 90077 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 79164203 19589197824 221261 18446744073709551615 93942206611456 93942206615152 140729166385248 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93942206622968 93942206623760 93942217379840 140729166387583 140729166387684 140729166387684 140729166393288 0
[pid=94491/tid=94509] ppid=94488 vsize=19130076 memory=881716 CPUtime=0 cores=4,6
/proc/94491/task/94509/stat : 94509 (Common-Cleaner) S 94488 94491 90077 0 -1 4194368 1332 0 0 0 0 0 0 0 20 0 21 0 79164204 19589197824 221261 18446744073709551615 93942206611456 93942206615152 140729166385248 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93942206622968 93942206623760 93942217379840 140729166387583 140729166387684 140729166387684 140729166393288 0
[pid=94491/tid=94513] ppid=94488 vsize=19130076 memory=885044 CPUtime=0 cores=4,6
/proc/94491/task/94513/stat : 94513 (Timer-0) S 94488 94491 90077 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 79164356 19589197824 221261 18446744073709551615 93942206611456 93942206615152 140729166385248 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93942206622968 93942206623760 93942217379840 140729166387583 140729166387684 140729166387684 140729166393288 0
Current children cumulated CPU time: 3519.18 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 885044 KiB

[startup+3582.3 s]
/proc/loadavg: 4.18 4.14 4.10 5/344 94899
/proc/meminfo: memFree=121780000/131250000 swapFree=33010684/33010684
[pid=94491] ppid=94488 vsize=19130076 memory=964920 CPUtime=3579.16 cores=4,6
/proc/94491/stat : 94491 (java) S 94488 94491 90077 0 -1 4194304 41561 0 0 0 357786 130 0 0 20 0 21 0 79164200 19589197824 241230 18446744073709551615 93942206611456 93942206615152 140729166385248 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93942206622968 93942206623760 93942217379840 140729166387583 140729166387684 140729166387684 140729166393288 0
/proc/94491/statm: 4782519 241230 5562 1 0 1182332 0
[pid=94491/tid=94493] ppid=94488 vsize=19130076 memory=14848 CPUtime=3572.74 cores=4,6
/proc/94491/task/94493/stat : 94493 (java) S 94488 94491 90077 0 -1 4194368 15887 0 0 0 357257 17 0 0 20 0 21 0 79164201 19589197824 241230 18446744073709551615 93942206611456 93942206615152 140729166385248 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93942206622968 93942206623760 93942217379840 140729166387583 140729166387684 140729166387684 140729166393288 0
[pid=94491/tid=94502] ppid=94488 vsize=19130076 memory=885044 CPUtime=0 cores=4,6
/proc/94491/task/94502/stat : 94502 (Finalizer) S 94488 94491 90077 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 79164203 19589197824 241230 18446744073709551615 93942206611456 93942206615152 140729166385248 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93942206622968 93942206623760 93942217379840 140729166387583 140729166387684 140729166387684 140729166393288 0
[pid=94491/tid=94509] ppid=94488 vsize=19130076 memory=885044 CPUtime=0 cores=4,6
/proc/94491/task/94509/stat : 94509 (Common-Cleaner) S 94488 94491 90077 0 -1 4194368 1425 0 0 0 0 0 0 0 20 0 21 0 79164204 19589197824 241230 18446744073709551615 93942206611456 93942206615152 140729166385248 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93942206622968 93942206623760 93942217379840 140729166387583 140729166387684 140729166387684 140729166393288 0
[pid=94491/tid=94513] ppid=94488 vsize=19130076 memory=14848 CPUtime=0 cores=4,6
/proc/94491/task/94513/stat : 94513 (Timer-0) S 94488 94491 90077 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 79164356 19589197824 241230 18446744073709551615 93942206611456 93942206615152 140729166385248 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93942206622968 93942206623760 93942217379840 140729166387583 140729166387684 140729166387684 140729166393288 0
Current children cumulated CPU time: 3579.16 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 964920 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3603.2 s]
/proc/loadavg: 4.12 4.13 4.09 5/344 94899
/proc/meminfo: memFree=121653032/131250000 swapFree=33010684/33010684
[pid=94491] ppid=94488 vsize=19130076 memory=1007928 CPUtime=3600.06 cores=4,6
/proc/94491/stat : 94491 (java) S 94488 94491 90077 0 -1 4194304 41663 0 0 0 359874 132 0 0 20 0 21 0 79164200 19589197824 251982 18446744073709551615 93942206611456 93942206615152 140729166385248 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93942206622968 93942206623760 93942217379840 140729166387583 140729166387684 140729166387684 140729166393288 0
/proc/94491/statm: 4782519 251982 5562 1 0 1182332 0
[pid=94491/tid=94493] ppid=94488 vsize=19130076 memory=1007928 CPUtime=3593.56 cores=4,6
/proc/94491/task/94493/stat : 94493 (java) R 94488 94491 90077 0 -1 4194368 15890 0 0 0 359339 17 0 0 20 0 21 0 79164201 19589197824 251982 18446744073709551615 93942206611456 93942206615152 140729166385248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93942206622968 93942206623760 93942217379840 140729166387583 140729166387684 140729166387684 140729166393288 0
[pid=94491/tid=94502] ppid=94488 vsize=19130076 memory=1007928 CPUtime=0 cores=4,6
/proc/94491/task/94502/stat : 94502 (Finalizer) S 94488 94491 90077 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 79164203 19589197824 251982 18446744073709551615 93942206611456 93942206615152 140729166385248 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93942206622968 93942206623760 93942217379840 140729166387583 140729166387684 140729166387684 140729166393288 0
[pid=94491/tid=94509] ppid=94488 vsize=19130076 memory=5632 CPUtime=0 cores=4,6
/proc/94491/task/94509/stat : 94509 (Common-Cleaner) S 94488 94491 90077 0 -1 4194368 1430 0 0 0 0 0 0 0 20 0 21 0 79164204 19589197824 251982 18446744073709551615 93942206611456 93942206615152 140729166385248 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93942206622968 93942206623760 93942217379840 140729166387583 140729166387684 140729166387684 140729166393288 0
[pid=94491/tid=94513] ppid=94488 vsize=19130076 memory=1007928 CPUtime=0 cores=4,6
/proc/94491/task/94513/stat : 94513 (Timer-0) S 94488 94491 90077 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 79164356 19589197824 251982 18446744073709551615 93942206611456 93942206615152 140729166385248 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93942206622968 93942206623760 93942217379840 140729166387583 140729166387684 140729166387684 140729166393288 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 1007928 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.84 s, system=1.33524 s

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

Child status: 143

Real time (s): 3603.27
CPU time (s): 3600.18
CPU user time (s): 3598.84
CPU system time (s): 1.33524
CPU usage (%): 99.9142
Max. virtual memory (cumulated for all children) (KiB): 19130076
Max. memory (cumulated for all children) (KiB): 1007928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.84
system time used= 1.33524
maximum resident set size= 1008824
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44048
page faults= 0
swaps= 0
block input operations= 0
block output operations= 4536
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 164571
involuntary context switches= 4172


# summary of solver processes directly reported to runsolver:
#   pid: 94491
#   total CPU time (s): 3600.18
#   total CPU user time (s): 3598.84
#   total CPU system time (s): 1.33524

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.45383 second user time and 16.5836 second system time

The end

Launcher Data

Begin job on nodeC028 at 2025-07-04 15:23:37
IDJOB=4526675
IDBENCH=144138
IDSOLVER=3380
FILE ID=nodeC028/4526675-1751635417
RUNJOBID= nodeC028-1751628188-90088
SLURM_JOB_ID= 9598960
Free space on /tmp= 431216 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/WBO/PARTIAL-LIN/wcsp/graphs/normalized-graph11reducmore_wcsp.wbo
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4526675-1751635417/watcher-4526675-1751635417 -o /tmp/evaluation-result-4526675-1751635417/solver-4526675-1751635417 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC028-1751628188-90088 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4526675-1751635417.wbo

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

MD5SUM BENCH= 4f5be5c84a0d76ec975a3a6b3be3f2ae
RANDOM SEED=1590354175

nodeC028 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/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		: 3599.852
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.16
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		: 3600.106
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.16
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		: 3592.864
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.16
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		: 3602.570
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.16
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		: 3600.165
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.16
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		: 3600.083
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.16
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		: 3517.058
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.16
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		: 3700.000
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.16
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        102111368 kB
MemAvailable:   104355408 kB
Buffers:            3280 kB
Cached:          3044048 kB
SwapCached:            0 kB
Active:         25768552 kB
Inactive:        2734792 kB
Active(anon):   25474084 kB
Inactive(anon):        0 kB
Active(file):     294468 kB
Inactive(file):  2734792 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              9456 kB
Writeback:             0 kB
AnonPages:      25458732 kB
Mapped:           124388 kB
Shmem:             18068 kB
KReclaimable:     108036 kB
Slab:             198192 kB
SReclaimable:     108036 kB
SUnreclaim:        90156 kB
KernelStack:        5216 kB
PageTables:        53520 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   34084572 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151512 kB
VmallocChunk:          0 kB
Percpu:             3904 kB
HardwareCorrupted:     0 kB
AnonHugePages:  25143296 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      197332 kB
DirectMap2M:     7962624 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 431412 MiB
End job on nodeC028 at 2025-07-04 16:23:40