Trace number 4525614

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.14 3605.87

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/scens/
normalized-scen06-24_wcsp.wbo
MD5SUM5f4845564474de72882a5c75d8b8b05c
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2857
Best CPU time to get the best result obtained on this benchmark22.1293
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables1612
Total number of constraints129924
Number of soft constraints129825
Number of constraints which are clauses129825
Number of constraints which are cardinality constraints (but not clauses)99
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint20
Top cost 250711
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 22300299
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 21
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.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.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	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.15	c Pseudo Boolean Optimization by upper bound
0.12/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.15	c  - never skip resolution steps
0.12/0.15	c  - Auto-division on coefficients is disabled
0.12/0.15	c  - No postprocessing
0.12/0.15	c  - Conflict is considered as is when resolving
0.12/0.15	c  - Use constraints as they come during conflict analysis
0.12/0.15	c  - Weaken first using unassigned literals
0.12/0.15	c  - Bump strategy: ALWAYS_ONE
0.12/0.15	c  - Bumper: ANY
0.12/0.15	c --- Begin Solver configuration ---
0.12/0.15	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.12/0.15	c Learn all clauses as in MiniSAT
0.12/0.15	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.15	c No reason simplification
0.12/0.15	c Armin Biere (Picosat) restarts strategy
0.12/0.15	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.12/0.15	c timeout=2147483s
0.12/0.15	c DB Simplification allowed=false
0.12/0.15	c Listener: none
0.12/0.15	c --- End Solver configuration ---
0.12/0.15	c solving HOME/instance-4525614-1751624800.wbo
0.12/0.15	c reading problem ... 
1.67/0.98	c ... done. Wall clock time 0.826s.
1.67/0.98	c declared #vars     1612
1.67/0.98	c internal #vars     131437
1.67/0.98	c #constraints  130024
1.67/0.98	c constraints type 
1.67/0.98	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 59
1.67/0.98	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1.67/0.98	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 99
1.67/0.98	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 129865
1.67/0.98	c 130024 constraints processed.
1.87/1.00	c objective function length is 129825 literals
3600.01/3605.82	c starts		: 2
3600.01/3605.84	c conflicts		: 133
3600.01/3605.84	c decisions		: 238461
3600.01/3605.84	c propagations		: 463262
3600.01/3605.84	c inspects		: 169354
3600.01/3605.84	c shortcuts		: 0
3600.01/3605.84	c learnt literals	: 0
3600.01/3605.84	c learnt binary clauses	: 0
3600.01/3605.84	c learnt ternary clauses	: 0
3600.01/3605.84	c learnt constraints	: 132
3600.01/3605.84	c ignored constraints	: 0
3600.01/3605.84	c root simplifications	: 0
3600.01/3605.84	c removed literals (reason simplification)	: 0
3600.01/3605.84	c reason swapping (by a shorter reason)	: 0
3600.01/3605.84	c Calls to reduceDB	: 0
3600.01/3605.84	c Number of update (reduction) of LBD	: 0
3600.01/3605.84	c Imported unit clauses	: 0
3600.01/3605.84	c No decision after first conflict	: false
3600.01/3605.84	c number of reductions to clauses (during analyze)	: 0
3600.01/3605.84	c number of learned constraints concerned by reduction	: 0
3600.01/3605.84	c number of learning phase by resolution	: 0
3600.01/3605.84	c number of learning phase by cutting planes	: 0
3600.01/3605.84	c number of rounding to 1 operations	: 0
3600.01/3605.84	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3605.84	c number of reductions of the coefficients by power 2 	: 0
3600.01/3605.84	c number of right shift for reduction by power 2 	: 0
3600.01/3605.84	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3605.84	c number of ending skipping 	: 0
3600.01/3605.84	c number of internal skipping 	: 0
3600.01/3605.84	c number of derivation steps 	: 1259
3600.01/3605.84	c number of skipped derivation steps 	: 0
3600.01/3605.84	c number of remaining unassigned 	: 287751
3600.01/3605.84	c number of remaining assigned 	: 239274
3600.01/3605.84	c number of falsified literals weakened from reason	: 0
3600.01/3605.84	c number of falsified literals weakened from conflict	: 0
3600.01/3605.84	c time for arithmetic operations	: 273998928
3600.01/3605.85	c minimum degree of deleted constraints	: null
3600.01/3605.85	c maximum degree of deleted constraints	: null
3600.01/3605.85	c number of deleted constraints	: 0
3600.01/3605.85	c speed (assignments/second)	: 128.5130022938942
3600.01/3605.85	c non guided choices	: 3356
3600.01/3605.85	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 111
3600.01/3605.85	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 21
3600.01/3605.85	s UNKNOWN
3600.01/3605.85	c Total wall clock time (in seconds): 3605.702

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: 63665 MiB (61990 MiB free)
  memory of node 1: 64507 MiB (60291 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4525614-1751624800/watcher-4525614-1751624800 -o /tmp/evaluation-result-4525614-1751624800/solver-4525614-1751624800 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751624795-92976 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4525614-1751624800.wbo 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.100058 s]*
/proc/loadavg: 0.88 1.48 2.61 5/291 93519
/proc/meminfo: memFree=125189492/131249996 swapFree=33010672/33010684
[pid=93501] ppid=93498 vsize=18930384 memory=57624 CPUtime=0.12 cores=5,7
/proc/93501/stat : 93501 (java) S 93498 93501 92963 0 -1 4194304 6565 0 0 0 11 1 0 0 20 0 18 0 78157777 19384713216 14406 18446744073709551615 93955794030592 93955794034288 140734693321632 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93955794042104 93955794042896 93955827392512 140734693329276 140734693329380 140734693329380 140734693334984 0
/proc/93501/statm: 4732596 14406 5329 1 0 547604 0
[pid=93501/tid=93503] ppid=93498 vsize=18930384 memory=4026531959 CPUtime=0.07 cores=5,7
/proc/93501/task/93503/stat : 93503 (java) R 93498 93501 92963 0 -1 4194368 5073 0 0 0 6 1 0 0 20 0 18 0 78157779 19384713216 14406 18446744073709551615 93955794030592 93955794034288 140734693321632 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93955794042104 93955794042896 93955827392512 140734693329276 140734693329380 140734693329380 140734693334984 0
[pid=93501/tid=93512] ppid=93498 vsize=18930384 memory=215637835299 CPUtime=0 cores=5,7
/proc/93501/task/93512/stat : 93512 (Finalizer) S 93498 93501 92963 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 78157781 19384713216 14406 18446744073709551615 93955794030592 93955794034288 140734693321632 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93955794042104 93955794042896 93955827392512 140734693329276 140734693329380 140734693329380 140734693334984 0
[pid=93501/tid=93519] ppid=93498 vsize=18930384 memory=30004 CPUtime=0 cores=5,7
/proc/93501/task/93519/stat : 93519 (Common-Cleaner) S 93498 93501 92963 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 78157781 19384713216 14406 18446744073709551615 93955794030592 93955794034288 140734693321632 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93955794042104 93955794042896 93955827392512 140734693329276 140734693329380 140734693329380 140734693334984 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57624 KiB

