Trace number 4526676

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 CP 2025-06-06? (TO) 3600.28 3596.65

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.11/0.16	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.16	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.16	c See www.sat4j.org for details.
0.11/0.18	c version PB25.v20250606
0.11/0.20	c java.runtime.name	OpenJDK Runtime Environment
0.11/0.20	c java.vm.name		OpenJDK 64-Bit Server VM
0.11/0.20	c java.vm.version	22.0.1+8-16
0.11/0.20	c java.vm.vendor	Oracle Corporation
0.11/0.20	c sun.arch.data.model	64
0.11/0.20	c java.version		22.0.1
0.11/0.20	c os.name		Linux
0.11/0.20	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.11/0.20	c os.arch		amd64
0.11/0.22	c Free memory 		2104792832
0.11/0.22	c Max memory 		16282288128
0.11/0.22	c Total memory 		2113929216
0.11/0.22	c Number of processors 	2
0.46/0.38	c Pseudo Boolean Optimization by upper bound
0.46/0.38	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.46/0.38	c  - never skip resolution steps
0.46/0.38	c  - Auto-division on coefficients is disabled
0.46/0.38	c  - No postprocessing
0.46/0.38	c  - Conflict is considered as is when resolving
0.46/0.38	c  - Use constraints as they come during conflict analysis
0.46/0.38	c  - Weaken first using unassigned literals
0.46/0.38	c  - Bump strategy: ALWAYS_ONE
0.46/0.38	c  - Bumper: ANY
0.46/0.38	c --- Begin Solver configuration ---
0.46/0.38	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.46/0.38	c Learn all clauses as in MiniSAT
0.46/0.38	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.46/0.38	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.46/0.38	c No reason simplification
0.46/0.38	c Armin Biere (Picosat) restarts strategy
0.46/0.38	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.46/0.38	c timeout=2147483s
0.46/0.38	c DB Simplification allowed=false
0.46/0.38	c Listener: none
0.46/0.38	c --- End Solver configuration ---
0.46/0.38	c solving HOME/instance-4526676-1751636076.wbo
0.46/0.38	c reading problem ... 
4.05/2.25	c ... done. Wall clock time 1.869s.
4.05/2.25	c declared #vars     5747
4.05/2.25	c internal #vars     288603
4.05/2.25	c #constraints  283321
4.05/2.25	c constraints type 
4.05/2.25	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2618
4.05/2.25	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
4.05/2.25	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 226
4.05/2.25	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 280476
4.05/2.25	c 283321 constraints processed.
4.05/2.26	c objective function length is 282856 literals
3600.01/3596.54	c starts		: 2
3600.01/3596.56	c conflicts		: 174
3600.01/3596.57	c decisions		: 1379320
3600.01/3596.57	c propagations		: 2330168
3600.01/3596.58	c inspects		: 391086
3600.01/3596.58	c shortcuts		: 0
3600.01/3596.58	c learnt literals	: 0
3600.01/3596.58	c learnt binary clauses	: 0
3600.01/3596.58	c learnt ternary clauses	: 0
3600.01/3596.58	c learnt constraints	: 173
3600.01/3596.58	c ignored constraints	: 0
3600.01/3596.58	c root simplifications	: 0
3600.01/3596.58	c removed literals (reason simplification)	: 0
3600.01/3596.58	c reason swapping (by a shorter reason)	: 0
3600.01/3596.58	c Calls to reduceDB	: 0
3600.01/3596.58	c Number of update (reduction) of LBD	: 0
3600.01/3596.59	c Imported unit clauses	: 0
3600.01/3596.59	c No decision after first conflict	: false
3600.01/3596.59	c number of reductions to clauses (during analyze)	: 0
3600.01/3596.59	c number of learned constraints concerned by reduction	: 0
3600.01/3596.59	c number of learning phase by resolution	: 0
3600.01/3596.59	c number of learning phase by cutting planes	: 0
3600.01/3596.59	c number of rounding to 1 operations	: 0
3600.01/3596.59	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3596.59	c number of reductions of the coefficients by power 2 	: 0
3600.01/3596.59	c number of right shift for reduction by power 2 	: 0
3600.01/3596.59	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3596.59	c number of ending skipping 	: 0
3600.01/3596.59	c number of internal skipping 	: 0
3600.01/3596.59	c number of derivation steps 	: 1505
3600.01/3596.60	c number of skipped derivation steps 	: 0
3600.01/3596.60	c number of remaining unassigned 	: 0
3600.01/3596.60	c number of remaining assigned 	: 76
3600.01/3596.60	c number of falsified literals weakened from reason	: 0
3600.01/3596.60	c number of falsified literals weakened from conflict	: 0
3600.21/3596.60	c time for arithmetic operations	: 234616747
3600.21/3596.62	c minimum degree of deleted constraints	: null
3600.21/3596.62	c maximum degree of deleted constraints	: null
3600.21/3596.62	c number of deleted constraints	: 0
3600.21/3596.62	c speed (assignments/second)	: 648.2986031702576
3600.21/3596.62	c non guided choices	: 0
3600.21/3596.62	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 163
3600.21/3596.62	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 10
3600.21/3596.63	s UNKNOWN
3600.21/3596.63	c Total wall clock time (in seconds): 3596.245

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: 63794 MiB (57492 MiB free)
  memory of node 1: 64507 MiB (48772 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4526676-1751636076/watcher-4526676-1751636076 -o /tmp/evaluation-result-4526676-1751636076/solver-4526676-1751636076 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1751630095-88493 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4526676-1751636076.wbo 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=90631, runsolver pid=90628
Current StackSize limit: 8192 KiB


[startup+0.100074 s]*
/proc/loadavg: 4.60 4.66 4.64 7/326 90649
/proc/meminfo: memFree=108796400/131382120 swapFree=33010416/33010684
[pid=90631] ppid=90628 vsize=18930384 memory=48196 CPUtime=0.11 cores=0,2
/proc/90631/stat : 90631 (java) S 90628 90631 88483 0 -1 4194304 5739 0 0 0 8 3 0 0 20 0 18 0 79287021 19384713216 12049 18446744073709551615 94760477466624 94760477470320 140729148372128 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94760477478136 94760477478928 94760502296576 140729148377468 140729148377572 140729148377572 140729148383176 0
/proc/90631/statm: 4732596 12049 5303 1 0 546965 0
[pid=90631/tid=90633] ppid=90628 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=0,2
/proc/90631/task/90633/stat : 90633 (java) R 90628 90631 88483 0 -1 4194368 4653 0 0 0 5 2 0 0 20 0 18 0 79287023 19384713216 12049 18446744073709551615 94760477466624 94760477470320 140729148372128 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94760477478136 94760477478928 94760502296576 140729148377468 140729148377572 140729148377572 140729148383176 0
[pid=90631/tid=90642] ppid=90628 vsize=18930384 memory=228522721619 CPUtime=0 cores=0,2
/proc/90631/task/90642/stat : 90642 (Finalizer) S 90628 90631 88483 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 79287028 19384713216 12049 18446744073709551615 94760477466624 94760477470320 140729148372128 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94760477478136 94760477478928 94760502296576 140729148377468 140729148377572 140729148377572 140729148383176 0
[pid=90631/tid=90649] ppid=90628 vsize=18930384 memory=58494082626307 CPUtime=0 cores=0,2
/proc/90631/task/90649/stat : 90649 (Common-Cleaner) S 90628 90631 88483 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 79287029 19384713216 12081 18446744073709551615 94760477466624 94760477470320 140729148372128 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94760477478136 94760477478928 94760502296576 140729148377468 140729148377572 140729148377572 140729148383176 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48196 KiB

[startup+0.215503 s]*
/proc/loadavg: 4.60 4.66 4.64 6/326 90649
/proc/meminfo: memFree=108788272/131382120 swapFree=33010416/33010684
[pid=90631] ppid=90628 vsize=18930384 memory=55396 CPUtime=0.3 cores=0,2
/proc/90631/stat : 90631 (java) S 90628 90631 88483 0 -1 4194304 6490 0 0 0 26 4 0 0 20 0 18 0 79287021 19384713216 13849 18446744073709551615 94760477466624 94760477470320 140729148372128 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94760477478136 94760477478928 94760502296576 140729148377468 140729148377572 140729148377572 140729148383176 0
/proc/90631/statm: 4732596 13849 5335 1 0 547574 0
[pid=90631/tid=90633] ppid=90628 vsize=18930384 memory=4026794268 CPUtime=0.19 cores=0,2
/proc/90631/task/90633/stat : 90633 (java) R 90628 90631 88483 0 -1 4194368 5025 0 0 0 16 3 0 0 20 0 18 0 79287023 19384713216 13849 18446744073709551615 94760477466624 94760477470320 140729148372128 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94760477478136 94760477478928 94760502296576 140729148377468 140729148377572 140729148377572 140729148383176 0
[pid=90631/tid=90642] ppid=90628 vsize=18930384 memory=12896 CPUtime=0 cores=0,2
/proc/90631/task/90642/stat : 90642 (Finalizer) S 90628 90631 88483 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 79287028 19384713216 13849 18446744073709551615 94760477466624 94760477470320 140729148372128 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94760477478136 94760477478928 94760502296576 140729148377468 140729148377572 140729148377572 140729148383176 0
[pid=90631/tid=90649] ppid=90628 vsize=18930384 memory=57394570986489 CPUtime=0 cores=0,2
/proc/90631/task/90649/stat : 90649 (Common-Cleaner) S 90628 90631 88483 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 79287029 19384713216 13849 18446744073709551615 94760477466624 94760477470320 140729148372128 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94760477478136 94760477478928 94760502296576 140729148377468 140729148377572 140729148377572 140729148383176 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55396 KiB

[startup+0.314791 s]*
/proc/loadavg: 4.60 4.66 4.64 7/326 90649
/proc/meminfo: memFree=108784176/131382120 swapFree=33010416/33010684
[pid=90631] ppid=90628 vsize=18930384 memory=58564 CPUtime=0.46 cores=0,2
/proc/90631/stat : 90631 (java) S 90628 90631 88483 0 -1 4194304 6794 0 0 0 41 5 0 0 20 0 18 0 79287021 19384713216 14641 18446744073709551615 94760477466624 94760477470320 140729148372128 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94760477478136 94760477478928 94760502296576 140729148377468 140729148377572 140729148377572 140729148383176 0
/proc/90631/statm: 4732596 14641 5335 1 0 547795 0
[pid=90631/tid=90633] ppid=90628 vsize=18930384 memory=-6000919472756780134 CPUtime=0.28 cores=0,2
/proc/90631/task/90633/stat : 90633 (java) R 90628 90631 88483 0 -1 4194368 5229 0 0 0 25 3 0 0 20 0 18 0 79287023 19384713216 14641 18446744073709551615 94760477466624 94760477470320 140729148372128 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94760477478136 94760477478928 94760502296576 140729148377468 140729148377572 140729148377572 140729148383176 0
[pid=90631/tid=90642] ppid=90628 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/90631/task/90642/stat : 90642 (Finalizer) S 90628 90631 88483 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 79287028 19384713216 14641 18446744073709551615 94760477466624 94760477470320 140729148372128 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94760477478136 94760477478928 94760502296576 140729148377468 140729148377572 140729148377572 140729148383176 0
[pid=90631/tid=90649] ppid=90628 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/90631/task/90649/stat : 90649 (Common-Cleaner) S 90628 90631 88483 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 79287029 19384713216 14641 18446744073709551615 94760477466624 94760477470320 140729148372128 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94760477478136 94760477478928 94760502296576 140729148377468 140729148377572 140729148377572 140729148383176 0
Current children cumulated CPU time: 0.46 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58564 KiB

[startup+0.70032 s]
/proc/loadavg: 4.60 4.66 4.64 7/326 90649
/proc/meminfo: memFree=108768864/131382120 swapFree=33010416/33010684
[pid=90631] ppid=90628 vsize=18930384 memory=107556 CPUtime=1.17 cores=0,2
/proc/90631/stat : 90631 (java) S 90628 90631 88483 0 -1 4194304 8627 0 0 0 109 8 0 0 20 0 18 0 79287021 19384713216 26889 18446744073709551615 94760477466624 94760477470320 140729148372128 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94760477478136 94760477478928 94760502296576 140729148377468 140729148377572 140729148377572 140729148383176 0
/proc/90631/statm: 4732596 26889 5431 1 0 549004 0
[pid=90631/tid=90633] ppid=90628 vsize=18930384 memory=18560 CPUtime=0.6 cores=0,2
/proc/90631/task/90633/stat : 90633 (java) R 90628 90631 88483 0 -1 4194368 5402 0 0 0 55 5 0 0 20 0 18 0 79287023 19384713216 26889 18446744073709551615 94760477466624 94760477470320 140729148372128 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94760477478136 94760477478928 94760502296576 140729148377468 140729148377572 140729148377572 140729148383176 0
[pid=90631/tid=90642] ppid=90628 vsize=18930384 memory=11136 CPUtime=0 cores=0,2
/proc/90631/task/90642/stat : 90642 (Finalizer) S 90628 90631 88483 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 79287028 19384713216 26889 18446744073709551615 94760477466624 94760477470320 140729148372128 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94760477478136 94760477478928 94760502296576 140729148377468 140729148377572 140729148377572 140729148383176 0
[pid=90631/tid=90649] ppid=90628 vsize=18930384 memory=3200 CPUtime=0 cores=0,2
/proc/90631/task/90649/stat : 90649 (Common-Cleaner) S 90628 90631 88483 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 79287029 19384713216 26889 18446744073709551615 94760477466624 94760477470320 140729148372128 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94760477478136 94760477478928 94760502296576 140729148377468 140729148377572 140729148377572 140729148383176 0
Current children cumulated CPU time: 1.17 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 107556 KiB

[startup+1.50027 s]
/proc/loadavg: 4.60 4.66 4.64 6/327 90650
/proc/meminfo: memFree=108674720/131382120 swapFree=33010416/33010684
[pid=90631] ppid=90628 vsize=18996948 memory=236544 CPUtime=2.69 cores=0,2
/proc/90631/stat : 90631 (java) S 90628 90631 88483 0 -1 4194304 14464 0 0 0 256 13 0 0 20 0 19 0 79287021 19452874752 59136 18446744073709551615 94760477466624 94760477470320 140729148372128 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94760477478136 94760477478928 94760502296576 140729148377468 140729148377572 140729148377572 140729148383176 0
/proc/90631/statm: 4749237 59136 5463 1 0 552803 0
[pid=90631/tid=90633] ppid=90628 vsize=18996948 memory=3200 CPUtime=1.18 cores=0,2
/proc/90631/task/90633/stat : 90633 (java) R 90628 90631 88483 0 -1 4194368 5432 0 0 0 112 6 0 0 20 0 19 0 79287023 19452874752 59136 18446744073709551615 94760477466624 94760477470320 140729148372128 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94760477478136 94760477478928 94760502296576 140729148377468 140729148377572 140729148377572 140729148383176 0
[pid=90631/tid=90642] ppid=90628 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/90631/task/90642/stat : 90642 (Finalizer) S 90628 90631 88483 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 79287028 19452874752 59136 18446744073709551615 94760477466624 94760477470320 140729148372128 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94760477478136 94760477478928 94760502296576 140729148377468 140729148377572 140729148377572 140729148383176 0
[pid=90631/tid=90649] ppid=90628 vsize=18996948 memory=11136 CPUtime=0 cores=0,2
/proc/90631/task/90649/stat : 90649 (Common-Cleaner) S 90628 90631 88483 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 79287029 19452874752 59136 18446744073709551615 94760477466624 94760477470320 140729148372128 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94760477478136 94760477478928 94760502296576 140729148377468 140729148377572 140729148377572 140729148383176 0
Current children cumulated CPU time: 2.69 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 236544 KiB

[startup+3.10553 s]
/proc/loadavg: 4.60 4.66 4.64 6/328 90651
/proc/meminfo: memFree=108228856/131382120 swapFree=33010416/33010684
[pid=90631] ppid=90628 vsize=19063512 memory=648148 CPUtime=5.65 cores=0,2
/proc/90631/stat : 90631 (java) S 90628 90631 88483 0 -1 4194304 16193 0 0 0 542 23 0 0 20 0 20 0 79287021 19521036288 162037 18446744073709551615 94760477466624 94760477470320 140729148372128 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94760477478136 94760477478928 94760502296576 140729148377468 140729148377572 140729148377572 140729148383176 0
/proc/90631/statm: 4765878 162037 5495 1 0 1225975 0
[pid=90631/tid=90633] ppid=90628 vsize=19063512 memory=11136 CPUtime=2.51 cores=0,2
/proc/90631/task/90633/stat : 90633 (java) R 90628 90631 88483 0 -1 4194368 5782 0 0 0 240 11 0 0 20 0 20 0 79287023 19521036288 162037 18446744073709551615 94760477466624 94760477470320 140729148372128 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94760477478136 94760477478928 94760502296576 140729148377468 140729148377572 140729148377572 140729148383176 0
[pid=90631/tid=90642] ppid=90628 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/90631/task/90642/stat : 90642 (Finalizer) S 90628 90631 88483 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 79287028 19521036288 162037 18446744073709551615 94760477466624 94760477470320 140729148372128 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94760477478136 94760477478928 94760502296576 140729148377468 140729148377572 140729148377572 140729148383176 0
[pid=90631/tid=90649] ppid=90628 vsize=19063512 memory=5760 CPUtime=0 cores=0,2
/proc/90631/task/90649/stat : 90649 (Common-Cleaner) S 90628 90631 88483 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 79287029 19521036288 162037 18446744073709551615 94760477466624 94760477470320 140729148372128 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94760477478136 94760477478928 94760502296576 140729148377468 140729148377572 140729148377572 140729148383176 0
[pid=90631/tid=90651] ppid=90628 vsize=19063512 memory=5148 CPUtime=0 cores=0,2
/proc/90631/task/90651/stat : 90651 (Timer-0) S 90628 90631 88483 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 79287256 19521036288 162037 18446744073709551615 94760477466624 94760477470320 140729148372128 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94760477478136 94760477478928 94760502296576 140729148377468 140729148377572 140729148377572 140729148383176 0
Current children cumulated CPU time: 5.65 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 648148 KiB

[startup+6.30047 s]
/proc/loadavg: 4.64 4.67 4.64 5/328 90651
/proc/meminfo: memFree=108191992/131382120 swapFree=33010416/33010684
[pid=90631] ppid=90628 vsize=19063512 memory=643920 CPUtime=9.14 cores=0,2
/proc/90631/stat : 90631 (java) S 90628 90631 88483 0 -1 4194304 16292 0 0 0 891 23 0 0 20 0 20 0 79287021 19521036288 160980 18446744073709551615 94760477466624 94760477470320 140729148372128 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94760477478136 94760477478928 94760502296576 140729148377468 140729148377572 140729148377572 140729148383176 0
/proc/90631/statm: 4765878 160980 5495 1 0 1225992 0
[pid=90631/tid=90633] ppid=90628 vsize=19063512 memory=0 CPUtime=5.69 cores=0,2
/proc/90631/task/90633/stat : 90633 (java) R 90628 90631 88483 0 -1 4194368 5814 0 0 0 558 11 0 0 20 0 20 0 79287023 19521036288 160980 18446744073709551615 94760477466624 94760477470320 140729148372128 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94760477478136 94760477478928 94760502296576 140729148377468 140729148377572 140729148377572 140729148383176 0
[pid=90631/tid=90642] ppid=90628 vsize=19063512 memory=613112 CPUtime=0 cores=0,2
/proc/90631/task/90642/stat : 90642 (Finalizer) S 90628 90631 88483 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 79287028 19521036288 160980 18446744073709551615 94760477466624 94760477470320 140729148372128 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94760477478136 94760477478928 94760502296576 140729148377468 140729148377572 140729148377572 140729148383176 0
[pid=90631/tid=90649] ppid=90628 vsize=19063512 memory=5760 CPUtime=0 cores=0,2
/proc/90631/task/90649/stat : 90649 (Common-Cleaner) S 90628 90631 88483 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 79287029 19521036288 160980 18446744073709551615 94760477466624 94760477470320 140729148372128 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94760477478136 94760477478928 94760502296576 140729148377468 140729148377572 140729148377572 140729148383176 0
[pid=90631/tid=90651] ppid=90628 vsize=19063512 memory=-6000919472756780134 CPUtime=0 cores=0,2
/proc/90631/task/90651/stat : 90651 (Timer-0) S 90628 90631 88483 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 79287256 19521036288 160980 18446744073709551615 94760477466624 94760477470320 140729148372128 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94760477478136 94760477478928 94760502296576 140729148377468 140729148377572 140729148377572 140729148383176 0
Current children cumulated CPU time: 9.14 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 643920 KiB

[startup+12.7005 s]
/proc/loadavg: 4.58 4.66 4.64 5/328 90651
/proc/meminfo: memFree=108192000/131382120 swapFree=33010416/33010684
[pid=90631] ppid=90628 vsize=19063512 memory=643920 CPUtime=15.53 cores=0,2
/proc/90631/stat : 90631 (java) S 90628 90631 88483 0 -1 4194304 16922 0 0 0 1529 24 0 0 20 0 20 0 79287021 19521036288 160980 18446744073709551615 94760477466624 94760477470320 140729148372128 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94760477478136 94760477478928 94760502296576 140729148377468 140729148377572 140729148377572 140729148383176 0
/proc/90631/statm: 4765878 160980 5495 1 0 1225992 0
[pid=90631/tid=90633] ppid=90628 vsize=19063512 memory=643920 CPUtime=12.07 cores=0,2
/proc/90631/task/90633/stat : 90633 (java) R 90628 90631 88483 0 -1 4194368 5906 0 0 0 1196 11 0 0 20 0 20 0 79287023 19521036288 160980 18446744073709551615 94760477466624 94760477470320 140729148372128 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94760477478136 94760477478928 94760502296576 140729148377468 140729148377572 140729148377572 140729148383176 0
[pid=90631/tid=90642] ppid=90628 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/90631/task/90642/stat : 90642 (Finalizer) S 90628 90631 88483 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 79287028 19521036288 160980 18446744073709551615 94760477466624 94760477470320 140729148372128 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94760477478136 94760477478928 94760502296576 140729148377468 140729148377572 140729148377572 140729148383176 0
[pid=90631/tid=90649] ppid=90628 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/90631/task/90649/stat : 90649 (Common-Cleaner) S 90628 90631 88483 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 79287029 19521036288 160980 18446744073709551615 94760477466624 94760477470320 140729148372128 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94760477478136 94760477478928 94760502296576 140729148377468 140729148377572 140729148377572 140729148383176 0
[pid=90631/tid=90651] ppid=90628 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/90631/task/90651/stat : 90651 (Timer-0) S 90628 90631 88483 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 79287256 19521036288 160980 18446744073709551615 94760477466624 94760477470320 140729148372128 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94760477478136 94760477478928 94760502296576 140729148377468 140729148377572 140729148377572 140729148383176 0
Current children cumulated CPU time: 15.53 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 643920 KiB

[startup+25.5005 s]
/proc/loadavg: 4.53 4.64 4.63 6/328 90651
/proc/meminfo: memFree=108192024/131382120 swapFree=33010416/33010684
[pid=90631] ppid=90628 vsize=19063512 memory=643920 CPUtime=28.31 cores=0,2
/proc/90631/stat : 90631 (java) S 90628 90631 88483 0 -1 4194304 17181 0 0 0 2805 26 0 0 20 0 20 0 79287021 19521036288 160980 18446744073709551615 94760477466624 94760477470320 140729148372128 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94760477478136 94760477478928 94760502296576 140729148377468 140729148377572 140729148377572 140729148383176 0
/proc/90631/statm: 4765878 160980 5495 1 0 1225992 0
[pid=90631/tid=90633] ppid=90628 vsize=19063512 memory=643920 CPUtime=24.82 cores=0,2
/proc/90631/task/90633/stat : 90633 (java) R 90628 90631 88483 0 -1 4194368 6022 0 0 0 2471 11 0 0 20 0 20 0 79287023 19521036288 160980 18446744073709551615 94760477466624 94760477470320 140729148372128 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94760477478136 94760477478928 94760502296576 140729148377468 140729148377572 140729148377572 140729148383176 0
[pid=90631/tid=90642] ppid=90628 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/90631/task/90642/stat : 90642 (Finalizer) S 90628 90631 88483 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 79287028 19521036288 160980 18446744073709551615 94760477466624 94760477470320 140729148372128 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94760477478136 94760477478928 94760502296576 140729148377468 140729148377572 140729148377572 140729148383176 0
[pid=90631/tid=90649] ppid=90628 vsize=19063512 memory=14304 CPUtime=0 cores=0,2
/proc/90631/task/90649/stat : 90649 (Common-Cleaner) S 90628 90631 88483 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 79287029 19521036288 160980 18446744073709551615 94760477466624 94760477470320 140729148372128 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94760477478136 94760477478928 94760502296576 140729148377468 140729148377572 140729148377572 140729148383176 0
[pid=90631/tid=90651] ppid=90628 vsize=19063512 memory=643920 CPUtime=0 cores=0,2
/proc/90631/task/90651/stat : 90651 (Timer-0) S 90628 90631 88483 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 79287256 19521036288 160980 18446744073709551615 94760477466624 94760477470320 140729148372128 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94760477478136 94760477478928 94760502296576 140729148377468 140729148377572 140729148377572 140729148383176 0
Current children cumulated CPU time: 28.31 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 643920 KiB

[startup+51.114 s]
/proc/loadavg: 4.55 4.64 4.63 5/328 90652
/proc/meminfo: memFree=108064116/131382120 swapFree=33010416/33010684
[pid=90631] ppid=90628 vsize=19063512 memory=643920 CPUtime=53.85 cores=0,2
/proc/90631/stat : 90631 (java) S 90628 90631 88483 0 -1 4194304 17203 0 0 0 5358 27 0 0 20 0 20 0 79287021 19521036288 160980 18446744073709551615 94760477466624 94760477470320 140729148372128 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94760477478136 94760477478928 94760502296576 140729148377468 140729148377572 140729148377572 140729148383176 0
/proc/90631/statm: 4765878 160980 5495 1 0 1225992 0
[pid=90631/tid=90633] ppid=90628 vsize=19063512 memory=643920 CPUtime=50.33 cores=0,2
/proc/90631/task/90633/stat : 90633 (java) R 90628 90631 88483 0 -1 4194368 6041 0 0 0 5022 11 0 0 20 0 20 0 79287023 19521036288 160980 18446744073709551615 94760477466624 94760477470320 140729148372128 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94760477478136 94760477478928 94760502296576 140729148377468 140729148377572 140729148377572 140729148383176 0
[pid=90631/tid=90642] ppid=90628 vsize=19063512 memory=643920 CPUtime=0 cores=0,2
/proc/90631/task/90642/stat : 90642 (Finalizer) S 90628 90631 88483 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 79287028 19521036288 160980 18446744073709551615 94760477466624 94760477470320 140729148372128 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94760477478136 94760477478928 94760502296576 140729148377468 140729148377572 140729148377572 140729148383176 0
[pid=90631/tid=90649] ppid=90628 vsize=19063512 memory=14304 CPUtime=0 cores=0,2
/proc/90631/task/90649/stat : 90649 (Common-Cleaner) S 90628 90631 88483 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 79287029 19521036288 160980 18446744073709551615 94760477466624 94760477470320 140729148372128 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94760477478136 94760477478928 94760502296576 140729148377468 140729148377572 140729148377572 140729148383176 0
[pid=90631/tid=90651] ppid=90628 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/90631/task/90651/stat : 90651 (Timer-0) S 90628 90631 88483 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 79287256 19521036288 160980 18446744073709551615 94760477466624 94760477470320 140729148372128 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94760477478136 94760477478928 94760502296576 140729148377468 140729148377572 140729148377572 140729148383176 0
Current children cumulated CPU time: 53.85 s

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

[startup+3282.3 s]
/proc/loadavg: 2.12 2.24 2.58 3/277 90958
/proc/meminfo: memFree=122587768/131382120 swapFree=33010416/33010684
[pid=90631] ppid=90628 vsize=19063512 memory=1432348 CPUtime=3285.99 cores=0,2
/proc/90631/stat : 90631 (java) S 90628 90631 88483 0 -1 4194304 54050 0 0 0 328350 249 0 0 20 0 20 0 79287021 19521036288 358087 18446744073709551615 94760477466624 94760477470320 140729148372128 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94760477478136 94760477478928 94760502296576 140729148377468 140729148377572 140729148377572 140729148383176 0
/proc/90631/statm: 4765878 358087 5495 1 0 1821443 0
[pid=90631/tid=90633] ppid=90628 vsize=19063512 memory=1432348 CPUtime=3270.54 cores=0,2
/proc/90631/task/90633/stat : 90633 (java) R 90628 90631 88483 0 -1 4194368 13993 0 0 0 327036 18 0 0 20 0 20 0 79287023 19521036288 358087 18446744073709551615 94760477466624 94760477470320 140729148372128 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94760477478136 94760477478928 94760502296576 140729148377468 140729148377572 140729148377572 140729148383176 0
[pid=90631/tid=90642] ppid=90628 vsize=19063512 memory=14304 CPUtime=0 cores=0,2
/proc/90631/task/90642/stat : 90642 (Finalizer) S 90628 90631 88483 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 79287028 19521036288 358087 18446744073709551615 94760477466624 94760477470320 140729148372128 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94760477478136 94760477478928 94760502296576 140729148377468 140729148377572 140729148377572 140729148383176 0
[pid=90631/tid=90649] ppid=90628 vsize=19063512 memory=1385068 CPUtime=0 cores=0,2
/proc/90631/task/90649/stat : 90649 (Common-Cleaner) S 90628 90631 88483 0 -1 4194368 1513 0 0 0 0 0 0 0 20 0 20 0 79287029 19521036288 358087 18446744073709551615 94760477466624 94760477470320 140729148372128 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94760477478136 94760477478928 94760502296576 140729148377468 140729148377572 140729148377572 140729148383176 0
[pid=90631/tid=90651] ppid=90628 vsize=19063512 memory=1432348 CPUtime=0 cores=0,2
/proc/90631/task/90651/stat : 90651 (Timer-0) S 90628 90631 88483 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 79287256 19521036288 358087 18446744073709551615 94760477466624 94760477470320 140729148372128 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94760477478136 94760477478928 94760502296576 140729148377468 140729148377572 140729148377572 140729148383176 0
Current children cumulated CPU time: 3285.99 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1432348 KiB

[startup+3342.3 s]
/proc/loadavg: 2.08 2.21 2.55 3/278 90961
/proc/meminfo: memFree=122588356/131382120 swapFree=33010416/33010684
[pid=90631] ppid=90628 vsize=19063512 memory=1432476 CPUtime=3346.18 cores=0,2
/proc/90631/stat : 90631 (java) S 90628 90631 88483 0 -1 4194304 55264 0 0 0 334366 252 0 0 20 0 20 0 79287021 19521036288 358119 18446744073709551615 94760477466624 94760477470320 140729148372128 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94760477478136 94760477478928 94760502296576 140729148377468 140729148377572 140729148377572 140729148383176 0
/proc/90631/statm: 4765878 358119 5495 1 0 1821443 0
[pid=90631/tid=90633] ppid=90628 vsize=19063512 memory=1432348 CPUtime=3330.39 cores=0,2
/proc/90631/task/90633/stat : 90633 (java) R 90628 90631 88483 0 -1 4194368 14446 0 0 0 333021 18 0 0 20 0 20 0 79287023 19521036288 358119 18446744073709551615 94760477466624 94760477470320 140729148372128 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94760477478136 94760477478928 94760502296576 140729148377468 140729148377572 140729148377572 140729148383176 0
[pid=90631/tid=90642] ppid=90628 vsize=19063512 memory=1432348 CPUtime=0 cores=0,2
/proc/90631/task/90642/stat : 90642 (Finalizer) S 90628 90631 88483 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 79287028 19521036288 358119 18446744073709551615 94760477466624 94760477470320 140729148372128 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94760477478136 94760477478928 94760502296576 140729148377468 140729148377572 140729148377572 140729148383176 0
[pid=90631/tid=90649] ppid=90628 vsize=19063512 memory=1432348 CPUtime=0 cores=0,2
/proc/90631/task/90649/stat : 90649 (Common-Cleaner) S 90628 90631 88483 0 -1 4194368 1621 0 0 0 0 0 0 0 20 0 20 0 79287029 19521036288 358119 18446744073709551615 94760477466624 94760477470320 140729148372128 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94760477478136 94760477478928 94760502296576 140729148377468 140729148377572 140729148377572 140729148383176 0
[pid=90631/tid=90651] ppid=90628 vsize=19063512 memory=8376 CPUtime=0 cores=0,2
/proc/90631/task/90651/stat : 90651 (Timer-0) S 90628 90631 88483 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 79287256 19521036288 358119 18446744073709551615 94760477466624 94760477470320 140729148372128 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94760477478136 94760477478928 94760502296576 140729148377468 140729148377572 140729148377572 140729148383176 0
Current children cumulated CPU time: 3346.18 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1432476 KiB

[startup+3402.3 s]
/proc/loadavg: 2.09 2.18 2.52 3/278 90968
/proc/meminfo: memFree=122588104/131382120 swapFree=33010416/33010684
[pid=90631] ppid=90628 vsize=19063512 memory=1432476 CPUtime=3406.1 cores=0,2
/proc/90631/stat : 90631 (java) S 90628 90631 88483 0 -1 4194304 55317 0 0 0 340352 258 0 0 20 0 20 0 79287021 19521036288 358119 18446744073709551615 94760477466624 94760477470320 140729148372128 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94760477478136 94760477478928 94760502296576 140729148377468 140729148377572 140729148377572 140729148383176 0
/proc/90631/statm: 4765878 358119 5495 1 0 1821443 0
[pid=90631/tid=90633] ppid=90628 vsize=19063512 memory=1432348 CPUtime=3390.2 cores=0,2
/proc/90631/task/90633/stat : 90633 (java) R 90628 90631 88483 0 -1 4194368 14463 0 0 0 339002 18 0 0 20 0 20 0 79287023 19521036288 358119 18446744073709551615 94760477466624 94760477470320 140729148372128 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94760477478136 94760477478928 94760502296576 140729148377468 140729148377572 140729148377572 140729148383176 0
[pid=90631/tid=90642] ppid=90628 vsize=19063512 memory=1432476 CPUtime=0 cores=0,2
/proc/90631/task/90642/stat : 90642 (Finalizer) S 90628 90631 88483 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 79287028 19521036288 358119 18446744073709551615 94760477466624 94760477470320 140729148372128 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94760477478136 94760477478928 94760502296576 140729148377468 140729148377572 140729148377572 140729148383176 0
[pid=90631/tid=90649] ppid=90628 vsize=19063512 memory=1432476 CPUtime=0 cores=0,2
/proc/90631/task/90649/stat : 90649 (Common-Cleaner) S 90628 90631 88483 0 -1 4194368 1630 0 0 0 0 0 0 0 20 0 20 0 79287029 19521036288 358119 18446744073709551615 94760477466624 94760477470320 140729148372128 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94760477478136 94760477478928 94760502296576 140729148377468 140729148377572 140729148377572 140729148383176 0
[pid=90631/tid=90651] ppid=90628 vsize=19063512 memory=1432476 CPUtime=0 cores=0,2
/proc/90631/task/90651/stat : 90651 (Timer-0) S 90628 90631 88483 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 79287256 19521036288 358119 18446744073709551615 94760477466624 94760477470320 140729148372128 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94760477478136 94760477478928 94760502296576 140729148377468 140729148377572 140729148377572 140729148383176 0
Current children cumulated CPU time: 3406.1 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1432476 KiB

[startup+3462.3 s]
/proc/loadavg: 2.08 2.16 2.49 3/278 90970
/proc/meminfo: memFree=122576812/131382120 swapFree=33010416/33010684
[pid=90631] ppid=90628 vsize=19063512 memory=1444796 CPUtime=3466 cores=0,2
/proc/90631/stat : 90631 (java) S 90628 90631 88483 0 -1 4194304 56787 0 0 0 346338 262 0 0 20 0 20 0 79287021 19521036288 361199 18446744073709551615 94760477466624 94760477470320 140729148372128 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94760477478136 94760477478928 94760502296576 140729148377468 140729148377572 140729148377572 140729148383176 0
/proc/90631/statm: 4765878 361199 5495 1 0 1821443 0
[pid=90631/tid=90633] ppid=90628 vsize=19063512 memory=1432348 CPUtime=3450.01 cores=0,2
/proc/90631/task/90633/stat : 90633 (java) R 90628 90631 88483 0 -1 4194368 14468 0 0 0 344983 18 0 0 20 0 20 0 79287023 19521036288 361199 18446744073709551615 94760477466624 94760477470320 140729148372128 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94760477478136 94760477478928 94760502296576 140729148377468 140729148377572 140729148377572 140729148383176 0
[pid=90631/tid=90642] ppid=90628 vsize=19063512 memory=11136 CPUtime=0 cores=0,2
/proc/90631/task/90642/stat : 90642 (Finalizer) S 90628 90631 88483 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 79287028 19521036288 361199 18446744073709551615 94760477466624 94760477470320 140729148372128 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94760477478136 94760477478928 94760502296576 140729148377468 140729148377572 140729148377572 140729148383176 0
[pid=90631/tid=90649] ppid=90628 vsize=19063512 memory=1444796 CPUtime=0 cores=0,2
/proc/90631/task/90649/stat : 90649 (Common-Cleaner) S 90628 90631 88483 0 -1 4194368 1630 0 0 0 0 0 0 0 20 0 20 0 79287029 19521036288 361199 18446744073709551615 94760477466624 94760477470320 140729148372128 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94760477478136 94760477478928 94760502296576 140729148377468 140729148377572 140729148377572 140729148383176 0
[pid=90631/tid=90651] ppid=90628 vsize=19063512 memory=1444796 CPUtime=0 cores=0,2
/proc/90631/task/90651/stat : 90651 (Timer-0) S 90628 90631 88483 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 79287256 19521036288 361199 18446744073709551615 94760477466624 94760477470320 140729148372128 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94760477478136 94760477478928 94760502296576 140729148377468 140729148377572 140729148377572 140729148383176 0
Current children cumulated CPU time: 3466 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1444796 KiB

[startup+3522.3 s]
/proc/loadavg: 2.13 2.16 2.47 3/278 90972
/proc/meminfo: memFree=122576828/131382120 swapFree=33010416/33010684
[pid=90631] ppid=90628 vsize=19063512 memory=1444796 CPUtime=3525.91 cores=0,2
/proc/90631/stat : 90631 (java) S 90628 90631 88483 0 -1 4194304 56817 0 0 0 352327 264 0 0 20 0 20 0 79287021 19521036288 361199 18446744073709551615 94760477466624 94760477470320 140729148372128 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94760477478136 94760477478928 94760502296576 140729148377468 140729148377572 140729148377572 140729148383176 0
/proc/90631/statm: 4765878 361199 5495 1 0 1821443 0
[pid=90631/tid=90633] ppid=90628 vsize=19063512 memory=1444796 CPUtime=3509.88 cores=0,2
/proc/90631/task/90633/stat : 90633 (java) R 90628 90631 88483 0 -1 4194368 14473 0 0 0 350970 18 0 0 20 0 20 0 79287023 19521036288 361199 18446744073709551615 94760477466624 94760477470320 140729148372128 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94760477478136 94760477478928 94760502296576 140729148377468 140729148377572 140729148377572 140729148383176 0
[pid=90631/tid=90642] ppid=90628 vsize=19063512 memory=18560 CPUtime=0 cores=0,2
/proc/90631/task/90642/stat : 90642 (Finalizer) S 90628 90631 88483 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 79287028 19521036288 361199 18446744073709551615 94760477466624 94760477470320 140729148372128 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94760477478136 94760477478928 94760502296576 140729148377468 140729148377572 140729148377572 140729148383176 0
[pid=90631/tid=90649] ppid=90628 vsize=19063512 memory=1444796 CPUtime=0 cores=0,2
/proc/90631/task/90649/stat : 90649 (Common-Cleaner) S 90628 90631 88483 0 -1 4194368 1630 0 0 0 0 0 0 0 20 0 20 0 79287029 19521036288 361199 18446744073709551615 94760477466624 94760477470320 140729148372128 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94760477478136 94760477478928 94760502296576 140729148377468 140729148377572 140729148377572 140729148383176 0
[pid=90631/tid=90651] ppid=90628 vsize=19063512 memory=1444796 CPUtime=0 cores=0,2
/proc/90631/task/90651/stat : 90651 (Timer-0) S 90628 90631 88483 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 79287256 19521036288 361199 18446744073709551615 94760477466624 94760477470320 140729148372128 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94760477478136 94760477478928 94760502296576 140729148377468 140729148377572 140729148377572 140729148383176 0
Current children cumulated CPU time: 3525.91 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1444796 KiB

[startup+3582.3 s]
/proc/loadavg: 2.05 2.13 2.43 3/278 90974
/proc/meminfo: memFree=122578464/131382120 swapFree=33010416/33010684
[pid=90631] ppid=90628 vsize=19063512 memory=1444796 CPUtime=3585.82 cores=0,2
/proc/90631/stat : 90631 (java) S 90628 90631 88483 0 -1 4194304 56925 0 0 0 358316 266 0 0 20 0 20 0 79287021 19521036288 361199 18446744073709551615 94760477466624 94760477470320 140729148372128 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94760477478136 94760477478928 94760502296576 140729148377468 140729148377572 140729148377572 140729148383176 0
/proc/90631/statm: 4765878 361199 5495 1 0 1821443 0
[pid=90631/tid=90633] ppid=90628 vsize=19063512 memory=14304 CPUtime=3569.76 cores=0,2
/proc/90631/task/90633/stat : 90633 (java) R 90628 90631 88483 0 -1 4194368 14514 0 0 0 356958 18 0 0 20 0 20 0 79287023 19521036288 361199 18446744073709551615 94760477466624 94760477470320 140729148372128 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94760477478136 94760477478928 94760502296576 140729148377468 140729148377572 140729148377572 140729148383176 0
[pid=90631/tid=90642] ppid=90628 vsize=19063512 memory=21512 CPUtime=0 cores=0,2
/proc/90631/task/90642/stat : 90642 (Finalizer) S 90628 90631 88483 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 79287028 19521036288 361199 18446744073709551615 94760477466624 94760477470320 140729148372128 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94760477478136 94760477478928 94760502296576 140729148377468 140729148377572 140729148377572 140729148383176 0
[pid=90631/tid=90649] ppid=90628 vsize=19063512 memory=5760 CPUtime=0 cores=0,2
/proc/90631/task/90649/stat : 90649 (Common-Cleaner) S 90628 90631 88483 0 -1 4194368 1631 0 0 0 0 0 0 0 20 0 20 0 79287029 19521036288 361199 18446744073709551615 94760477466624 94760477470320 140729148372128 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94760477478136 94760477478928 94760502296576 140729148377468 140729148377572 140729148377572 140729148383176 0
[pid=90631/tid=90651] ppid=90628 vsize=19063512 memory=1920 CPUtime=0 cores=0,2
/proc/90631/task/90651/stat : 90651 (Timer-0) S 90628 90631 88483 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 79287256 19521036288 361199 18446744073709551615 94760477466624 94760477470320 140729148372128 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94760477478136 94760477478928 94760502296576 140729148377468 140729148377572 140729148377572 140729148383176 0
Current children cumulated CPU time: 3585.82 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1444796 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3596.5 s]
/proc/loadavg: 2.12 2.14 2.43 3/278 90974
/proc/meminfo: memFree=122578464/131382120 swapFree=33010416/33010684
[pid=90631] ppid=90628 vsize=19063512 memory=1444796 CPUtime=3600.01 cores=0,2
/proc/90631/stat : 90631 (java) S 90628 90631 88483 0 -1 4194304 56944 0 0 0 359734 267 0 0 20 0 20 0 79287021 19521036288 361199 18446744073709551615 94760477466624 94760477470320 140729148372128 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94760477478136 94760477478928 94760502296576 140729148377468 140729148377572 140729148377572 140729148383176 0
/proc/90631/statm: 4765878 361199 5495 1 0 1821443 0
[pid=90631/tid=90633] ppid=90628 vsize=19063512 memory=21512 CPUtime=3583.93 cores=0,2
/proc/90631/task/90633/stat : 90633 (java) R 90628 90631 88483 0 -1 4194368 14529 0 0 0 358375 18 0 0 20 0 20 0 79287023 19521036288 361199 18446744073709551615 94760477466624 94760477470320 140729148372128 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94760477478136 94760477478928 94760502296576 140729148377468 140729148377572 140729148377572 140729148383176 0
[pid=90631/tid=90642] ppid=90628 vsize=19063512 memory=18560 CPUtime=0 cores=0,2
/proc/90631/task/90642/stat : 90642 (Finalizer) S 90628 90631 88483 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 79287028 19521036288 361199 18446744073709551615 94760477466624 94760477470320 140729148372128 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94760477478136 94760477478928 94760502296576 140729148377468 140729148377572 140729148377572 140729148383176 0
[pid=90631/tid=90649] ppid=90628 vsize=19063512 memory=-6000919472756780134 CPUtime=0 cores=0,2
/proc/90631/task/90649/stat : 90649 (Common-Cleaner) S 90628 90631 88483 0 -1 4194368 1631 0 0 0 0 0 0 0 20 0 20 0 79287029 19521036288 361199 18446744073709551615 94760477466624 94760477470320 140729148372128 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94760477478136 94760477478928 94760502296576 140729148377468 140729148377572 140729148377572 140729148383176 0
[pid=90631/tid=90651] ppid=90628 vsize=19063512 memory=1444796 CPUtime=0 cores=0,2
/proc/90631/task/90651/stat : 90651 (Timer-0) S 90628 90631 88483 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 79287256 19521036288 361199 18446744073709551615 94760477466624 94760477470320 140729148372128 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94760477478136 94760477478928 94760502296576 140729148377468 140729148377572 140729148377572 140729148383176 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1444796 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.58 s, system=2.69812 s

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

