Trace number 4525775

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution 2025-06-06? (TO) 3600.19 3589.49

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/celar/
normalized-celar6-sub4reduc_wcsp.wbo
MD5SUMfda5da57972dd77ccec8adba64462c64
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark3130
Best CPU time to get the best result obtained on this benchmark42.9708
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables816
Total number of constraints142008
Number of soft constraints141988
Number of constraints which are clauses141988
Number of constraints which are cardinality constraints (but not clauses)20
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint44
Top cost 3230
Min constraint cost 1
Max constraint cost 2200
Sum of constraints costs 35467150
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.09/0.20	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.09/0.20	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.20	c See www.sat4j.org for details.
0.09/0.22	c version PB25.v20250606
0.26/0.25	c java.runtime.name	OpenJDK Runtime Environment
0.26/0.25	c java.vm.name		OpenJDK 64-Bit Server VM
0.26/0.25	c java.vm.version	22.0.1+8-16
0.26/0.25	c java.vm.vendor	Oracle Corporation
0.26/0.25	c sun.arch.data.model	64
0.26/0.25	c java.version		22.0.1
0.26/0.25	c os.name		Linux
0.26/0.25	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.26/0.25	c os.arch		amd64
0.26/0.26	c Free memory 		2106806208
0.26/0.26	c Max memory 		16282288128
0.26/0.26	c Total memory 		2113929216
0.26/0.27	c Number of processors 	2
0.41/0.37	c Pseudo Boolean Optimization by upper bound
0.41/0.37	c --- Begin Solver configuration ---
0.41/0.37	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.41/0.37	c Learn all clauses as in MiniSAT
0.41/0.37	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.41/0.37	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.41/0.37	c Expensive reason simplification
0.41/0.37	c Glucose 2.1 dynamic restart strategy
0.41/0.37	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.41/0.37	c timeout=2147483s
0.41/0.37	c DB Simplification allowed=false
0.41/0.37	c Listener: none
0.41/0.37	c --- End Solver configuration ---
0.41/0.37	c solving HOME/instance-4525775-1751627915.wbo
0.41/0.37	c reading problem ... 
3.26/1.82	c ... done. Wall clock time 1.448s.
3.26/1.82	c declared #vars     816
3.26/1.82	c internal #vars     142804
3.26/1.82	c #constraints  142029
3.26/1.82	c constraints type 
3.26/1.83	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 332
3.26/1.83	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 20
3.26/1.83	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
3.26/1.83	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 141676
3.26/1.83	c 142029 constraints processed.
3.26/1.84	c objective function length is 141988 literals
30.40/27.42	c cleaning 2494 clauses out of 5000 with flag 31960/5000
62.69/59.35	c cleaning 4247 clauses out of 8507 with flag 109844/11001
109.87/106.29	c cleaning 5630 clauses out of 11259 with flag 194246/18000
162.17/158.34	c cleaning 6804 clauses out of 13630 with flag 286821/26001
249.10/245.13	c cleaning 7908 clauses out of 15825 with flag 396590/35000
355.78/351.89	c cleaning 8953 clauses out of 17917 with flag 498366/45000
428.93/425.10	c cleaning 9980 clauses out of 19964 with flag 553765/56000
506.56/502.72	c cleaning 10973 clauses out of 21984 with flag 653473/68000
588.37/584.68	c cleaning 11990 clauses out of 24011 with flag 763124/81000
742.52/738.65	c cleaning 13001 clauses out of 26026 with flag 860667/95005
922.21/918.03	c cleaning 13996 clauses out of 28020 with flag 1003211/110000
1103.42/1099.30	c cleaning 15007 clauses out of 30024 with flag 1138695/126000
1265.87/1261.66	c cleaning 16008 clauses out of 32019 with flag 1286352/143002
1463.12/1458.65	c cleaning 17003 clauses out of 34011 with flag 1457768/161002
1705.63/1700.80	c cleaning 17998 clauses out of 36007 with flag 1691923/180001
1943.33/1936.73	c cleaning 18995 clauses out of 38008 with flag 1928896/200000
2160.61/2153.95	c cleaning 19999 clauses out of 40014 with flag 2165528/221001
2438.11/2431.22	c cleaning 20996 clauses out of 42014 with flag 2436852/243000
2700.88/2693.57	c cleaning 21995 clauses out of 44018 with flag 2706719/266000
3015.63/3006.86	c cleaning 23005 clauses out of 46023 with flag 3004458/290000
3355.44/3346.08	c cleaning 24002 clauses out of 48018 with flag 3298721/315000
3600.07/3589.42	c timeout
3600.07/3589.43	c starts		: 136
3600.07/3589.43	c conflicts		: 327824
3600.07/3589.43	c decisions		: 1343540
3600.07/3589.43	c propagations		: 5875001854
3600.07/3589.43	c inspects		: 438837196
3600.07/3589.43	c shortcuts		: 0
3600.07/3589.43	c learnt literals	: 0
3600.07/3589.43	c learnt binary clauses	: 0
3600.07/3589.43	c learnt ternary clauses	: 0
3600.07/3589.43	c learnt constraints	: 327824
3600.07/3589.43	c ignored constraints	: 0
3600.07/3589.43	c root simplifications	: 0
3600.07/3589.43	c removed literals (reason simplification)	: 2562979
3600.07/3589.43	c reason swapping (by a shorter reason)	: 0
3600.07/3589.43	c Calls to reduceDB	: 21
3600.07/3589.43	c Number of update (reduction) of LBD	: 155021
3600.07/3589.43	c Imported unit clauses	: 0
3600.07/3589.43	c No decision after first conflict	: false
3600.07/3589.43	c number of reductions to clauses (during analyze)	: 0
3600.07/3589.43	c number of learned constraints concerned by reduction	: 0
3600.07/3589.43	c number of learning phase by resolution	: 0
3600.07/3589.43	c number of learning phase by cutting planes	: 0
3600.07/3589.43	c number of rounding to 1 operations	: 0
3600.07/3589.43	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3589.43	c number of reductions of the coefficients by power 2 	: 0
3600.07/3589.43	c number of right shift for reduction by power 2 	: 0
3600.07/3589.43	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3589.43	c number of ending skipping 	: 0
3600.07/3589.43	c number of internal skipping 	: 0
3600.07/3589.43	c number of derivation steps 	: 0
3600.07/3589.43	c number of skipped derivation steps 	: 0
3600.07/3589.43	c number of remaining unassigned 	: 0
3600.07/3589.43	c number of remaining assigned 	: 0
3600.07/3589.43	c number of falsified literals weakened from reason	: 0
3600.07/3589.43	c number of falsified literals weakened from conflict	: 0
3600.07/3589.43	c time for arithmetic operations	: 0
3600.07/3589.44	c minimum degree of deleted constraints	: null
3600.07/3589.44	c maximum degree of deleted constraints	: null
3600.07/3589.44	c number of deleted constraints	: 0
3600.07/3589.44	c speed (assignments/second)	: 1637616.1150294645
3600.07/3589.44	c non guided choices	: 353
3600.07/3589.46	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 36840
3600.07/3589.46	s UNKNOWN
3600.07/3589.46	c Total wall clock time (in seconds): 3589.094

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: 63837 MiB (63049 MiB free)
  memory of node 1: 64465 MiB (59278 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4525775-1751627915/watcher-4525775-1751627915 -o /tmp/evaluation-result-4525775-1751627915/solver-4525775-1751627915 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1751627915-98785 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4525775-1751627915.wbo 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=98838, runsolver pid=98828

[startup+0.100072 s]*
/proc/loadavg: 1.06 1.22 2.15 6/299 98890
/proc/meminfo: memFree=125202980/131382112 swapFree=33000116/33010684
[pid=98838] ppid=98828 vsize=18930344 memory=45524 CPUtime=0.09 cores=1,3
/proc/98838/stat : 98838 (java) S 98828 98838 98773 0 -1 4194304 5452 0 0 0 5 4 0 0 20 0 18 0 78470631 19384672256 11381 18446744073709551615 94422992269312 94422992273008 140722042285712 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94422992280824 94422992281616 94422999961600 140722042292607 140722042292708 140722042292708 140722042298312 0
/proc/98838/statm: 4732586 11381 4929 1 0 546719 0
[pid=98838/tid=98850] ppid=98828 vsize=18930344 memory=4026532124 CPUtime=0.06 cores=1,3
/proc/98838/task/98850/stat : 98850 (java) R 98828 98838 98773 0 -1 4194368 4554 0 0 0 3 3 0 0 20 0 18 0 78470634 19384672256 11445 18446744073709551615 94422992269312 94422992273008 140722042285712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94422992280824 94422992281616 94422999961600 140722042292607 140722042292708 140722042292708 140722042298312 0
[pid=98838/tid=98881] ppid=98828 vsize=18930344 memory=17127 CPUtime=0 cores=1,3
/proc/98838/task/98881/stat : 98881 (Finalizer) S 98828 98838 98773 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 78470640 19384672256 11477 18446744073709551615 94422992269312 94422992273008 140722042285712 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94422992280824 94422992281616 94422999961600 140722042292607 140722042292708 140722042292708 140722042298312 0
[pid=98838/tid=98890] ppid=98828 vsize=18930344 memory=57394570986489 CPUtime=0 cores=1,3
/proc/98838/task/98890/stat : 98890 (Common-Cleaner) S 98828 98838 98773 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 78470641 19384672256 11477 18446744073709551615 94422992269312 94422992273008 140722042285712 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94422992280824 94422992281616 94422999961600 140722042292607 140722042292708 140722042292708 140722042298312 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 18930344 KiB
Current children cumulated memory: 45524 KiB

[startup+0.214364 s]*
/proc/loadavg: 1.06 1.22 2.15 6/319 98910
/proc/meminfo: memFree=125175916/131382112 swapFree=33000116/33010684
[pid=98838] ppid=98828 vsize=18930384 memory=49748 CPUtime=0.26 cores=1,3
/proc/98838/stat : 98838 (java) S 98828 98838 98773 0 -1 4194304 6091 0 0 0 21 5 0 0 20 0 18 0 78470631 19384713216 12437 18446744073709551615 94422992269312 94422992273008 140722042285712 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94422992280824 94422992281616 94422999961600 140722042292607 140722042292708 140722042292708 140722042298312 0
/proc/98838/statm: 4732596 12437 5345 1 0 547212 0
[pid=98838/tid=98850] ppid=98828 vsize=18930384 memory=4026794268 CPUtime=0.17 cores=1,3
/proc/98838/task/98850/stat : 98850 (java) R 98828 98838 98773 0 -1 4194368 4939 0 0 0 14 3 0 0 20 0 18 0 78470634 19384713216 12437 18446744073709551615 94422992269312 94422992273008 140722042285712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94422992280824 94422992281616 94422999961600 140722042292607 140722042292708 140722042292708 140722042298312 0
[pid=98838/tid=98881] ppid=98828 vsize=18930384 memory=17127 CPUtime=0 cores=1,3
/proc/98838/task/98881/stat : 98881 (Finalizer) S 98828 98838 98773 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 78470640 19384713216 12437 18446744073709551615 94422992269312 94422992273008 140722042285712 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94422992280824 94422992281616 94422999961600 140722042292607 140722042292708 140722042292708 140722042298312 0
[pid=98838/tid=98890] ppid=98828 vsize=18930384 memory=57394570986489 CPUtime=0 cores=1,3
/proc/98838/task/98890/stat : 98890 (Common-Cleaner) S 98828 98838 98773 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 78470641 19384713216 12437 18446744073709551615 94422992269312 94422992273008 140722042285712 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94422992280824 94422992281616 94422999961600 140722042292607 140722042292708 140722042292708 140722042298312 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 49748 KiB

[startup+0.313094 s]*
/proc/loadavg: 1.06 1.22 2.15 7/319 98910
/proc/meminfo: memFree=125158524/131382112 swapFree=33000116/33010684
[pid=98838] ppid=98828 vsize=18930384 memory=55924 CPUtime=0.41 cores=1,3
/proc/98838/stat : 98838 (java) S 98828 98838 98773 0 -1 4194304 6631 0 0 0 35 6 0 0 20 0 18 0 78470631 19384713216 13981 18446744073709551615 94422992269312 94422992273008 140722042285712 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94422992280824 94422992281616 94422999961600 140722042292607 140722042292708 140722042292708 140722042298312 0
/proc/98838/statm: 4732596 13981 5345 1 0 547689 0
[pid=98838/tid=98850] ppid=98828 vsize=18930384 memory=-6000919498492896358 CPUtime=0.25 cores=1,3
/proc/98838/task/98850/stat : 98850 (java) R 98828 98838 98773 0 -1 4194368 5105 0 0 0 22 3 0 0 20 0 18 0 78470634 19384713216 13981 18446744073709551615 94422992269312 94422992273008 140722042285712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94422992280824 94422992281616 94422999961600 140722042292607 140722042292708 140722042292708 140722042298312 0
[pid=98838/tid=98881] ppid=98828 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/98838/task/98881/stat : 98881 (Finalizer) S 98828 98838 98773 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 78470640 19384713216 13981 18446744073709551615 94422992269312 94422992273008 140722042285712 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94422992280824 94422992281616 94422999961600 140722042292607 140722042292708 140722042292708 140722042298312 0
[pid=98838/tid=98890] ppid=98828 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/98838/task/98890/stat : 98890 (Common-Cleaner) S 98828 98838 98773 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 78470641 19384713216 13981 18446744073709551615 94422992269312 94422992273008 140722042285712 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94422992280824 94422992281616 94422999961600 140722042292607 140722042292708 140722042292708 140722042298312 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55924 KiB

[startup+0.700384 s]
/proc/loadavg: 1.06 1.22 2.15 12/319 98910
/proc/meminfo: memFree=125131100/131382112 swapFree=33000116/33010684
[pid=98838] ppid=98828 vsize=18930384 memory=81316 CPUtime=1.12 cores=1,3
/proc/98838/stat : 98838 (java) S 98828 98838 98773 0 -1 4194304 8223 0 0 0 104 8 0 0 20 0 18 0 78470631 19384713216 20329 18446744073709551615 94422992269312 94422992273008 140722042285712 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94422992280824 94422992281616 94422999961600 140722042292607 140722042292708 140722042292708 140722042298312 0
/proc/98838/statm: 4732596 20329 5409 1 0 548701 0
[pid=98838/tid=98850] ppid=98828 vsize=18930384 memory=13952 CPUtime=0.58 cores=1,3
/proc/98838/task/98850/stat : 98850 (java) R 98828 98838 98773 0 -1 4194368 5266 0 0 0 54 4 0 0 20 0 18 0 78470634 19384713216 20329 18446744073709551615 94422992269312 94422992273008 140722042285712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94422992280824 94422992281616 94422999961600 140722042292607 140722042292708 140722042292708 140722042298312 0
[pid=98838/tid=98881] ppid=98828 vsize=18930384 memory=11008 CPUtime=0 cores=1,3
/proc/98838/task/98881/stat : 98881 (Finalizer) S 98828 98838 98773 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 78470640 19384713216 20329 18446744073709551615 94422992269312 94422992273008 140722042285712 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94422992280824 94422992281616 94422999961600 140722042292607 140722042292708 140722042292708 140722042298312 0
[pid=98838/tid=98890] ppid=98828 vsize=18930384 memory=3328 CPUtime=0 cores=1,3
/proc/98838/task/98890/stat : 98890 (Common-Cleaner) S 98828 98838 98773 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 78470641 19384713216 20329 18446744073709551615 94422992269312 94422992273008 140722042285712 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94422992280824 94422992281616 94422999961600 140722042292607 140722042292708 140722042292708 140722042298312 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 81316 KiB

[startup+1.50028 s]
/proc/loadavg: 1.62 1.33 2.18 9/322 98913
/proc/meminfo: memFree=124745072/131382112 swapFree=33000116/33010684
[pid=98838] ppid=98828 vsize=18996948 memory=211220 CPUtime=2.66 cores=1,3
/proc/98838/stat : 98838 (java) S 98828 98838 98773 0 -1 4194304 14291 0 0 0 251 15 0 0 20 0 19 0 78470631 19452874752 52805 18446744073709551615 94422992269312 94422992273008 140722042285712 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94422992280824 94422992281616 94422999961600 140722042292607 140722042292708 140722042292708 140722042298312 0
/proc/98838/statm: 4749237 52805 5441 1 0 552669 0
[pid=98838/tid=98850] ppid=98828 vsize=18996948 memory=3328 CPUtime=1.25 cores=1,3
/proc/98838/task/98850/stat : 98850 (java) S 98828 98838 98773 0 -1 4194368 5309 0 0 0 118 7 0 0 20 0 19 0 78470634 19452874752 52805 18446744073709551615 94422992269312 94422992273008 140722042285712 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94422992280824 94422992281616 94422999961600 140722042292607 140722042292708 140722042292708 140722042298312 0
[pid=98838/tid=98881] ppid=98828 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/98838/task/98881/stat : 98881 (Finalizer) S 98828 98838 98773 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 78470640 19452874752 52805 18446744073709551615 94422992269312 94422992273008 140722042285712 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94422992280824 94422992281616 94422999961600 140722042292607 140722042292708 140722042292708 140722042298312 0
[pid=98838/tid=98890] ppid=98828 vsize=18996948 memory=11008 CPUtime=0 cores=1,3
/proc/98838/task/98890/stat : 98890 (Common-Cleaner) S 98828 98838 98773 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 78470641 19452874752 52805 18446744073709551615 94422992269312 94422992273008 140722042285712 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94422992280824 94422992281616 94422999961600 140722042292607 140722042292708 140722042292708 140722042298312 0
Current children cumulated CPU time: 2.66 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 211220 KiB

[startup+3.10577 s]
/proc/loadavg: 1.62 1.33 2.18 7/327 98918
/proc/meminfo: memFree=123829616/131382112 swapFree=33000116/33010684
[pid=98838] ppid=98828 vsize=19063512 memory=238388 CPUtime=5.45 cores=1,3
/proc/98838/stat : 98838 (java) S 98828 98838 98773 0 -1 4194304 19605 0 0 0 528 17 0 0 20 0 20 0 78470631 19521036288 59597 18446744073709551615 94422992269312 94422992273008 140722042285712 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94422992280824 94422992281616 94422999961600 140722042292607 140722042292708 140722042292708 140722042298312 0
/proc/98838/statm: 4765878 59597 5537 1 0 553454 0
[pid=98838/tid=98850] ppid=98828 vsize=19063512 memory=11008 CPUtime=2.68 cores=1,3
/proc/98838/task/98850/stat : 98850 (java) R 98828 98838 98773 0 -1 4194368 5657 0 0 0 260 8 0 0 20 0 20 0 78470634 19521036288 59597 18446744073709551615 94422992269312 94422992273008 140722042285712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94422992280824 94422992281616 94422999961600 140722042292607 140722042292708 140722042292708 140722042298312 0
[pid=98838/tid=98881] ppid=98828 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/98838/task/98881/stat : 98881 (Finalizer) S 98828 98838 98773 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78470640 19521036288 59597 18446744073709551615 94422992269312 94422992273008 140722042285712 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94422992280824 94422992281616 94422999961600 140722042292607 140722042292708 140722042292708 140722042298312 0
[pid=98838/tid=98890] ppid=98828 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/98838/task/98890/stat : 98890 (Common-Cleaner) S 98828 98838 98773 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 78470641 19521036288 59597 18446744073709551615 94422992269312 94422992273008 140722042285712 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94422992280824 94422992281616 94422999961600 140722042292607 140722042292708 140722042292708 140722042298312 0
[pid=98838/tid=98916] ppid=98828 vsize=19063512 memory=5148 CPUtime=0 cores=1,3
/proc/98838/task/98916/stat : 98916 (Timer-0) S 98828 98838 98773 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 78470822 19521036288 59597 18446744073709551615 94422992269312 94422992273008 140722042285712 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94422992280824 94422992281616 94422999961600 140722042292607 140722042292708 140722042292708 140722042298312 0
Current children cumulated CPU time: 5.45 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 238388 KiB

[startup+6.30044 s]
/proc/loadavg: 1.81 1.38 2.19 5/327 98918
/proc/meminfo: memFree=123743008/131382112 swapFree=33000116/33010684
[pid=98838] ppid=98828 vsize=19063512 memory=234256 CPUtime=8.93 cores=1,3
/proc/98838/stat : 98838 (java) S 98828 98838 98773 0 -1 4194304 22641 0 0 0 875 18 0 0 20 0 20 0 78470631 19521036288 58564 18446744073709551615 94422992269312 94422992273008 140722042285712 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94422992280824 94422992281616 94422999961600 140722042292607 140722042292708 140722042292708 140722042298312 0
/proc/98838/statm: 4765878 58564 5537 1 0 553472 0
[pid=98838/tid=98850] ppid=98828 vsize=19063512 memory=0 CPUtime=5.86 cores=1,3
/proc/98838/task/98850/stat : 98850 (java) R 98828 98838 98773 0 -1 4194368 6001 0 0 0 578 8 0 0 20 0 20 0 78470634 19521036288 58564 18446744073709551615 94422992269312 94422992273008 140722042285712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94422992280824 94422992281616 94422999961600 140722042292607 140722042292708 140722042292708 140722042298312 0
[pid=98838/tid=98881] ppid=98828 vsize=19063512 memory=-6000919472756647014 CPUtime=0 cores=1,3
/proc/98838/task/98881/stat : 98881 (Finalizer) S 98828 98838 98773 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78470640 19521036288 58564 18446744073709551615 94422992269312 94422992273008 140722042285712 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94422992280824 94422992281616 94422999961600 140722042292607 140722042292708 140722042292708 140722042298312 0
[pid=98838/tid=98890] ppid=98828 vsize=19063512 memory=11008 CPUtime=0 cores=1,3
/proc/98838/task/98890/stat : 98890 (Common-Cleaner) S 98828 98838 98773 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 78470641 19521036288 58564 18446744073709551615 94422992269312 94422992273008 140722042285712 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94422992280824 94422992281616 94422999961600 140722042292607 140722042292708 140722042292708 140722042298312 0
[pid=98838/tid=98916] ppid=98828 vsize=19063512 memory=11008 CPUtime=0 cores=1,3
/proc/98838/task/98916/stat : 98916 (Timer-0) S 98828 98838 98773 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 78470822 19521036288 58564 18446744073709551615 94422992269312 94422992273008 140722042285712 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94422992280824 94422992281616 94422999961600 140722042292607 140722042292708 140722042292708 140722042298312 0
Current children cumulated CPU time: 8.93 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 234256 KiB

[startup+12.7005 s]
/proc/loadavg: 1.98 1.42 2.20 5/327 98918
/proc/meminfo: memFree=123743008/131382112 swapFree=33000116/33010684
[pid=98838] ppid=98828 vsize=19063512 memory=234256 CPUtime=15.44 cores=1,3
/proc/98838/stat : 98838 (java) S 98828 98838 98773 0 -1 4194304 23627 0 0 0 1525 19 0 0 20 0 20 0 78470631 19521036288 58564 18446744073709551615 94422992269312 94422992273008 140722042285712 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94422992280824 94422992281616 94422999961600 140722042292607 140722042292708 140722042292708 140722042298312 0
/proc/98838/statm: 4765878 58564 5537 1 0 553472 0
[pid=98838/tid=98850] ppid=98828 vsize=19063512 memory=234256 CPUtime=12.24 cores=1,3
/proc/98838/task/98850/stat : 98850 (java) R 98828 98838 98773 0 -1 4194368 6564 0 0 0 1216 8 0 0 20 0 20 0 78470634 19521036288 58564 18446744073709551615 94422992269312 94422992273008 140722042285712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94422992280824 94422992281616 94422999961600 140722042292607 140722042292708 140722042292708 140722042298312 0
[pid=98838/tid=98881] ppid=98828 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/98838/task/98881/stat : 98881 (Finalizer) S 98828 98838 98773 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78470640 19521036288 58564 18446744073709551615 94422992269312 94422992273008 140722042285712 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94422992280824 94422992281616 94422999961600 140722042292607 140722042292708 140722042292708 140722042298312 0
[pid=98838/tid=98890] ppid=98828 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/98838/task/98890/stat : 98890 (Common-Cleaner) S 98828 98838 98773 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 78470641 19521036288 58564 18446744073709551615 94422992269312 94422992273008 140722042285712 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94422992280824 94422992281616 94422999961600 140722042292607 140722042292708 140722042292708 140722042298312 0
[pid=98838/tid=98916] ppid=98828 vsize=19063512 memory=234256 CPUtime=0 cores=1,3
/proc/98838/task/98916/stat : 98916 (Timer-0) S 98828 98838 98773 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 78470822 19521036288 58564 18446744073709551615 94422992269312 94422992273008 140722042285712 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94422992280824 94422992281616 94422999961600 140722042292607 140722042292708 140722042292708 140722042298312 0
Current children cumulated CPU time: 15.44 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 234256 KiB

[startup+25.5005 s]
/proc/loadavg: 2.29 1.51 2.22 5/327 98918
/proc/meminfo: memFree=123743008/131382112 swapFree=33000116/33010684
[pid=98838] ppid=98828 vsize=19063512 memory=234384 CPUtime=28.49 cores=1,3
/proc/98838/stat : 98838 (java) S 98828 98838 98773 0 -1 4194304 27278 0 0 0 2828 21 0 0 20 0 20 0 78470631 19521036288 58596 18446744073709551615 94422992269312 94422992273008 140722042285712 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94422992280824 94422992281616 94422999961600 140722042292607 140722042292708 140722042292708 140722042298312 0
/proc/98838/statm: 4765878 58596 5537 1 0 553472 0
[pid=98838/tid=98850] ppid=98828 vsize=19063512 memory=0 CPUtime=25.01 cores=1,3
/proc/98838/task/98850/stat : 98850 (java) R 98828 98838 98773 0 -1 4194368 7000 0 0 0 2493 8 0 0 20 0 20 0 78470634 19521036288 58596 18446744073709551615 94422992269312 94422992273008 140722042285712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94422992280824 94422992281616 94422999961600 140722042292607 140722042292708 140722042292708 140722042298312 0
[pid=98838/tid=98881] ppid=98828 vsize=19063512 memory=13952 CPUtime=0 cores=1,3
/proc/98838/task/98881/stat : 98881 (Finalizer) S 98828 98838 98773 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78470640 19521036288 58596 18446744073709551615 94422992269312 94422992273008 140722042285712 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94422992280824 94422992281616 94422999961600 140722042292607 140722042292708 140722042292708 140722042298312 0
[pid=98838/tid=98890] ppid=98828 vsize=19063512 memory=234384 CPUtime=0 cores=1,3
/proc/98838/task/98890/stat : 98890 (Common-Cleaner) S 98828 98838 98773 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 78470641 19521036288 58596 18446744073709551615 94422992269312 94422992273008 140722042285712 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94422992280824 94422992281616 94422999961600 140722042292607 140722042292708 140722042292708 140722042298312 0
[pid=98838/tid=98916] ppid=98828 vsize=19063512 memory=14468 CPUtime=0 cores=1,3
/proc/98838/task/98916/stat : 98916 (Timer-0) S 98828 98838 98773 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 78470822 19521036288 58596 18446744073709551615 94422992269312 94422992273008 140722042285712 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94422992280824 94422992281616 94422999961600 140722042292607 140722042292708 140722042292708 140722042298312 0
Current children cumulated CPU time: 28.49 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 234384 KiB

[startup+51.1131 s]
/proc/loadavg: 3.02 1.76 2.29 5/327 98919
/proc/meminfo: memFree=123730720/131382112 swapFree=33000116/33010684
[pid=98838] ppid=98828 vsize=19063512 memory=234640 CPUtime=54.51 cores=1,3
/proc/98838/stat : 98838 (java) S 98828 98838 98773 0 -1 4194304 28891 0 0 0 5428 23 0 0 20 0 20 0 78470631 19521036288 58660 18446744073709551615 94422992269312 94422992273008 140722042285712 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94422992280824 94422992281616 94422999961600 140722042292607 140722042292708 140722042292708 140722042298312 0
/proc/98838/statm: 4765878 58660 5537 1 0 553495 0
[pid=98838/tid=98850] ppid=98828 vsize=19063512 memory=234640 CPUtime=50.56 cores=1,3
/proc/98838/task/98850/stat : 98850 (java) R 98828 98838 98773 0 -1 4194368 8316 0 0 0 5048 8 0 0 20 0 20 0 78470634 19521036288 58660 18446744073709551615 94422992269312 94422992273008 140722042285712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94422992280824 94422992281616 94422999961600 140722042292607 140722042292708 140722042292708 140722042298312 0
[pid=98838/tid=98881] ppid=98828 vsize=19063512 memory=234640 CPUtime=0 cores=1,3
/proc/98838/task/98881/stat : 98881 (Finalizer) S 98828 98838 98773 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78470640 19521036288 58660 18446744073709551615 94422992269312 94422992273008 140722042285712 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94422992280824 94422992281616 94422999961600 140722042292607 140722042292708 140722042292708 140722042298312 0
[pid=98838/tid=98890] ppid=98828 vsize=19063512 memory=234512 CPUtime=0 cores=1,3
/proc/98838/task/98890/stat : 98890 (Common-Cleaner) S 98828 98838 98773 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 78470641 19521036288 58660 18446744073709551615 94422992269312 94422992273008 140722042285712 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94422992280824 94422992281616 94422999961600 140722042292607 140722042292708 140722042292708 140722042298312 0
[pid=98838/tid=98916] ppid=98828 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/98838/task/98916/stat : 98916 (Timer-0) S 98828 98838 98773 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 78470822 19521036288 58660 18446744073709551615 94422992269312 94422992273008 140722042285712 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94422992280824 94422992281616 94422999961600 140722042292607 140722042292708 140722042292708 140722042298312 0

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

/proc/meminfo: memFree=117136236/131382112 swapFree=33000116/33010684
[pid=98838] ppid=98828 vsize=19063512 memory=3156792 CPUtime=3231.43 cores=1,3
/proc/98838/stat : 98838 (java) S 98828 98838 98773 0 -1 4194304 96033 0 0 0 322885 258 0 0 20 0 20 0 78470631 19521036288 789198 18446744073709551615 94422992269312 94422992273008 140722042285712 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94422992280824 94422992281616 94422999961600 140722042292607 140722042292708 140722042292708 140722042298312 0
/proc/98838/statm: 4765878 789198 5537 1 0 1266282 0
[pid=98838/tid=98850] ppid=98828 vsize=19063512 memory=14468 CPUtime=3207.27 cores=1,3
/proc/98838/task/98850/stat : 98850 (java) R 98828 98838 98773 0 -1 4194368 34076 0 0 0 320707 20 0 0 20 0 20 0 78470634 19521036288 789198 18446744073709551615 94422992269312 94422992273008 140722042285712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94422992280824 94422992281616 94422999961600 140722042292607 140722042292708 140722042292708 140722042298312 0
[pid=98838/tid=98881] ppid=98828 vsize=19063512 memory=14468 CPUtime=0 cores=1,3
/proc/98838/task/98881/stat : 98881 (Finalizer) S 98828 98838 98773 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78470640 19521036288 789198 18446744073709551615 94422992269312 94422992273008 140722042285712 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94422992280824 94422992281616 94422999961600 140722042292607 140722042292708 140722042292708 140722042298312 0
[pid=98838/tid=98890] ppid=98828 vsize=19063512 memory=3156792 CPUtime=0 cores=1,3
/proc/98838/task/98890/stat : 98890 (Common-Cleaner) S 98828 98838 98773 0 -1 4194368 2226 0 0 0 0 0 0 0 20 0 20 0 78470641 19521036288 789198 18446744073709551615 94422992269312 94422992273008 140722042285712 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94422992280824 94422992281616 94422999961600 140722042292607 140722042292708 140722042292708 140722042298312 0
[pid=98838/tid=98916] ppid=98828 vsize=19063512 memory=3156792 CPUtime=0 cores=1,3
/proc/98838/task/98916/stat : 98916 (Timer-0) S 98828 98838 98773 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 78470822 19521036288 789198 18446744073709551615 94422992269312 94422992273008 140722042285712 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94422992280824 94422992281616 94422999961600 140722042292607 140722042292708 140722042292708 140722042298312 0
Current children cumulated CPU time: 3231.43 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3156792 KiB

[startup+3282.3 s]
/proc/loadavg: 4.05 4.09 4.09 5/327 99078
/proc/meminfo: memFree=117135732/131382112 swapFree=33000116/33010684
[pid=98838] ppid=98828 vsize=19063512 memory=3158840 CPUtime=3291.58 cores=1,3
/proc/98838/stat : 98838 (java) S 98828 98838 98773 0 -1 4194304 96931 0 0 0 328898 260 0 0 20 0 20 0 78470631 19521036288 789710 18446744073709551615 94422992269312 94422992273008 140722042285712 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94422992280824 94422992281616 94422999961600 140722042292607 140722042292708 140722042292708 140722042298312 0
/proc/98838/statm: 4765878 789710 5537 1 0 1266282 0
[pid=98838/tid=98850] ppid=98828 vsize=19063512 memory=3158840 CPUtime=3266.88 cores=1,3
/proc/98838/task/98850/stat : 98850 (java) R 98828 98838 98773 0 -1 4194368 34821 0 0 0 326668 20 0 0 20 0 20 0 78470634 19521036288 789710 18446744073709551615 94422992269312 94422992273008 140722042285712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94422992280824 94422992281616 94422999961600 140722042292607 140722042292708 140722042292708 140722042298312 0
[pid=98838/tid=98881] ppid=98828 vsize=19063512 memory=11008 CPUtime=0 cores=1,3
/proc/98838/task/98881/stat : 98881 (Finalizer) S 98828 98838 98773 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78470640 19521036288 789710 18446744073709551615 94422992269312 94422992273008 140722042285712 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94422992280824 94422992281616 94422999961600 140722042292607 140722042292708 140722042292708 140722042298312 0
[pid=98838/tid=98890] ppid=98828 vsize=19063512 memory=13952 CPUtime=0 cores=1,3
/proc/98838/task/98890/stat : 98890 (Common-Cleaner) S 98828 98838 98773 0 -1 4194368 2226 0 0 0 0 0 0 0 20 0 20 0 78470641 19521036288 789710 18446744073709551615 94422992269312 94422992273008 140722042285712 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94422992280824 94422992281616 94422999961600 140722042292607 140722042292708 140722042292708 140722042298312 0
[pid=98838/tid=98916] ppid=98828 vsize=19063512 memory=3158840 CPUtime=0 cores=1,3
/proc/98838/task/98916/stat : 98916 (Timer-0) S 98828 98838 98773 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 78470822 19521036288 789710 18446744073709551615 94422992269312 94422992273008 140722042285712 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94422992280824 94422992281616 94422999961600 140722042292607 140722042292708 140722042292708 140722042298312 0
Current children cumulated CPU time: 3291.58 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3158840 KiB

[startup+3342.3 s]
/proc/loadavg: 4.13 4.10 4.09 5/327 99080
/proc/meminfo: memFree=117135272/131382112 swapFree=33000116/33010684
[pid=98838] ppid=98828 vsize=19063512 memory=3158840 CPUtime=3351.73 cores=1,3
/proc/98838/stat : 98838 (java) S 98828 98838 98773 0 -1 4194304 98393 0 0 0 334911 262 0 0 20 0 20 0 78470631 19521036288 789710 18446744073709551615 94422992269312 94422992273008 140722042285712 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94422992280824 94422992281616 94422999961600 140722042292607 140722042292708 140722042292708 140722042298312 0
/proc/98838/statm: 4765878 789710 5537 1 0 1266282 0
[pid=98838/tid=98850] ppid=98828 vsize=19063512 memory=3158840 CPUtime=3326.49 cores=1,3
/proc/98838/task/98850/stat : 98850 (java) R 98828 98838 98773 0 -1 4194368 35265 0 0 0 332628 21 0 0 20 0 20 0 78470634 19521036288 789710 18446744073709551615 94422992269312 94422992273008 140722042285712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94422992280824 94422992281616 94422999961600 140722042292607 140722042292708 140722042292708 140722042298312 0
[pid=98838/tid=98881] ppid=98828 vsize=19063512 memory=3158840 CPUtime=0 cores=1,3
/proc/98838/task/98881/stat : 98881 (Finalizer) S 98828 98838 98773 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78470640 19521036288 789710 18446744073709551615 94422992269312 94422992273008 140722042285712 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94422992280824 94422992281616 94422999961600 140722042292607 140722042292708 140722042292708 140722042298312 0
[pid=98838/tid=98890] ppid=98828 vsize=19063512 memory=3158840 CPUtime=0 cores=1,3
/proc/98838/task/98890/stat : 98890 (Common-Cleaner) S 98828 98838 98773 0 -1 4194368 2357 0 0 0 0 0 0 0 20 0 20 0 78470641 19521036288 789710 18446744073709551615 94422992269312 94422992273008 140722042285712 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94422992280824 94422992281616 94422999961600 140722042292607 140722042292708 140722042292708 140722042298312 0
[pid=98838/tid=98916] ppid=98828 vsize=19063512 memory=3467964414839482848 CPUtime=0 cores=1,3
/proc/98838/task/98916/stat : 98916 (Timer-0) S 98828 98838 98773 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 78470822 19521036288 789710 18446744073709551615 94422992269312 94422992273008 140722042285712 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94422992280824 94422992281616 94422999961600 140722042292607 140722042292708 140722042292708 140722042298312 0
Current children cumulated CPU time: 3351.73 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3158840 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.10 4.09 5/327 99082
/proc/meminfo: memFree=117135288/131382112 swapFree=33000116/33010684
[pid=98838] ppid=98828 vsize=19063512 memory=3158840 CPUtime=3411.64 cores=1,3
/proc/98838/stat : 98838 (java) S 98828 98838 98773 0 -1 4194304 99209 0 0 0 340899 265 0 0 20 0 20 0 78470631 19521036288 789710 18446744073709551615 94422992269312 94422992273008 140722042285712 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94422992280824 94422992281616 94422999961600 140722042292607 140722042292708 140722042292708 140722042298312 0
/proc/98838/statm: 4765878 789710 5537 1 0 1266282 0
[pid=98838/tid=98850] ppid=98828 vsize=19063512 memory=3158840 CPUtime=3386.35 cores=1,3
/proc/98838/task/98850/stat : 98850 (java) R 98828 98838 98773 0 -1 4194368 36076 0 0 0 338614 21 0 0 20 0 20 0 78470634 19521036288 789710 18446744073709551615 94422992269312 94422992273008 140722042285712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94422992280824 94422992281616 94422999961600 140722042292607 140722042292708 140722042292708 140722042298312 0
[pid=98838/tid=98881] ppid=98828 vsize=19063512 memory=3158840 CPUtime=0 cores=1,3
/proc/98838/task/98881/stat : 98881 (Finalizer) S 98828 98838 98773 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78470640 19521036288 789710 18446744073709551615 94422992269312 94422992273008 140722042285712 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94422992280824 94422992281616 94422999961600 140722042292607 140722042292708 140722042292708 140722042298312 0
[pid=98838/tid=98890] ppid=98828 vsize=19063512 memory=3158840 CPUtime=0 cores=1,3
/proc/98838/task/98890/stat : 98890 (Common-Cleaner) S 98828 98838 98773 0 -1 4194368 2357 0 0 0 0 0 0 0 20 0 20 0 78470641 19521036288 789710 18446744073709551615 94422992269312 94422992273008 140722042285712 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94422992280824 94422992281616 94422999961600 140722042292607 140722042292708 140722042292708 140722042298312 0
[pid=98838/tid=98916] ppid=98828 vsize=19063512 memory=14468 CPUtime=0 cores=1,3
/proc/98838/task/98916/stat : 98916 (Timer-0) S 98828 98838 98773 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 78470822 19521036288 789710 18446744073709551615 94422992269312 94422992273008 140722042285712 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94422992280824 94422992281616 94422999961600 140722042292607 140722042292708 140722042292708 140722042298312 0
Current children cumulated CPU time: 3411.64 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3158840 KiB

[startup+3462.3 s]
/proc/loadavg: 4.09 4.09 4.09 5/327 99084
/proc/meminfo: memFree=116881144/131382112 swapFree=33000116/33010684
[pid=98838] ppid=98828 vsize=19063512 memory=3158840 CPUtime=3471.76 cores=1,3
/proc/98838/stat : 98838 (java) S 98828 98838 98773 0 -1 4194304 99952 0 0 0 346909 267 0 0 20 0 20 0 78470631 19521036288 789710 18446744073709551615 94422992269312 94422992273008 140722042285712 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94422992280824 94422992281616 94422999961600 140722042292607 140722042292708 140722042292708 140722042298312 0
/proc/98838/statm: 4765878 789710 5537 1 0 1266282 0
[pid=98838/tid=98850] ppid=98828 vsize=19063512 memory=3158840 CPUtime=3446 cores=1,3
/proc/98838/task/98850/stat : 98850 (java) R 98828 98838 98773 0 -1 4194368 36492 0 0 0 344579 21 0 0 20 0 20 0 78470634 19521036288 789710 18446744073709551615 94422992269312 94422992273008 140722042285712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94422992280824 94422992281616 94422999961600 140722042292607 140722042292708 140722042292708 140722042298312 0
[pid=98838/tid=98881] ppid=98828 vsize=19063512 memory=3158840 CPUtime=0 cores=1,3
/proc/98838/task/98881/stat : 98881 (Finalizer) S 98828 98838 98773 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78470640 19521036288 789710 18446744073709551615 94422992269312 94422992273008 140722042285712 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94422992280824 94422992281616 94422999961600 140722042292607 140722042292708 140722042292708 140722042298312 0
[pid=98838/tid=98890] ppid=98828 vsize=19063512 memory=14468 CPUtime=0 cores=1,3
/proc/98838/task/98890/stat : 98890 (Common-Cleaner) S 98828 98838 98773 0 -1 4194368 2491 0 0 0 0 0 0 0 20 0 20 0 78470641 19521036288 789710 18446744073709551615 94422992269312 94422992273008 140722042285712 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94422992280824 94422992281616 94422999961600 140722042292607 140722042292708 140722042292708 140722042298312 0
[pid=98838/tid=98916] ppid=98828 vsize=19063512 memory=3158840 CPUtime=0 cores=1,3
/proc/98838/task/98916/stat : 98916 (Timer-0) S 98828 98838 98773 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 78470822 19521036288 789710 18446744073709551615 94422992269312 94422992273008 140722042285712 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94422992280824 94422992281616 94422999961600 140722042292607 140722042292708 140722042292708 140722042298312 0
Current children cumulated CPU time: 3471.76 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3158840 KiB

[startup+3522.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/326 99086
/proc/meminfo: memFree=116881168/131382112 swapFree=33000116/33010684
[pid=98838] ppid=98828 vsize=19063512 memory=3158840 CPUtime=3532.82 cores=1,3
/proc/98838/stat : 98838 (java) S 98828 98838 98773 0 -1 4194304 103123 0 0 0 353013 269 0 0 20 0 20 0 78470631 19521036288 789710 18446744073709551615 94422992269312 94422992273008 140722042285712 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94422992280824 94422992281616 94422999961600 140722042292607 140722042292708 140722042292708 140722042298312 0
/proc/98838/statm: 4765878 789710 5537 1 0 1266296 0
[pid=98838/tid=98850] ppid=98828 vsize=19063512 memory=3158840 CPUtime=3505.59 cores=1,3
/proc/98838/task/98850/stat : 98850 (java) R 98828 98838 98773 0 -1 4194368 37199 0 0 0 350538 21 0 0 20 0 20 0 78470634 19521036288 789710 18446744073709551615 94422992269312 94422992273008 140722042285712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94422992280824 94422992281616 94422999961600 140722042292607 140722042292708 140722042292708 140722042298312 0
[pid=98838/tid=98881] ppid=98828 vsize=19063512 memory=3158840 CPUtime=0 cores=1,3
/proc/98838/task/98881/stat : 98881 (Finalizer) S 98828 98838 98773 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78470640 19521036288 789710 18446744073709551615 94422992269312 94422992273008 140722042285712 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94422992280824 94422992281616 94422999961600 140722042292607 140722042292708 140722042292708 140722042298312 0
[pid=98838/tid=98890] ppid=98828 vsize=19063512 memory=3158840 CPUtime=0 cores=1,3
/proc/98838/task/98890/stat : 98890 (Common-Cleaner) S 98828 98838 98773 0 -1 4194368 2491 0 0 0 0 0 0 0 20 0 20 0 78470641 19521036288 789710 18446744073709551615 94422992269312 94422992273008 140722042285712 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94422992280824 94422992281616 94422999961600 140722042292607 140722042292708 140722042292708 140722042298312 0
[pid=98838/tid=98916] ppid=98828 vsize=19063512 memory=4916 CPUtime=0 cores=1,3
/proc/98838/task/98916/stat : 98916 (Timer-0) S 98828 98838 98773 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 78470822 19521036288 789710 18446744073709551615 94422992269312 94422992273008 140722042285712 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94422992280824 94422992281616 94422999961600 140722042292607 140722042292708 140722042292708 140722042298312 0
Current children cumulated CPU time: 3532.82 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3158840 KiB

[startup+3582.3 s]
/proc/loadavg: 4.09 4.09 4.09 5/326 99088
/proc/meminfo: memFree=116881192/131382112 swapFree=33000116/33010684
[pid=98838] ppid=98828 vsize=19063512 memory=3158840 CPUtime=3592.97 cores=1,3
/proc/98838/stat : 98838 (java) S 98828 98838 98773 0 -1 4194304 104416 0 0 0 359025 272 0 0 20 0 20 0 78470631 19521036288 789710 18446744073709551615 94422992269312 94422992273008 140722042285712 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94422992280824 94422992281616 94422999961600 140722042292607 140722042292708 140722042292708 140722042298312 0
/proc/98838/statm: 4765878 789710 5537 1 0 1266296 0
[pid=98838/tid=98850] ppid=98828 vsize=19063512 memory=11008 CPUtime=3565.2 cores=1,3
/proc/98838/task/98850/stat : 98850 (java) R 98828 98838 98773 0 -1 4194368 37560 0 0 0 356499 21 0 0 20 0 20 0 78470634 19521036288 789710 18446744073709551615 94422992269312 94422992273008 140722042285712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94422992280824 94422992281616 94422999961600 140722042292607 140722042292708 140722042292708 140722042298312 0
[pid=98838/tid=98881] ppid=98828 vsize=19063512 memory=11008 CPUtime=0 cores=1,3
/proc/98838/task/98881/stat : 98881 (Finalizer) S 98828 98838 98773 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78470640 19521036288 789710 18446744073709551615 94422992269312 94422992273008 140722042285712 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94422992280824 94422992281616 94422999961600 140722042292607 140722042292708 140722042292708 140722042298312 0
[pid=98838/tid=98890] ppid=98828 vsize=19063512 memory=14468 CPUtime=0 cores=1,3
/proc/98838/task/98890/stat : 98890 (Common-Cleaner) S 98828 98838 98773 0 -1 4194368 2626 0 0 0 0 0 0 0 20 0 20 0 78470641 19521036288 789710 18446744073709551615 94422992269312 94422992273008 140722042285712 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94422992280824 94422992281616 94422999961600 140722042292607 140722042292708 140722042292708 140722042298312 0
[pid=98838/tid=98916] ppid=98828 vsize=19063512 memory=20972 CPUtime=0 cores=1,3
/proc/98838/task/98916/stat : 98916 (Timer-0) S 98828 98838 98773 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 78470822 19521036288 789710 18446744073709551615 94422992269312 94422992273008 140722042285712 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94422992280824 94422992281616 94422999961600 140722042292607 140722042292708 140722042292708 140722042298312 0
Current children cumulated CPU time: 3592.97 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3158840 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3589.4 s]
/proc/loadavg: 4.08 4.08 4.09 5/326 99088
/proc/meminfo: memFree=116881192/131382112 swapFree=33000116/33010684
[pid=98838] ppid=98828 vsize=19063512 memory=3158840 CPUtime=3600.07 cores=1,3
/proc/98838/stat : 98838 (java) S 98828 98838 98773 0 -1 4194304 104568 0 0 0 359734 273 0 0 20 0 20 0 78470631 19521036288 789710 18446744073709551615 94422992269312 94422992273008 140722042285712 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94422992280824 94422992281616 94422999961600 140722042292607 140722042292708 140722042292708 140722042298312 0
/proc/98838/statm: 4765878 789710 5537 1 0 1266296 0
[pid=98838/tid=98850] ppid=98828 vsize=19063512 memory=245635481903 CPUtime=3572.29 cores=1,3
/proc/98838/task/98850/stat : 98850 (java) R 98828 98838 98773 0 -1 4194368 37712 0 0 0 357208 21 0 0 20 0 20 0 78470634 19521036288 789710 18446744073709551615 94422992269312 94422992273008 140722042285712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94422992280824 94422992281616 94422999961600 140722042292607 140722042292708 140722042292708 140722042298312 0
[pid=98838/tid=98881] ppid=98828 vsize=19063512 memory=55212677268211 CPUtime=0 cores=1,3
/proc/98838/task/98881/stat : 98881 (Finalizer) S 98828 98838 98773 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78470640 19521036288 789710 18446744073709551615 94422992269312 94422992273008 140722042285712 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94422992280824 94422992281616 94422999961600 140722042292607 140722042292708 140722042292708 140722042298312 0
[pid=98838/tid=98890] ppid=98828 vsize=19063512 memory=404334 CPUtime=0 cores=1,3
/proc/98838/task/98890/stat : 98890 (Common-Cleaner) S 98828 98838 98773 0 -1 4194368 2626 0 0 0 0 0 0 0 20 0 20 0 78470641 19521036288 789710 18446744073709551615 94422992269312 94422992273008 140722042285712 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94422992280824 94422992281616 94422999961600 140722042292607 140722042292708 140722042292708 140722042298312 0
[pid=98838/tid=98916] ppid=98828 vsize=19063512 memory=16940 CPUtime=0 cores=1,3
/proc/98838/task/98916/stat : 98916 (Timer-0) S 98828 98838 98773 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 78470822 19521036288 789710 18446744073709551615 94422992269312 94422992273008 140722042285712 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94422992280824 94422992281616 94422999961600 140722042292607 140722042292708 140722042292708 140722042298312 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3158840 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.44 s, system=2.75088 s

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

Child status: 143

Real time (s): 3589.49
CPU time (s): 3600.19
CPU user time (s): 3597.44
CPU system time (s): 2.75088
CPU usage (%): 100.298
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 3158840

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.44
system time used= 2.75088
maximum resident set size= 3159864
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 106934
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2984
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 128438
involuntary context switches= 3866


# summary of solver processes directly reported to runsolver:
#   pid: 98838
#   total CPU time (s): 3600.19
#   total CPU user time (s): 3597.44
#   total CPU system time (s): 2.75088

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.7381 second user time and 37.2594 second system time

The end

Launcher Data

Begin job on nodeC007 at 2025-07-04 13:18:35
IDJOB=4525775
IDBENCH=143892
IDSOLVER=3380
FILE ID=nodeC007/4525775-1751627915
RUNJOBID= nodeC007-1751627915-98785
SLURM_JOB_ID= 9598957
Free space on /tmp= 431020 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/WBO/PARTIAL-LIN/wcsp/celar/normalized-celar6-sub4reduc_wcsp.wbo
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4525775-1751627915/watcher-4525775-1751627915 -o /tmp/evaluation-result-4525775-1751627915/solver-4525775-1751627915 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1751627915-98785 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4525775-1751627915.wbo

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

MD5SUM BENCH= fda5da57972dd77ccec8adba64462c64
RANDOM SEED=911912603

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


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        125256700 kB
MemAvailable:   129792196 kB
Buffers:              16 kB
Cached:          5202756 kB
SwapCached:         2972 kB
Active:           309028 kB
Inactive:        4960392 kB
Active(anon):      42512 kB
Inactive(anon):    35656 kB
Active(file):     266516 kB
Inactive(file):  4924736 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33000116 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             21420 kB
Writeback:             0 kB
AnonPages:         66460 kB
Mapped:            97388 kB
Shmem:             11812 kB
KReclaimable:     367740 kB
Slab:             459508 kB
SReclaimable:     367740 kB
SUnreclaim:        91768 kB
KernelStack:        3952 kB
PageTables:         2976 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     342080 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149288 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 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:      201544 kB
DirectMap2M:    10186752 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 431016 MiB
End job on nodeC007 at 2025-07-04 14:18:25