[startup+0.205894 s]*
/proc/loadavg: 0.88 1.48 2.61 6/291 93519
/proc/meminfo: memFree=125174684/131249996 swapFree=33010672/33010684
[pid=93501] ppid=93498 vsize=18930384 memory=66428 CPUtime=0.32 cores=5,7
/proc/93501/stat : 93501 (java) S 93498 93501 92963 0 -1 4194304 7144 0 0 0 30 2 0 0 20 0 18 0 78157777 19384713216 16607 18446744073709551615 93955794030592 93955794034288 140734693321632 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93955794042104 93955794042896 93955827392512 140734693329276 140734693329380 140734693329380 140734693334984 0
/proc/93501/statm: 4732596 16607 5425 1 0 547996 0
[pid=93501/tid=93503] ppid=93498 vsize=18930384 memory=4026827803 CPUtime=0.16 cores=5,7
/proc/93501/task/93503/stat : 93503 (java) R 93498 93501 92963 0 -1 4194368 5379 0 0 0 15 1 0 0 20 0 18 0 78157779 19384713216 16607 18446744073709551615 93955794030592 93955794034288 140734693321632 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93955794042104 93955794042896 93955827392512 140734693329276 140734693329380 140734693329380 140734693334984 0
[pid=93501/tid=93512] ppid=93498 vsize=18930384 memory=211342852430 CPUtime=0 cores=5,7
/proc/93501/task/93512/stat : 93512 (Finalizer) S 93498 93501 92963 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 78157781 19384713216 16607 18446744073709551615 93955794030592 93955794034288 140734693321632 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93955794042104 93955794042896 93955827392512 140734693329276 140734693329380 140734693329380 140734693334984 0
[pid=93501/tid=93519] ppid=93498 vsize=18930384 memory=56286469452157 CPUtime=0 cores=5,7
/proc/93501/task/93519/stat : 93519 (Common-Cleaner) S 93498 93501 92963 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 78157781 19384713216 16607 18446744073709551615 93955794030592 93955794034288 140734693321632 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93955794042104 93955794042896 93955827392512 140734693329276 140734693329380 140734693329380 140734693334984 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 66428 KiB

[startup+0.305813 s]*
/proc/loadavg: 0.88 1.48 2.61 3/271 93522
/proc/meminfo: memFree=125244824/131249996 swapFree=33010672/33010684
[pid=93501] ppid=93498 vsize=18930384 memory=105564 CPUtime=0.51 cores=5,7
/proc/93501/stat : 93501 (java) S 93498 93501 92963 0 -1 4194304 8643 0 0 0 48 3 0 0 20 0 18 0 78157777 19384713216 26391 18446744073709551615 93955794030592 93955794034288 140734693321632 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93955794042104 93955794042896 93955827392512 140734693329276 140734693329380 140734693329380 140734693334984 0
/proc/93501/statm: 4732596 26391 5425 1 0 548995 0
[pid=93501/tid=93503] ppid=93498 vsize=18930384 memory=-6000919472639469926 CPUtime=0.25 cores=5,7
/proc/93501/task/93503/stat : 93503 (java) R 93498 93501 92963 0 -1 4194368 5403 0 0 0 23 2 0 0 20 0 18 0 78157779 19384713216 26391 18446744073709551615 93955794030592 93955794034288 140734693321632 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93955794042104 93955794042896 93955827392512 140734693329276 140734693329380 140734693329380 140734693334984 0
[pid=93501/tid=93512] ppid=93498 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/93501/task/93512/stat : 93512 (Finalizer) S 93498 93501 92963 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 78157781 19384713216 26391 18446744073709551615 93955794030592 93955794034288 140734693321632 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93955794042104 93955794042896 93955827392512 140734693329276 140734693329380 140734693329380 140734693334984 0
[pid=93501/tid=93519] ppid=93498 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/93501/task/93519/stat : 93519 (Common-Cleaner) S 93498 93501 92963 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 78157781 19384713216 26391 18446744073709551615 93955794030592 93955794034288 140734693321632 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93955794042104 93955794042896 93955827392512 140734693329276 140734693329380 140734693329380 140734693334984 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 105564 KiB

[startup+0.700227 s]
/proc/loadavg: 0.88 1.48 2.61 4/270 93531
/proc/meminfo: memFree=125186316/131249996 swapFree=33010672/33010684
[pid=93501] ppid=93498 vsize=18996948 memory=203588 CPUtime=1.27 cores=5,7
/proc/93501/stat : 93501 (java) S 93498 93501 92963 0 -1 4194304 12075 0 0 0 121 6 0 0 20 0 19 0 78157777 19452874752 50897 18446744073709551615 93955794030592 93955794034288 140734693321632 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93955794042104 93955794042896 93955827392512 140734693329276 140734693329380 140734693329380 140734693334984 0
/proc/93501/statm: 4749237 50897 5457 1 0 551643 0
[pid=93501/tid=93503] ppid=93498 vsize=18996948 memory=18944 CPUtime=0.58 cores=5,7
/proc/93501/task/93503/stat : 93503 (java) S 93498 93501 92963 0 -1 4194368 5430 0 0 0 55 3 0 0 20 0 19 0 78157779 19452874752 50897 18446744073709551615 93955794030592 93955794034288 140734693321632 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93955794042104 93955794042896 93955827392512 140734693329276 140734693329380 140734693329380 140734693334984 0
[pid=93501/tid=93512] ppid=93498 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/93501/task/93512/stat : 93512 (Finalizer) S 93498 93501 92963 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 78157781 19452874752 50897 18446744073709551615 93955794030592 93955794034288 140734693321632 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93955794042104 93955794042896 93955827392512 140734693329276 140734693329380 140734693329380 140734693334984 0
[pid=93501/tid=93519] ppid=93498 vsize=18996948 memory=21996 CPUtime=0 cores=5,7
/proc/93501/task/93519/stat : 93519 (Common-Cleaner) S 93498 93501 92963 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 78157781 19452874752 50897 18446744073709551615 93955794030592 93955794034288 140734693321632 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93955794042104 93955794042896 93955827392512 140734693329276 140734693329380 140734693329380 140734693334984 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 203588 KiB