[startup+3596.6 s]
/proc/loadavg: 2.12 2.14 2.43 3/278 90974
/proc/meminfo: memFree=122578464/131382120 swapFree=33010416/33010684
[pid=90631] ppid=90628 vsize=19263204 memory=1445564 CPUtime=3600.21 cores=0,2
/proc/90631/stat : 90631 (java) S 90628 90631 88483 0 -1 4194304 59398 0 0 0 359753 268 0 0 20 0 21 0 79287021 19725520896 361391 18446744073709551615 94760477466624 94760477470320 140729148372128 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94760477478136 94760477478928 94760502296576 140729148377468 140729148377572 140729148377572 140729148383176 0
/proc/90631/statm: 4815801 361391 5527 1 0 1822362 0
[pid=90631/tid=90633] ppid=90628 vsize=19263204 memory=5216 CPUtime=3584.03 cores=0,2
/proc/90631/task/90633/stat : 90633 (java) R 90628 90631 88483 0 -1 4194368 14529 0 0 0 358385 18 0 0 20 0 21 0 79287023 19725520896 361391 18446744073709551615 94760477466624 94760477470320 140729148372128 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94760477478136 94760477478928 94760502296576 140729148377468 140729148377572 140729148377572 140729148383176 0
[pid=90631/tid=90642] ppid=90628 vsize=19263204 memory=7024 CPUtime=0 cores=0,2
/proc/90631/task/90642/stat : 90642 (Finalizer) S 90628 90631 88483 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 79287028 19725520896 361391 18446744073709551615 94760477466624 94760477470320 140729148372128 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94760477478136 94760477478928 94760502296576 140729148377468 140729148377572 140729148377572 140729148383176 0
[pid=90631/tid=90649] ppid=90628 vsize=19263204 memory=1444796 CPUtime=0 cores=0,2
/proc/90631/task/90649/stat : 90649 (Common-Cleaner) S 90628 90631 88483 0 -1 4194368 1631 0 0 0 0 0 0 0 20 0 21 0 79287029 19725520896 361391 18446744073709551615 94760477466624 94760477470320 140729148372128 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94760477478136 94760477478928 94760502296576 140729148377468 140729148377572 140729148377572 140729148383176 0
Current children cumulated CPU time: 3600.21 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 1445564 KiB