[startup+1.5007 s]
/proc/loadavg: 0.88 1.48 2.61 5/273 93552
/proc/meminfo: memFree=125112760/131249996 swapFree=33010672/33010684
[pid=93501] ppid=93498 vsize=19063512 memory=405160 CPUtime=2.85 cores=5,7
/proc/93501/stat : 93501 (java) S 93498 93501 92963 0 -1 4194304 14460 0 0 0 274 11 0 0 20 0 20 0 78157777 19521036288 101290 18446744073709551615 93955794030592 93955794034288 140734693321632 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93955794042104 93955794042896 93955827392512 140734693329276 140734693329380 140734693329380 140734693334984 0
/proc/93501/statm: 4765878 101290 5521 1 0 1192060 0
[pid=93501/tid=93503] ppid=93498 vsize=19063512 memory=0 CPUtime=1.27 cores=5,7
/proc/93501/task/93503/stat : 93503 (java) R 93498 93501 92963 0 -1 4194368 5694 0 0 0 121 6 0 0 20 0 20 0 78157779 19521036288 101290 18446744073709551615 93955794030592 93955794034288 140734693321632 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93955794042104 93955794042896 93955827392512 140734693329276 140734693329380 140734693329380 140734693334984 0
[pid=93501/tid=93512] ppid=93498 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/93501/task/93512/stat : 93512 (Finalizer) S 93498 93501 92963 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78157781 19521036288 101290 18446744073709551615 93955794030592 93955794034288 140734693321632 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93955794042104 93955794042896 93955827392512 140734693329276 140734693329380 140734693329380 140734693334984 0
[pid=93501/tid=93519] ppid=93498 vsize=19063512 memory=14824 CPUtime=0 cores=5,7
/proc/93501/task/93519/stat : 93519 (Common-Cleaner) S 93498 93501 92963 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 78157781 19521036288 101290 18446744073709551615 93955794030592 93955794034288 140734693321632 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93955794042104 93955794042896 93955827392512 140734693329276 140734693329380 140734693329380 140734693334984 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 405160 KiB

[startup+3.10605 s]
/proc/loadavg: 0.88 1.48 2.61 11/340 93700
/proc/meminfo: memFree=124262656/131249996 swapFree=33010672/33010684
[pid=93501] ppid=93498 vsize=19063512 memory=502932 CPUtime=5.29 cores=5,7
/proc/93501/stat : 93501 (java) S 93498 93501 92963 0 -1 4194304 14883 0 0 0 516 13 0 0 20 0 20 0 78157777 19521036288 125733 18446744073709551615 93955794030592 93955794034288 140734693321632 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93955794042104 93955794042896 93955827392512 140734693329276 140734693329380 140734693329380 140734693334984 0
/proc/93501/statm: 4765878 125733 5521 1 0 1192076 0
[pid=93501/tid=93503] ppid=93498 vsize=19063512 memory=198340509722 CPUtime=2.83 cores=5,7
/proc/93501/task/93503/stat : 93503 (java) R 93498 93501 92963 0 -1 4194368 5730 0 0 0 276 7 0 0 20 0 20 0 78157779 19521036288 125733 18446744073709551615 93955794030592 93955794034288 140734693321632 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93955794042104 93955794042896 93955827392512 140734693329276 140734693329380 140734693329380 140734693334984 0
[pid=93501/tid=93512] ppid=93498 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/93501/task/93512/stat : 93512 (Finalizer) S 93498 93501 92963 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78157781 19521036288 125733 18446744073709551615 93955794030592 93955794034288 140734693321632 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93955794042104 93955794042896 93955827392512 140734693329276 140734693329380 140734693329380 140734693334984 0
[pid=93501/tid=93519] ppid=93498 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/93501/task/93519/stat : 93519 (Common-Cleaner) S 93498 93501 92963 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 78157781 19521036288 125733 18446744073709551615 93955794030592 93955794034288 140734693321632 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93955794042104 93955794042896 93955827392512 140734693329276 140734693329380 140734693329380 140734693334984 0
[pid=93501/tid=93561] ppid=93498 vsize=19063512 memory=220576 CPUtime=0 cores=5,7
/proc/93501/task/93561/stat : 93561 (Timer-0) S 93498 93501 92963 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 78157883 19521036288 125733 18446744073709551615 93955794030592 93955794034288 140734693321632 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93955794042104 93955794042896 93955827392512 140734693329276 140734693329380 140734693329380 140734693334984 0
Current children cumulated CPU time: 5.29 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 502932 KiB

[startup+6.30022 s]
/proc/loadavg: 1.29 1.55 2.63 5/340 93700
/proc/meminfo: memFree=124155676/131249996 swapFree=33010672/33010684
[pid=93501] ppid=93498 vsize=19063512 memory=502932 CPUtime=8.48 cores=5,7
/proc/93501/stat : 93501 (java) S 93498 93501 92963 0 -1 4194304 15118 0 0 0 835 13 0 0 20 0 20 0 78157777 19521036288 125733 18446744073709551615 93955794030592 93955794034288 140734693321632 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93955794042104 93955794042896 93955827392512 140734693329276 140734693329380 140734693329380 140734693334984 0
/proc/93501/statm: 4765878 125733 5521 1 0 1192076 0
[pid=93501/tid=93503] ppid=93498 vsize=19063512 memory=0 CPUtime=6.01 cores=5,7
/proc/93501/task/93503/stat : 93503 (java) R 93498 93501 92963 0 -1 4194368 5787 0 0 0 594 7 0 0 20 0 20 0 78157779 19521036288 125733 18446744073709551615 93955794030592 93955794034288 140734693321632 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93955794042104 93955794042896 93955827392512 140734693329276 140734693329380 140734693329380 140734693334984 0
[pid=93501/tid=93512] ppid=93498 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/93501/task/93512/stat : 93512 (Finalizer) S 93498 93501 92963 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78157781 19521036288 125733 18446744073709551615 93955794030592 93955794034288 140734693321632 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93955794042104 93955794042896 93955827392512 140734693329276 140734693329380 140734693329380 140734693334984 0
[pid=93501/tid=93519] ppid=93498 vsize=19063512 memory=424488 CPUtime=0 cores=5,7
/proc/93501/task/93519/stat : 93519 (Common-Cleaner) S 93498 93501 92963 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 78157781 19521036288 125733 18446744073709551615 93955794030592 93955794034288 140734693321632 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93955794042104 93955794042896 93955827392512 140734693329276 140734693329380 140734693329380 140734693334984 0
[pid=93501/tid=93561] ppid=93498 vsize=19063512 memory=-6000919472639469926 CPUtime=0 cores=5,7
/proc/93501/task/93561/stat : 93561 (Timer-0) S 93498 93501 92963 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 78157883 19521036288 125733 18446744073709551615 93955794030592 93955794034288 140734693321632 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93955794042104 93955794042896 93955827392512 140734693329276 140734693329380 140734693329380 140734693334984 0
Current children cumulated CPU time: 8.48 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 502932 KiB

[startup+12.7002 s]
/proc/loadavg: 1.59 1.61 2.64 5/340 93701
/proc/meminfo: memFree=123991836/131249996 swapFree=33010672/33010684
[pid=93501] ppid=93498 vsize=19063512 memory=502932 CPUtime=14.91 cores=5,7
/proc/93501/stat : 93501 (java) S 93498 93501 92963 0 -1 4194304 17401 0 0 0 1477 14 0 0 20 0 20 0 78157777 19521036288 125733 18446744073709551615 93955794030592 93955794034288 140734693321632 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93955794042104 93955794042896 93955827392512 140734693329276 140734693329380 140734693329380 140734693334984 0
/proc/93501/statm: 4765878 125733 5521 1 0 1192076 0
[pid=93501/tid=93503] ppid=93498 vsize=19063512 memory=502932 CPUtime=12.39 cores=5,7
/proc/93501/task/93503/stat : 93503 (java) R 93498 93501 92963 0 -1 4194368 5877 0 0 0 1232 7 0 0 20 0 20 0 78157779 19521036288 125733 18446744073709551615 93955794030592 93955794034288 140734693321632 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93955794042104 93955794042896 93955827392512 140734693329276 140734693329380 140734693329380 140734693334984 0
[pid=93501/tid=93512] ppid=93498 vsize=19063512 memory=-6000919472639469926 CPUtime=0 cores=5,7
/proc/93501/task/93512/stat : 93512 (Finalizer) S 93498 93501 92963 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78157781 19521036288 125733 18446744073709551615 93955794030592 93955794034288 140734693321632 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93955794042104 93955794042896 93955827392512 140734693329276 140734693329380 140734693329380 140734693334984 0
[pid=93501/tid=93519] ppid=93498 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/93501/task/93519/stat : 93519 (Common-Cleaner) S 93498 93501 92963 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 78157781 19521036288 125733 18446744073709551615 93955794030592 93955794034288 140734693321632 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93955794042104 93955794042896 93955827392512 140734693329276 140734693329380 140734693329380 140734693334984 0
[pid=93501/tid=93561] ppid=93498 vsize=19063512 memory=502932 CPUtime=0 cores=5,7
/proc/93501/task/93561/stat : 93561 (Timer-0) S 93498 93501 92963 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 78157883 19521036288 125733 18446744073709551615 93955794030592 93955794034288 140734693321632 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93955794042104 93955794042896 93955827392512 140734693329276 140734693329380 140734693329380 140734693334984 0
Current children cumulated CPU time: 14.91 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 502932 KiB

[startup+25.5002 s]
/proc/loadavg: 2.12 1.73 2.67 5/340 93701
/proc/meminfo: memFree=123807516/131249996 swapFree=33010672/33010684
[pid=93501] ppid=93498 vsize=19063512 memory=502932 CPUtime=27.69 cores=5,7
/proc/93501/stat : 93501 (java) S 93498 93501 92963 0 -1 4194304 18948 0 0 0 2754 15 0 0 20 0 20 0 78157777 19521036288 125733 18446744073709551615 93955794030592 93955794034288 140734693321632 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93955794042104 93955794042896 93955827392512 140734693329276 140734693329380 140734693329380 140734693334984 0
/proc/93501/statm: 4765878 125733 5521 1 0 1192076 0
[pid=93501/tid=93503] ppid=93498 vsize=19063512 memory=0 CPUtime=25.15 cores=5,7
/proc/93501/task/93503/stat : 93503 (java) R 93498 93501 92963 0 -1 4194368 6101 0 0 0 2508 7 0 0 20 0 20 0 78157779 19521036288 125733 18446744073709551615 93955794030592 93955794034288 140734693321632 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93955794042104 93955794042896 93955827392512 140734693329276 140734693329380 140734693329380 140734693334984 0
[pid=93501/tid=93512] ppid=93498 vsize=19063512 memory=502932 CPUtime=0 cores=5,7
/proc/93501/task/93512/stat : 93512 (Finalizer) S 93498 93501 92963 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78157781 19521036288 125733 18446744073709551615 93955794030592 93955794034288 140734693321632 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93955794042104 93955794042896 93955827392512 140734693329276 140734693329380 140734693329380 140734693334984 0
[pid=93501/tid=93519] ppid=93498 vsize=19063512 memory=502932 CPUtime=0 cores=5,7
/proc/93501/task/93519/stat : 93519 (Common-Cleaner) S 93498 93501 92963 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 78157781 19521036288 125733 18446744073709551615 93955794030592 93955794034288 140734693321632 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93955794042104 93955794042896 93955827392512 140734693329276 140734693329380 140734693329380 140734693334984 0
[pid=93501/tid=93561] ppid=93498 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/93501/task/93561/stat : 93561 (Timer-0) S 93498 93501 92963 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 78157883 19521036288 125733 18446744073709551615 93955794030592 93955794034288 140734693321632 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93955794042104 93955794042896 93955827392512 140734693329276 140734693329380 140734693329380 140734693334984 0
Current children cumulated CPU time: 27.69 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 502932 KiB