Child status: 143

Real time (s): 3596.65
CPU time (s): 3600.28
CPU user time (s): 3597.58
CPU system time (s): 2.69812
CPU usage (%): 100.101
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 1445564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.58
system time used= 2.69812
maximum resident set size= 1445820
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 59654
page faults= 0
swaps= 0
block input operations= 0
block output operations= 4040
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 146805
involuntary context switches= 10634


# summary of solver processes directly reported to runsolver:
#   pid: 90631
#   total CPU time (s): 3600.28
#   total CPU user time (s): 3597.58
#   total CPU system time (s): 2.69812

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.8676 second user time and 36.5662 second system time

The end

Launcher Data

Begin job on nodeC006 at 2025-07-04 15:34:37
IDJOB=4526676
IDBENCH=144138
IDSOLVER=3381
FILE ID=nodeC006/4526676-1751636076
RUNJOBID= nodeC006-1751630095-88493
SLURM_JOB_ID= 9598967
Free space on /tmp= 431928 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/WBO/PARTIAL-LIN/wcsp/graphs/normalized-graph11reducmore_wcsp.wbo
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4526676-1751636076/watcher-4526676-1751636076 -o /tmp/evaluation-result-4526676-1751636076/solver-4526676-1751636076 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1751630095-88493 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4526676-1751636076.wbo

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