[startup+51.1061 s]
/proc/loadavg: 2.85 1.93 2.71 5/340 93702
/proc/meminfo: memFree=123235976/131249996 swapFree=33010672/33010684
[pid=93501] ppid=93498 vsize=19063512 memory=502068 CPUtime=53.47 cores=5,7
/proc/93501/stat : 93501 (java) S 93498 93501 92963 0 -1 4194304 23661 0 0 0 5331 16 0 0 20 0 20 0 78157777 19521036288 125517 18446744073709551615 93955794030592 93955794034288 140734693321632 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93955794042104 93955794042896 93955827392512 140734693329276 140734693329380 140734693329380 140734693334984 0
/proc/93501/statm: 4765878 125517 5521 1 0 1192215 0
[pid=93501/tid=93503] ppid=93498 vsize=19063512 memory=0 CPUtime=50.67 cores=5,7
/proc/93501/task/93503/stat : 93503 (java) R 93498 93501 92963 0 -1 4194368 6785 0 0 0 5060 7 0 0 20 0 20 0 78157779 19521036288 125517 18446744073709551615 93955794030592 93955794034288 140734693321632 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93955794042104 93955794042896 93955827392512 140734693329276 140734693329380 140734693329380 140734693334984 0
[pid=93501/tid=93512] ppid=93498 vsize=19063512 memory=14824 CPUtime=0 cores=5,7
/proc/93501/task/93512/stat : 93512 (Finalizer) S 93498 93501 92963 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78157781 19521036288 125517 18446744073709551615 93955794030592 93955794034288 140734693321632 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93955794042104 93955794042896 93955827392512 140734693329276 140734693329380 140734693329380 140734693334984 0
[pid=93501/tid=93519] ppid=93498 vsize=19063512 memory=198340509722 CPUtime=0 cores=5,7
/proc/93501/task/93519/stat : 93519 (Common-Cleaner) S 93498 93501 92963 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 78157781 19521036288 125517 18446744073709551615 93955794030592 93955794034288 140734693321632 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93955794042104 93955794042896 93955827392512 140734693329276 140734693329380 140734693329380 140734693334984 0
[pid=93501/tid=93561] ppid=93498 vsize=19063512 memory=14824 CPUtime=0 cores=5,7
/proc/93501/task/93561/stat : 93561 (Timer-0) S 93498 93501 92963 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 78157883 19521036288 125517 18446744073709551615 93955794030592 93955794034288 140734693321632 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93955794042104 93955794042896 93955827392512 140734693329276 140734693329380 140734693329380 140734693334984 0
Current children cumulated CPU time: 53.47 s

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

/proc/meminfo: memFree=115612128/131249996 swapFree=33010672/33010684
[pid=93501] ppid=93498 vsize=19063512 memory=2593316 CPUtime=3217.59 cores=5,7
/proc/93501/stat : 93501 (java) S 93498 93501 92963 0 -1 4194304 54064 0 0 0 321644 115 0 0 20 0 20 0 78157777 19521036288 648329 18446744073709551615 93955794030592 93955794034288 140734693321632 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93955794042104 93955794042896 93955827392512 140734693329276 140734693329380 140734693329380 140734693334984 0
/proc/93501/statm: 4765878 648329 5521 1 0 1192960 0
[pid=93501/tid=93503] ppid=93498 vsize=19063512 memory=2478628 CPUtime=3211.69 cores=5,7
/proc/93501/task/93503/stat : 93503 (java) R 93498 93501 92963 0 -1 4194368 15591 0 0 0 321123 46 0 0 20 0 20 0 78157779 19521036288 648329 18446744073709551615 93955794030592 93955794034288 140734693321632 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93955794042104 93955794042896 93955827392512 140734693329276 140734693329380 140734693329380 140734693334984 0
[pid=93501/tid=93512] ppid=93498 vsize=19063512 memory=2468388 CPUtime=0 cores=5,7
/proc/93501/task/93512/stat : 93512 (Finalizer) S 93498 93501 92963 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78157781 19521036288 648329 18446744073709551615 93955794030592 93955794034288 140734693321632 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93955794042104 93955794042896 93955827392512 140734693329276 140734693329380 140734693329380 140734693334984 0
[pid=93501/tid=93519] ppid=93498 vsize=19063512 memory=14824 CPUtime=0 cores=5,7
/proc/93501/task/93519/stat : 93519 (Common-Cleaner) S 93498 93501 92963 0 -1 4194368 1880 0 0 0 0 0 0 0 20 0 20 0 78157781 19521036288 648329 18446744073709551615 93955794030592 93955794034288 140734693321632 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93955794042104 93955794042896 93955827392512 140734693329276 140734693329380 140734693329380 140734693334984 0
[pid=93501/tid=93561] ppid=93498 vsize=19063512 memory=14824 CPUtime=0 cores=5,7
/proc/93501/task/93561/stat : 93561 (Timer-0) S 93498 93501 92963 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 78157883 19521036288 648329 18446744073709551615 93955794030592 93955794034288 140734693321632 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93955794042104 93955794042896 93955827392512 140734693329276 140734693329380 140734693329380 140734693334984 0
Current children cumulated CPU time: 3217.59 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2593316 KiB

[startup+3282.3 s]
/proc/loadavg: 4.15 4.12 4.09 5/339 93866
/proc/meminfo: memFree=115517048/131249996 swapFree=33010672/33010684
[pid=93501] ppid=93498 vsize=19063512 memory=2687524 CPUtime=3277.46 cores=5,7
/proc/93501/stat : 93501 (java) S 93498 93501 92963 0 -1 4194304 55237 0 0 0 327628 118 0 0 20 0 20 0 78157777 19521036288 671881 18446744073709551615 93955794030592 93955794034288 140734693321632 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93955794042104 93955794042896 93955827392512 140734693329276 140734693329380 140734693329380 140734693334984 0
/proc/93501/statm: 4765878 671881 5521 1 0 1192960 0
[pid=93501/tid=93503] ppid=93498 vsize=19063512 memory=2611748 CPUtime=3271.53 cores=5,7
/proc/93501/task/93503/stat : 93503 (java) R 93498 93501 92963 0 -1 4194368 16001 0 0 0 327106 47 0 0 20 0 20 0 78157779 19521036288 671881 18446744073709551615 93955794030592 93955794034288 140734693321632 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93955794042104 93955794042896 93955827392512 140734693329276 140734693329380 140734693329380 140734693334984 0
[pid=93501/tid=93512] ppid=93498 vsize=19063512 memory=2609700 CPUtime=0 cores=5,7
/proc/93501/task/93512/stat : 93512 (Finalizer) S 93498 93501 92963 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78157781 19521036288 671881 18446744073709551615 93955794030592 93955794034288 140734693321632 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93955794042104 93955794042896 93955827392512 140734693329276 140734693329380 140734693329380 140734693334984 0
[pid=93501/tid=93519] ppid=93498 vsize=19063512 memory=2764 CPUtime=0 cores=5,7
/proc/93501/task/93519/stat : 93519 (Common-Cleaner) S 93498 93501 92963 0 -1 4194368 2008 0 0 0 0 0 0 0 20 0 20 0 78157781 19521036288 671881 18446744073709551615 93955794030592 93955794034288 140734693321632 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93955794042104 93955794042896 93955827392512 140734693329276 140734693329380 140734693329380 140734693334984 0
[pid=93501/tid=93561] ppid=93498 vsize=19063512 memory=21996 CPUtime=0 cores=5,7
/proc/93501/task/93561/stat : 93561 (Timer-0) S 93498 93501 92963 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 78157883 19521036288 671881 18446744073709551615 93955794030592 93955794034288 140734693321632 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93955794042104 93955794042896 93955827392512 140734693329276 140734693329380 140734693329380 140734693334984 0
Current children cumulated CPU time: 3277.46 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2687524 KiB

[startup+3342.3 s]
/proc/loadavg: 4.11 4.11 4.09 5/340 93873
/proc/meminfo: memFree=115512660/131249996 swapFree=33010672/33010684
[pid=93501] ppid=93498 vsize=19063512 memory=2693668 CPUtime=3337.28 cores=5,7
/proc/93501/stat : 93501 (java) S 93498 93501 92963 0 -1 4194304 55250 0 0 0 333607 121 0 0 20 0 20 0 78157777 19521036288 673417 18446744073709551615 93955794030592 93955794034288 140734693321632 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93955794042104 93955794042896 93955827392512 140734693329276 140734693329380 140734693329380 140734693334984 0
/proc/93501/statm: 4765878 673417 5521 1 0 1192960 0
[pid=93501/tid=93503] ppid=93498 vsize=19063512 memory=2689572 CPUtime=3331.31 cores=5,7
/proc/93501/task/93503/stat : 93503 (java) R 93498 93501 92963 0 -1 4194368 16008 0 0 0 333083 48 0 0 20 0 20 0 78157779 19521036288 673417 18446744073709551615 93955794030592 93955794034288 140734693321632 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93955794042104 93955794042896 93955827392512 140734693329276 140734693329380 140734693329380 140734693334984 0
[pid=93501/tid=93512] ppid=93498 vsize=19063512 memory=5760 CPUtime=0 cores=5,7
/proc/93501/task/93512/stat : 93512 (Finalizer) S 93498 93501 92963 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78157781 19521036288 673417 18446744073709551615 93955794030592 93955794034288 140734693321632 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93955794042104 93955794042896 93955827392512 140734693329276 140734693329380 140734693329380 140734693334984 0
[pid=93501/tid=93519] ppid=93498 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/93501/task/93519/stat : 93519 (Common-Cleaner) S 93498 93501 92963 0 -1 4194368 2008 0 0 0 0 0 0 0 20 0 20 0 78157781 19521036288 673417 18446744073709551615 93955794030592 93955794034288 140734693321632 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93955794042104 93955794042896 93955827392512 140734693329276 140734693329380 140734693329380 140734693334984 0
[pid=93501/tid=93561] ppid=93498 vsize=19063512 memory=14824 CPUtime=0 cores=5,7
/proc/93501/task/93561/stat : 93561 (Timer-0) S 93498 93501 92963 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 78157883 19521036288 673417 18446744073709551615 93955794030592 93955794034288 140734693321632 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93955794042104 93955794042896 93955827392512 140734693329276 140734693329380 140734693329380 140734693334984 0
Current children cumulated CPU time: 3337.28 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2693668 KiB

[startup+3402.3 s]
/proc/loadavg: 4.15 4.12 4.09 5/339 93877
/proc/meminfo: memFree=115504620/131249996 swapFree=33010672/33010684
[pid=93501] ppid=93498 vsize=19063512 memory=2699812 CPUtime=3397.1 cores=5,7
/proc/93501/stat : 93501 (java) S 93498 93501 92963 0 -1 4194304 55600 0 0 0 339588 122 0 0 20 0 20 0 78157777 19521036288 674953 18446744073709551615 93955794030592 93955794034288 140734693321632 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93955794042104 93955794042896 93955827392512 140734693329276 140734693329380 140734693329380 140734693334984 0
/proc/93501/statm: 4765878 674953 5521 1 0 1192960 0
[pid=93501/tid=93503] ppid=93498 vsize=19063512 memory=2695716 CPUtime=3391.09 cores=5,7
/proc/93501/task/93503/stat : 93503 (java) R 93498 93501 92963 0 -1 4194368 16057 0 0 0 339061 48 0 0 20 0 20 0 78157779 19521036288 674953 18446744073709551615 93955794030592 93955794034288 140734693321632 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93955794042104 93955794042896 93955827392512 140734693329276 140734693329380 140734693329380 140734693334984 0
[pid=93501/tid=93512] ppid=93498 vsize=19063512 memory=1792 CPUtime=0 cores=5,7
/proc/93501/task/93512/stat : 93512 (Finalizer) S 93498 93501 92963 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78157781 19521036288 674953 18446744073709551615 93955794030592 93955794034288 140734693321632 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93955794042104 93955794042896 93955827392512 140734693329276 140734693329380 140734693329380 140734693334984 0
[pid=93501/tid=93519] ppid=93498 vsize=19063512 memory=14824 CPUtime=0 cores=5,7
/proc/93501/task/93519/stat : 93519 (Common-Cleaner) S 93498 93501 92963 0 -1 4194368 2009 0 0 0 0 0 0 0 20 0 20 0 78157781 19521036288 674953 18446744073709551615 93955794030592 93955794034288 140734693321632 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93955794042104 93955794042896 93955827392512 140734693329276 140734693329380 140734693329380 140734693334984 0
[pid=93501/tid=93561] ppid=93498 vsize=19063512 memory=2699812 CPUtime=0 cores=5,7
/proc/93501/task/93561/stat : 93561 (Timer-0) S 93498 93501 92963 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 78157883 19521036288 674953 18446744073709551615 93955794030592 93955794034288 140734693321632 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93955794042104 93955794042896 93955827392512 140734693329276 140734693329380 140734693329380 140734693334984 0
Current children cumulated CPU time: 3397.1 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2699812 KiB