MD5SUM BENCH= 4f5be5c84a0d76ec975a3a6b3be3f2ae
RANDOM SEED=430809968

nodeC006 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	: 0xb00001f
cpu MHz		: 1198.172
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 pti 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	: 6983.32
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		: 3651.784
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 pti 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	: 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		: 1197.138
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 pti 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	: 6983.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.831
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 pti 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	: 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		: 3491.668
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 pti 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	: 6983.32
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		: 3582.205
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 pti 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	: 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.349
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 pti 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	: 6983.32
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.515
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 pti 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	: 6983.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        108815452 kB
MemAvailable:   110960924 kB
Buffers:            2128 kB
Cached:          2909536 kB
SwapCached:           12 kB
Active:         19464356 kB
Inactive:        2444636 kB
Active(anon):   19004284 kB
Inactive(anon):    10992 kB
Active(file):     460072 kB
Inactive(file):  2433644 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              9300 kB
Writeback:             0 kB
AnonPages:      19000268 kB
Mapped:           123864 kB
Shmem:             17948 kB
KReclaimable:     182384 kB
Slab:             269632 kB
SReclaimable:     182384 kB
SUnreclaim:        87248 kB
KernelStack:        4992 kB
PageTables:        40920 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:   29590268 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150360 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  18649088 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:      191304 kB
DirectMap2M:    10196992 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 431980 MiB
End job on nodeC006 at 2025-07-04 16:34:33