[startup+3462.3 s]
/proc/loadavg: 4.45 4.22 4.13 5/339 93879
/proc/meminfo: memFree=115496280/131249996 swapFree=33010672/33010684
[pid=93501] ppid=93498 vsize=19063512 memory=2708004 CPUtime=3456.94 cores=5,7
/proc/93501/stat : 93501 (java) S 93498 93501 92963 0 -1 4194304 55752 0 0 0 345569 125 0 0 20 0 20 0 78157777 19521036288 677001 18446744073709551615 93955794030592 93955794034288 140734693321632 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93955794042104 93955794042896 93955827392512 140734693329276 140734693329380 140734693329380 140734693334984 0
/proc/93501/statm: 4765878 677001 5521 1 0 1192960 0
[pid=93501/tid=93503] ppid=93498 vsize=19063512 memory=2703908 CPUtime=3450.88 cores=5,7
/proc/93501/task/93503/stat : 93503 (java) R 93498 93501 92963 0 -1 4194368 16071 0 0 0 345040 48 0 0 20 0 20 0 78157779 19521036288 677001 18446744073709551615 93955794030592 93955794034288 140734693321632 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93955794042104 93955794042896 93955827392512 140734693329276 140734693329380 140734693329380 140734693334984 0
[pid=93501/tid=93512] ppid=93498 vsize=19063512 memory=2705956 CPUtime=0 cores=5,7
/proc/93501/task/93512/stat : 93512 (Finalizer) S 93498 93501 92963 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78157781 19521036288 677001 18446744073709551615 93955794030592 93955794034288 140734693321632 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93955794042104 93955794042896 93955827392512 140734693329276 140734693329380 140734693329380 140734693334984 0
[pid=93501/tid=93519] ppid=93498 vsize=19063512 memory=-6000919472639469926 CPUtime=0 cores=5,7
/proc/93501/task/93519/stat : 93519 (Common-Cleaner) S 93498 93501 92963 0 -1 4194368 2139 0 0 0 0 0 0 0 20 0 20 0 78157781 19521036288 677001 18446744073709551615 93955794030592 93955794034288 140734693321632 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93955794042104 93955794042896 93955827392512 140734693329276 140734693329380 140734693329380 140734693334984 0
[pid=93501/tid=93561] ppid=93498 vsize=19063512 memory=18944 CPUtime=0 cores=5,7
/proc/93501/task/93561/stat : 93561 (Timer-0) S 93498 93501 92963 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 78157883 19521036288 677001 18446744073709551615 93955794030592 93955794034288 140734693321632 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93955794042104 93955794042896 93955827392512 140734693329276 140734693329380 140734693329380 140734693334984 0
Current children cumulated CPU time: 3456.94 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2708004 KiB

[startup+3522.3 s]
/proc/loadavg: 4.21 4.19 4.12 5/339 93881
/proc/meminfo: memFree=115484948/131249996 swapFree=33010672/33010684
[pid=93501] ppid=93498 vsize=19063512 memory=2720292 CPUtime=3516.76 cores=5,7
/proc/93501/stat : 93501 (java) S 93498 93501 92963 0 -1 4194304 56110 0 0 0 351549 127 0 0 20 0 20 0 78157777 19521036288 680073 18446744073709551615 93955794030592 93955794034288 140734693321632 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93955794042104 93955794042896 93955827392512 140734693329276 140734693329380 140734693329380 140734693334984 0
/proc/93501/statm: 4765878 680073 5521 1 0 1192960 0
[pid=93501/tid=93503] ppid=93498 vsize=19063512 memory=-6000919472639469926 CPUtime=3510.66 cores=5,7
/proc/93501/task/93503/stat : 93503 (java) R 93498 93501 92963 0 -1 4194368 16135 0 0 0 351018 48 0 0 20 0 20 0 78157779 19521036288 680073 18446744073709551615 93955794030592 93955794034288 140734693321632 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93955794042104 93955794042896 93955827392512 140734693329276 140734693329380 140734693329380 140734693334984 0
[pid=93501/tid=93512] ppid=93498 vsize=19063512 memory=2716196 CPUtime=0 cores=5,7
/proc/93501/task/93512/stat : 93512 (Finalizer) S 93498 93501 92963 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78157781 19521036288 680073 18446744073709551615 93955794030592 93955794034288 140734693321632 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93955794042104 93955794042896 93955827392512 140734693329276 140734693329380 140734693329380 140734693334984 0
[pid=93501/tid=93519] ppid=93498 vsize=19063512 memory=2720292 CPUtime=0 cores=5,7
/proc/93501/task/93519/stat : 93519 (Common-Cleaner) S 93498 93501 92963 0 -1 4194368 2139 0 0 0 0 0 0 0 20 0 20 0 78157781 19521036288 680073 18446744073709551615 93955794030592 93955794034288 140734693321632 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93955794042104 93955794042896 93955827392512 140734693329276 140734693329380 140734693329380 140734693334984 0
[pid=93501/tid=93561] ppid=93498 vsize=19063512 memory=2720292 CPUtime=0 cores=5,7
/proc/93501/task/93561/stat : 93561 (Timer-0) S 93498 93501 92963 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 78157883 19521036288 680073 18446744073709551615 93955794030592 93955794034288 140734693321632 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93955794042104 93955794042896 93955827392512 140734693329276 140734693329380 140734693329380 140734693334984 0
Current children cumulated CPU time: 3516.76 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2720292 KiB

[startup+3582.3 s]
/proc/loadavg: 4.19 4.19 4.12 5/339 93883
/proc/meminfo: memFree=115439000/131249996 swapFree=33010672/33010684
[pid=93501] ppid=93498 vsize=19063512 memory=2763300 CPUtime=3576.6 cores=5,7
/proc/93501/stat : 93501 (java) S 93498 93501 92963 0 -1 4194304 56464 0 0 0 357531 129 0 0 20 0 20 0 78157777 19521036288 690825 18446744073709551615 93955794030592 93955794034288 140734693321632 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93955794042104 93955794042896 93955827392512 140734693329276 140734693329380 140734693329380 140734693334984 0
/proc/93501/statm: 4765878 690825 5521 1 0 1192960 0
[pid=93501/tid=93503] ppid=93498 vsize=19063512 memory=4764 CPUtime=3570.46 cores=5,7
/proc/93501/task/93503/stat : 93503 (java) R 93498 93501 92963 0 -1 4194368 16338 0 0 0 356997 49 0 0 20 0 20 0 78157779 19521036288 690825 18446744073709551615 93955794030592 93955794034288 140734693321632 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93955794042104 93955794042896 93955827392512 140734693329276 140734693329380 140734693329380 140734693334984 0
[pid=93501/tid=93512] ppid=93498 vsize=19063512 memory=18944 CPUtime=0 cores=5,7
/proc/93501/task/93512/stat : 93512 (Finalizer) S 93498 93501 92963 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78157781 19521036288 690825 18446744073709551615 93955794030592 93955794034288 140734693321632 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93955794042104 93955794042896 93955827392512 140734693329276 140734693329380 140734693329380 140734693334984 0
[pid=93501/tid=93519] ppid=93498 vsize=19063512 memory=4764 CPUtime=0 cores=5,7
/proc/93501/task/93519/stat : 93519 (Common-Cleaner) S 93498 93501 92963 0 -1 4194368 2246 0 0 0 0 0 0 0 20 0 20 0 78157781 19521036288 690825 18446744073709551615 93955794030592 93955794034288 140734693321632 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93955794042104 93955794042896 93955827392512 140734693329276 140734693329380 140734693329380 140734693334984 0
[pid=93501/tid=93561] ppid=93498 vsize=19063512 memory=14824 CPUtime=0 cores=5,7
/proc/93501/task/93561/stat : 93561 (Timer-0) S 93498 93501 92963 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 78157883 19521036288 690825 18446744073709551615 93955794030592 93955794034288 140734693321632 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93955794042104 93955794042896 93955827392512 140734693329276 140734693329380 140734693329380 140734693334984 0
Current children cumulated CPU time: 3576.6 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2763300 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3605.8 s]
/proc/loadavg: 4.13 4.17 4.12 5/339 93883
/proc/meminfo: memFree=115430564/131249996 swapFree=33010672/33010684
[pid=93501] ppid=93498 vsize=19063512 memory=2769444 CPUtime=3600.01 cores=5,7
/proc/93501/stat : 93501 (java) S 93498 93501 92963 0 -1 4194304 56473 0 0 0 359872 129 0 0 20 0 20 0 78157777 19521036288 692361 18446744073709551615 93955794030592 93955794034288 140734693321632 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93955794042104 93955794042896 93955827392512 140734693329276 140734693329380 140734693329380 140734693334984 0
/proc/93501/statm: 4765878 692361 5521 1 0 1192960 0
[pid=93501/tid=93503] ppid=93498 vsize=19063512 memory=-6000919472639469926 CPUtime=3593.86 cores=5,7
/proc/93501/task/93503/stat : 93503 (java) R 93498 93501 92963 0 -1 4194368 16343 0 0 0 359337 49 0 0 20 0 20 0 78157779 19521036288 692361 18446744073709551615 93955794030592 93955794034288 140734693321632 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93955794042104 93955794042896 93955827392512 140734693329276 140734693329380 140734693329380 140734693334984 0
[pid=93501/tid=93512] ppid=93498 vsize=19063512 memory=4764 CPUtime=0 cores=5,7
/proc/93501/task/93512/stat : 93512 (Finalizer) S 93498 93501 92963 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78157781 19521036288 692361 18446744073709551615 93955794030592 93955794034288 140734693321632 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93955794042104 93955794042896 93955827392512 140734693329276 140734693329380 140734693329380 140734693334984 0
[pid=93501/tid=93519] ppid=93498 vsize=19063512 memory=2764 CPUtime=0 cores=5,7
/proc/93501/task/93519/stat : 93519 (Common-Cleaner) S 93498 93501 92963 0 -1 4194368 2246 0 0 0 0 0 0 0 20 0 20 0 78157781 19521036288 692361 18446744073709551615 93955794030592 93955794034288 140734693321632 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93955794042104 93955794042896 93955827392512 140734693329276 140734693329380 140734693329380 140734693334984 0
[pid=93501/tid=93561] ppid=93498 vsize=19063512 memory=21996 CPUtime=0 cores=5,7
/proc/93501/task/93561/stat : 93561 (Timer-0) S 93498 93501 92963 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 78157883 19521036288 692361 18446744073709551615 93955794030592 93955794034288 140734693321632 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93955794042104 93955794042896 93955827392512 140734693329276 140734693329380 140734693329380 140734693334984 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2769444 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.82 s, system=1.31582 s

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

Child status: 143

Real time (s): 3605.87
CPU time (s): 3600.14
CPU user time (s): 3598.82
CPU system time (s): 1.31582
CPU usage (%): 99.8411
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 2769444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.82
system time used= 1.31582
maximum resident set size= 2778704
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 58892
page faults= 0
swaps= 0
block input operations= 0
block output operations= 8656
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 121808
involuntary context switches= 20548


# summary of solver processes directly reported to runsolver:
#   pid: 93501
#   total CPU time (s): 3600.14
#   total CPU user time (s): 3598.82
#   total CPU system time (s): 1.31582

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.61697 second user time and 16.5433 second system time

The end

Launcher Data

Begin job on nodeC017 at 2025-07-04 12:26:40
IDJOB=4525614
IDBENCH=143860
IDSOLVER=3381
FILE ID=nodeC017/4525614-1751624800
RUNJOBID= nodeC017-1751624795-92976
SLURM_JOB_ID= 9598949
Free space on /tmp= 432412 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/WBO/PARTIAL-LIN/wcsp/scens/normalized-scen06-24_wcsp.wbo
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4525614-1751624800/watcher-4525614-1751624800 -o /tmp/evaluation-result-4525614-1751624800/solver-4525614-1751624800 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751624795-92976 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4525614-1751624800.wbo

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

MD5SUM BENCH= 5f4845564474de72882a5c75d8b8b05c
RANDOM SEED=566854368

nodeC017 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		: 3575.728
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.12
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.186
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.12
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		: 3600.409
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.12
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		: 3511.290
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt 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.12
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.086
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.12
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		: 3599.363
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.12
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		: 3600.063
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.12
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		: 3600.067
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.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        125223488 kB
MemAvailable:   129578912 kB
Buffers:            1688 kB
Cached:          5122980 kB
SwapCached:            8 kB
Active:           466972 kB
Inactive:        4832848 kB
Active(anon):     177096 kB
Inactive(anon):    16128 kB
Active(file):     289876 kB
Inactive(file):  4816720 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010672 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              4176 kB
Writeback:            28 kB
AnonPages:        178660 kB
Mapped:           123380 kB
Shmem:             18072 kB
KReclaimable:     175732 kB
Slab:             268068 kB
SReclaimable:     175732 kB
SUnreclaim:        92336 kB
KernelStack:        4384 kB
PageTables:         3104 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    2557240 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150728 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     88064 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:      176852 kB
DirectMap2M:     6934528 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 432408 MiB
End job on nodeC017 at 2025-07-04 13:26:46