Trace number 4525640

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.21 3595.59

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/scens/
normalized-scen06-20reduc_wcsp.wbo
MD5SUM7dad1a14c72e86cc3ff77d9672745bc4
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark3163
Best CPU time to get the best result obtained on this benchmark60.0599
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables1594
Total number of constraints87251
Number of soft constraints87169
Number of constraints which are clauses87169
Number of constraints which are cardinality constraints (but not clauses)82
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint24
Top cost 3389
Min constraint cost 1
Max constraint cost 2436
Sum of constraints costs 29876722
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 25
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.13/0.13	c Pseudo Boolean Optimization by upper bound
0.13/0.13	c --- Begin Solver configuration ---
0.13/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.13/0.13	c Learn all clauses as in MiniSAT
0.13/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.13	c Expensive reason simplification
0.13/0.13	c Glucose 2.1 dynamic restart strategy
0.13/0.13	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.13/0.13	c timeout=2147483s
0.13/0.13	c DB Simplification allowed=false
0.13/0.13	c Listener: none
0.13/0.13	c --- End Solver configuration ---
0.13/0.13	c solving HOME/instance-4525640-1751624105.wbo
0.13/0.13	c reading problem ... 
1.28/0.75	c ... done. Wall clock time 0.61s.
1.28/0.75	c declared #vars     1594
1.28/0.75	c internal #vars     88763
1.28/0.75	c #constraints  87334
1.28/0.75	c constraints type 
1.28/0.75	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 483
1.28/0.75	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 81
1.28/0.75	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1.28/0.75	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 86769
1.28/0.75	c 87334 constraints processed.
1.28/0.77	c objective function length is 87169 literals
28.58/26.24	c cleaning 2489 clauses out of 5005 with flag 25507/5005
59.78/57.33	c cleaning 4242 clauses out of 8511 with flag 78879/11000
94.27/91.71	c cleaning 5622 clauses out of 11269 with flag 145174/18000
117.04/114.58	c cleaning 6825 clauses out of 13649 with flag 224811/26002
145.97/143.43	c cleaning 7907 clauses out of 15822 with flag 303109/35000
183.76/181.27	c cleaning 8952 clauses out of 17922 with flag 410450/45007
223.56/221.10	c cleaning 9971 clauses out of 19963 with flag 515342/56000
269.90/267.35	c cleaning 10988 clauses out of 21992 with flag 621629/68000
323.56/320.97	c cleaning 11991 clauses out of 24006 with flag 739665/81002
375.32/372.63	c cleaning 12987 clauses out of 26013 with flag 887409/95000
440.15/437.49	c cleaning 13992 clauses out of 28026 with flag 1055865/110000
515.30/512.14	c cleaning 15011 clauses out of 30035 with flag 1222535/126001
601.40/598.09	c cleaning 16005 clauses out of 32023 with flag 1424912/143000
690.05/686.75	c cleaning 16994 clauses out of 34019 with flag 1659610/161001
783.20/779.68	c cleaning 18003 clauses out of 36025 with flag 1892171/180001
869.26/865.71	c cleaning 19001 clauses out of 38023 with flag 2071289/200002
1029.70/1026.36	c cleaning 20010 clauses out of 40020 with flag 2337918/221000
1295.45/1292.20	c cleaning 20998 clauses out of 42010 with flag 2697190/243000
1527.75/1524.10	c cleaning 22009 clauses out of 44017 with flag 3065025/266005
1764.75/1761.13	c cleaning 22998 clauses out of 46004 with flag 3465743/290001
2039.26/2035.90	c cleaning 24002 clauses out of 48008 with flag 3872918/315003
2333.91/2329.62	c cleaning 24999 clauses out of 50003 with flag 4313148/341000
2640.61/2636.48	c cleaning 25991 clauses out of 52004 with flag 4735086/368000
3006.36/3002.36	c cleaning 27001 clauses out of 54013 with flag 5268036/396000
3367.31/3362.60	c cleaning 28000 clauses out of 56012 with flag 5759683/425000
3600.08/3595.51	c starts		: 469
3600.08/3595.52	c conflicts		: 441155
3600.08/3595.52	c decisions		: 1466733
3600.08/3595.52	c propagations		: 2216144581
3600.08/3595.52	c inspects		: 425427820
3600.08/3595.52	c shortcuts		: 0
3600.08/3595.52	c learnt literals	: 0
3600.08/3595.52	c learnt binary clauses	: 0
3600.08/3595.52	c learnt ternary clauses	: 1
3600.08/3595.52	c learnt constraints	: 441154
3600.08/3595.52	c ignored constraints	: 0
3600.08/3595.52	c root simplifications	: 0
3600.08/3595.52	c removed literals (reason simplification)	: 3761601
3600.08/3595.52	c reason swapping (by a shorter reason)	: 0
3600.08/3595.52	c Calls to reduceDB	: 25
3600.08/3595.52	c Number of update (reduction) of LBD	: 198552
3600.08/3595.52	c Imported unit clauses	: 0
3600.08/3595.52	c No decision after first conflict	: false
3600.08/3595.52	c number of reductions to clauses (during analyze)	: 0
3600.08/3595.52	c number of learned constraints concerned by reduction	: 0
3600.08/3595.52	c number of learning phase by resolution	: 0
3600.08/3595.52	c number of learning phase by cutting planes	: 0
3600.08/3595.52	c number of rounding to 1 operations	: 0
3600.08/3595.52	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3595.52	c number of reductions of the coefficients by power 2 	: 0
3600.08/3595.52	c number of right shift for reduction by power 2 	: 0
3600.08/3595.53	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3595.53	c number of ending skipping 	: 0
3600.08/3595.53	c number of internal skipping 	: 0
3600.08/3595.53	c number of derivation steps 	: 0
3600.08/3595.53	c number of skipped derivation steps 	: 0
3600.08/3595.53	c number of remaining unassigned 	: 0
3600.08/3595.53	c number of remaining assigned 	: 0
3600.08/3595.53	c number of falsified literals weakened from reason	: 0
3600.08/3595.53	c number of falsified literals weakened from conflict	: 0
3600.08/3595.53	c time for arithmetic operations	: 0
3600.08/3595.54	c timeout
3600.08/3595.54	c minimum degree of deleted constraints	: null
3600.08/3595.54	c maximum degree of deleted constraints	: null
3600.08/3595.54	c number of deleted constraints	: 0
3600.08/3595.54	c speed (assignments/second)	: 616502.8323619503
3600.08/3595.54	c non guided choices	: 1042
3600.08/3595.57	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 44167
3600.08/3595.57	s UNKNOWN
3600.08/3595.57	c Total wall clock time (in seconds): 3595.436

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4525640-1751624105/watcher-4525640-1751624105 -o /tmp/evaluation-result-4525640-1751624105/solver-4525640-1751624105 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1751620534-98178 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4525640-1751624105.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
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=98630, runsolver pid=98627

[startup+0.100058 s]*
/proc/loadavg: 4.18 4.12 4.10 5/338 98648
/proc/meminfo: memFree=100188356/131249996 swapFree=33010684/33010684
[pid=98630] ppid=98627 vsize=18930384 memory=57772 CPUtime=0.13 cores=1,3
/proc/98630/stat : 98630 (java) S 98627 98630 98166 0 -1 4194304 6562 0 0 0 11 2 0 0 20 0 18 0 78088361 19384713216 14443 18446744073709551615 94722065080320 94722065084016 140720984993872 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94722065091832 94722065092624 94722078887936 140720984996223 140720984996324 140720984996324 140720985001928 0
/proc/98630/statm: 4732596 14443 5355 1 0 547611 0
[pid=98630/tid=98632] ppid=98627 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=1,3
/proc/98630/task/98632/stat : 98632 (java) R 98627 98630 98166 0 -1 4194368 5072 0 0 0 6 1 0 0 20 0 18 0 78088362 19384713216 14443 18446744073709551615 94722065080320 94722065084016 140720984993872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94722065091832 94722065092624 94722078887936 140720984996223 140720984996324 140720984996324 140720985001928 0
[pid=98630/tid=98641] ppid=98627 vsize=18930384 memory=241407623509 CPUtime=0 cores=1,3
/proc/98630/task/98641/stat : 98641 (Finalizer) S 98627 98630 98166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 78088364 19384713216 14443 18446744073709551615 94722065080320 94722065084016 140720984993872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94722065091832 94722065092624 94722078887936 140720984996223 140720984996324 140720984996324 140720985001928 0
[pid=98630/tid=98648] ppid=98627 vsize=18930384 memory=59585004324181 CPUtime=0 cores=1,3
/proc/98630/task/98648/stat : 98648 (Common-Cleaner) S 98627 98630 98166 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 78088365 19384713216 14443 18446744073709551615 94722065080320 94722065084016 140720984993872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94722065091832 94722065092624 94722078887936 140720984996223 140720984996324 140720984996324 140720985001928 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57772 KiB

[startup+0.205687 s]*
/proc/loadavg: 4.18 4.12 4.10 7/338 98648
/proc/meminfo: memFree=100176420/131249996 swapFree=33010684/33010684
[pid=98630] ppid=98627 vsize=18930384 memory=68544 CPUtime=0.32 cores=1,3
/proc/98630/stat : 98630 (java) S 98627 98630 98166 0 -1 4194304 7108 0 0 0 30 2 0 0 20 0 18 0 78088361 19384713216 17136 18446744073709551615 94722065080320 94722065084016 140720984993872 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94722065091832 94722065092624 94722078887936 140720984996223 140720984996324 140720984996324 140720985001928 0
/proc/98630/statm: 4732596 17136 5451 1 0 547971 0
[pid=98630/tid=98632] ppid=98627 vsize=18930384 memory=4026794268 CPUtime=0.18 cores=1,3
/proc/98630/task/98632/stat : 98632 (java) R 98627 98630 98166 0 -1 4194368 5297 0 0 0 16 2 0 0 20 0 18 0 78088362 19384713216 17136 18446744073709551615 94722065080320 94722065084016 140720984993872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94722065091832 94722065092624 94722078887936 140720984996223 140720984996324 140720984996324 140720985001928 0
[pid=98630/tid=98641] ppid=98627 vsize=18930384 memory=18954 CPUtime=0 cores=1,3
/proc/98630/task/98641/stat : 98641 (Finalizer) S 98627 98630 98166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 78088364 19384713216 17136 18446744073709551615 94722065080320 94722065084016 140720984993872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94722065091832 94722065092624 94722078887936 140720984996223 140720984996324 140720984996324 140720985001928 0
[pid=98630/tid=98648] ppid=98627 vsize=18930384 memory=58485492679654 CPUtime=0 cores=1,3
/proc/98630/task/98648/stat : 98648 (Common-Cleaner) S 98627 98630 98166 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 78088365 19384713216 17136 18446744073709551615 94722065080320 94722065084016 140720984993872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94722065091832 94722065092624 94722078887936 140720984996223 140720984996324 140720984996324 140720985001928 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 68544 KiB

[startup+0.305703 s]*
/proc/loadavg: 4.18 4.12 4.10 6/338 98648
/proc/meminfo: memFree=100142644/131249996 swapFree=33010684/33010684
[pid=98630] ppid=98627 vsize=18930384 memory=107260 CPUtime=0.52 cores=1,3
/proc/98630/stat : 98630 (java) S 98627 98630 98166 0 -1 4194304 8524 0 0 0 49 3 0 0 20 0 18 0 78088361 19384713216 26815 18446744073709551615 94722065080320 94722065084016 140720984993872 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94722065091832 94722065092624 94722078887936 140720984996223 140720984996324 140720984996324 140720985001928 0
/proc/98630/statm: 4732596 26815 5451 1 0 548910 0
[pid=98630/tid=98632] ppid=98627 vsize=18930384 memory=-6000919477051745382 CPUtime=0.28 cores=1,3
/proc/98630/task/98632/stat : 98632 (java) R 98627 98630 98166 0 -1 4194368 5315 0 0 0 26 2 0 0 20 0 18 0 78088362 19384713216 26815 18446744073709551615 94722065080320 94722065084016 140720984993872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94722065091832 94722065092624 94722078887936 140720984996223 140720984996324 140720984996324 140720985001928 0
[pid=98630/tid=98641] ppid=98627 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/98630/task/98641/stat : 98641 (Finalizer) S 98627 98630 98166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 78088364 19384713216 26815 18446744073709551615 94722065080320 94722065084016 140720984993872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94722065091832 94722065092624 94722078887936 140720984996223 140720984996324 140720984996324 140720985001928 0
[pid=98630/tid=98648] ppid=98627 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/98630/task/98648/stat : 98648 (Common-Cleaner) S 98627 98630 98166 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 78088365 19384713216 26815 18446744073709551615 94722065080320 94722065084016 140720984993872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94722065091832 94722065092624 94722078887936 140720984996223 140720984996324 140720984996324 140720985001928 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 107260 KiB

[startup+0.700237 s]
/proc/loadavg: 4.18 4.12 4.10 6/339 98649
/proc/meminfo: memFree=100076100/131249996 swapFree=33010684/33010684
[pid=98630] ppid=98627 vsize=18996948 memory=193308 CPUtime=1.28 cores=1,3
/proc/98630/stat : 98630 (java) S 98627 98630 98166 0 -1 4194304 12053 0 0 0 123 5 0 0 20 0 19 0 78088361 19452874752 48327 18446744073709551615 94722065080320 94722065084016 140720984993872 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94722065091832 94722065092624 94722078887936 140720984996223 140720984996324 140720984996324 140720985001928 0
/proc/98630/statm: 4749237 48327 5483 1 0 551307 0
[pid=98630/tid=98632] ppid=98627 vsize=18996948 memory=18944 CPUtime=0.61 cores=1,3
/proc/98630/task/98632/stat : 98632 (java) R 98627 98630 98166 0 -1 4194368 5375 0 0 0 58 3 0 0 20 0 19 0 78088362 19452874752 48327 18446744073709551615 94722065080320 94722065084016 140720984993872 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94722065091832 94722065092624 94722078887936 140720984996223 140720984996324 140720984996324 140720985001928 0
[pid=98630/tid=98641] ppid=98627 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/98630/task/98641/stat : 98641 (Finalizer) S 98627 98630 98166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 78088364 19452874752 48327 18446744073709551615 94722065080320 94722065084016 140720984993872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94722065091832 94722065092624 94722078887936 140720984996223 140720984996324 140720984996324 140720985001928 0
[pid=98630/tid=98648] ppid=98627 vsize=18996948 memory=3328 CPUtime=0 cores=1,3
/proc/98630/task/98648/stat : 98648 (Common-Cleaner) S 98627 98630 98166 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 78088365 19452874752 48327 18446744073709551615 94722065080320 94722065084016 140720984993872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94722065091832 94722065092624 94722078887936 140720984996223 140720984996324 140720984996324 140720985001928 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 193308 KiB

[startup+1.50019 s]
/proc/loadavg: 4.18 4.12 4.10 6/340 98650
/proc/meminfo: memFree=100045604/131249996 swapFree=33010684/33010684
[pid=98630] ppid=98627 vsize=19063512 memory=203052 CPUtime=2.86 cores=1,3
/proc/98630/stat : 98630 (java) S 98627 98630 98166 0 -1 4194304 15255 0 0 0 280 6 0 0 20 0 20 0 78088361 19521036288 50763 18446744073709551615 94722065080320 94722065084016 140720984993872 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94722065091832 94722065092624 94722078887936 140720984996223 140720984996324 140720984996324 140720985001928 0
/proc/98630/statm: 4765878 50763 5515 1 0 553525 0
[pid=98630/tid=98632] ppid=98627 vsize=19063512 memory=3328 CPUtime=1.37 cores=1,3
/proc/98630/task/98632/stat : 98632 (java) R 98627 98630 98166 0 -1 4194368 5495 0 0 0 134 3 0 0 20 0 20 0 78088362 19521036288 50763 18446744073709551615 94722065080320 94722065084016 140720984993872 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94722065091832 94722065092624 94722078887936 140720984996223 140720984996324 140720984996324 140720985001928 0
[pid=98630/tid=98641] ppid=98627 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/98630/task/98641/stat : 98641 (Finalizer) S 98627 98630 98166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78088364 19521036288 50763 18446744073709551615 94722065080320 94722065084016 140720984993872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94722065091832 94722065092624 94722078887936 140720984996223 140720984996324 140720984996324 140720985001928 0
[pid=98630/tid=98648] ppid=98627 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/98630/task/98648/stat : 98648 (Common-Cleaner) S 98627 98630 98166 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 78088365 19521036288 50763 18446744073709551615 94722065080320 94722065084016 140720984993872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94722065091832 94722065092624 94722078887936 140720984996223 140720984996324 140720984996324 140720985001928 0
[pid=98630/tid=98650] ppid=98627 vsize=19063512 memory=14844 CPUtime=0 cores=1,3
/proc/98630/task/98650/stat : 98650 (Timer-0) S 98627 98630 98166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78088445 19521036288 50763 18446744073709551615 94722065080320 94722065084016 140720984993872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94722065091832 94722065092624 94722078887936 140720984996223 140720984996324 140720984996324 140720985001928 0
Current children cumulated CPU time: 2.86 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 203052 KiB

[startup+3.10567 s]
/proc/loadavg: 4.25 4.13 4.10 5/340 98650
/proc/meminfo: memFree=100043596/131249996 swapFree=33010684/33010684
[pid=98630] ppid=98627 vsize=19063512 memory=203428 CPUtime=5.17 cores=1,3
/proc/98630/stat : 98630 (java) S 98627 98630 98166 0 -1 4194304 17565 0 0 0 510 7 0 0 20 0 20 0 78088361 19521036288 50857 18446744073709551615 94722065080320 94722065084016 140720984993872 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94722065091832 94722065092624 94722078887936 140720984996223 140720984996324 140720984996324 140720985001928 0
/proc/98630/statm: 4765878 50857 5515 1 0 553543 0
[pid=98630/tid=98632] ppid=98627 vsize=19063512 memory=14844 CPUtime=2.97 cores=1,3
/proc/98630/task/98632/stat : 98632 (java) R 98627 98630 98166 0 -1 4194368 5646 0 0 0 293 4 0 0 20 0 20 0 78088362 19521036288 50857 18446744073709551615 94722065080320 94722065084016 140720984993872 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94722065091832 94722065092624 94722078887936 140720984996223 140720984996324 140720984996324 140720985001928 0
[pid=98630/tid=98641] ppid=98627 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/98630/task/98641/stat : 98641 (Finalizer) S 98627 98630 98166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78088364 19521036288 50857 18446744073709551615 94722065080320 94722065084016 140720984993872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94722065091832 94722065092624 94722078887936 140720984996223 140720984996324 140720984996324 140720985001928 0
[pid=98630/tid=98648] ppid=98627 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/98630/task/98648/stat : 98648 (Common-Cleaner) S 98627 98630 98166 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 78088365 19521036288 50857 18446744073709551615 94722065080320 94722065084016 140720984993872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94722065091832 94722065092624 94722078887936 140720984996223 140720984996324 140720984996324 140720985001928 0
[pid=98630/tid=98650] ppid=98627 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/98630/task/98650/stat : 98650 (Timer-0) S 98627 98630 98166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78088445 19521036288 50857 18446744073709551615 94722065080320 94722065084016 140720984993872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94722065091832 94722065092624 94722078887936 140720984996223 140720984996324 140720984996324 140720985001928 0
Current children cumulated CPU time: 5.17 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 203428 KiB

[startup+6.30017 s]
/proc/loadavg: 4.25 4.13 4.10 6/340 98650
/proc/meminfo: memFree=100043752/131249996 swapFree=33010684/33010684
[pid=98630] ppid=98627 vsize=19063512 memory=199152 CPUtime=8.37 cores=1,3
/proc/98630/stat : 98630 (java) S 98627 98630 98166 0 -1 4194304 18916 0 0 0 830 7 0 0 20 0 20 0 78088361 19521036288 49788 18446744073709551615 94722065080320 94722065084016 140720984993872 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94722065091832 94722065092624 94722078887936 140720984996223 140720984996324 140720984996324 140720985001928 0
/proc/98630/statm: 4765878 49788 5515 1 0 553543 0
[pid=98630/tid=98632] ppid=98627 vsize=19063512 memory=0 CPUtime=6.15 cores=1,3
/proc/98630/task/98632/stat : 98632 (java) R 98627 98630 98166 0 -1 4194368 5997 0 0 0 611 4 0 0 20 0 20 0 78088362 19521036288 49788 18446744073709551615 94722065080320 94722065084016 140720984993872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94722065091832 94722065092624 94722078887936 140720984996223 140720984996324 140720984996324 140720985001928 0
[pid=98630/tid=98641] ppid=98627 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/98630/task/98641/stat : 98641 (Finalizer) S 98627 98630 98166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78088364 19521036288 49788 18446744073709551615 94722065080320 94722065084016 140720984993872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94722065091832 94722065092624 94722078887936 140720984996223 140720984996324 140720984996324 140720985001928 0
[pid=98630/tid=98648] ppid=98627 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/98630/task/98648/stat : 98648 (Common-Cleaner) S 98627 98630 98166 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 78088365 19521036288 49788 18446744073709551615 94722065080320 94722065084016 140720984993872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94722065091832 94722065092624 94722078887936 140720984996223 140720984996324 140720984996324 140720985001928 0
[pid=98630/tid=98650] ppid=98627 vsize=19063512 memory=203052 CPUtime=0 cores=1,3
/proc/98630/task/98650/stat : 98650 (Timer-0) S 98627 98630 98166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78088445 19521036288 49788 18446744073709551615 94722065080320 94722065084016 140720984993872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94722065091832 94722065092624 94722078887936 140720984996223 140720984996324 140720984996324 140720985001928 0
Current children cumulated CPU time: 8.37 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 199152 KiB

[startup+12.7002 s]
/proc/loadavg: 4.23 4.13 4.10 4/319 98665
/proc/meminfo: memFree=109576152/131249996 swapFree=33010684/33010684
[pid=98630] ppid=98627 vsize=19063512 memory=199152 CPUtime=14.84 cores=1,3
/proc/98630/stat : 98630 (java) S 98627 98630 98166 0 -1 4194304 22864 0 0 0 1476 8 0 0 20 0 20 0 78088361 19521036288 49788 18446744073709551615 94722065080320 94722065084016 140720984993872 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94722065091832 94722065092624 94722078887936 140720984996223 140720984996324 140720984996324 140720985001928 0
/proc/98630/statm: 4765878 49788 5515 1 0 553543 0
[pid=98630/tid=98632] ppid=98627 vsize=19063512 memory=203052 CPUtime=12.54 cores=1,3
/proc/98630/task/98632/stat : 98632 (java) R 98627 98630 98166 0 -1 4194368 6572 0 0 0 1250 4 0 0 20 0 20 0 78088362 19521036288 49788 18446744073709551615 94722065080320 94722065084016 140720984993872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94722065091832 94722065092624 94722078887936 140720984996223 140720984996324 140720984996324 140720985001928 0
[pid=98630/tid=98641] ppid=98627 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/98630/task/98641/stat : 98641 (Finalizer) S 98627 98630 98166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78088364 19521036288 49788 18446744073709551615 94722065080320 94722065084016 140720984993872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94722065091832 94722065092624 94722078887936 140720984996223 140720984996324 140720984996324 140720985001928 0
[pid=98630/tid=98648] ppid=98627 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/98630/task/98648/stat : 98648 (Common-Cleaner) S 98627 98630 98166 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 78088365 19521036288 49788 18446744073709551615 94722065080320 94722065084016 140720984993872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94722065091832 94722065092624 94722078887936 140720984996223 140720984996324 140720984996324 140720985001928 0
[pid=98630/tid=98650] ppid=98627 vsize=19063512 memory=14844 CPUtime=0 cores=1,3
/proc/98630/task/98650/stat : 98650 (Timer-0) S 98627 98630 98166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78088445 19521036288 49788 18446744073709551615 94722065080320 94722065084016 140720984993872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94722065091832 94722065092624 94722078887936 140720984996223 140720984996324 140720984996324 140720985001928 0
Current children cumulated CPU time: 14.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 199152 KiB

[startup+25.5002 s]
/proc/loadavg: 4.18 4.12 4.10 5/341 98718
/proc/meminfo: memFree=107861512/131249996 swapFree=33010684/33010684
[pid=98630] ppid=98627 vsize=19063512 memory=228432 CPUtime=27.89 cores=1,3
/proc/98630/stat : 98630 (java) S 98627 98630 98166 0 -1 4194304 25954 0 0 0 2779 10 0 0 20 0 20 0 78088361 19521036288 57108 18446744073709551615 94722065080320 94722065084016 140720984993872 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94722065091832 94722065092624 94722078887936 140720984996223 140720984996324 140720984996324 140720985001928 0
/proc/98630/statm: 4765878 57108 5547 1 0 553545 0
[pid=98630/tid=98632] ppid=98627 vsize=19063512 memory=0 CPUtime=25.27 cores=1,3
/proc/98630/task/98632/stat : 98632 (java) R 98627 98630 98166 0 -1 4194368 7023 0 0 0 2523 4 0 0 20 0 20 0 78088362 19521036288 57108 18446744073709551615 94722065080320 94722065084016 140720984993872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94722065091832 94722065092624 94722078887936 140720984996223 140720984996324 140720984996324 140720985001928 0
[pid=98630/tid=98641] ppid=98627 vsize=19063512 memory=228432 CPUtime=0 cores=1,3
/proc/98630/task/98641/stat : 98641 (Finalizer) S 98627 98630 98166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78088364 19521036288 57108 18446744073709551615 94722065080320 94722065084016 140720984993872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94722065091832 94722065092624 94722078887936 140720984996223 140720984996324 140720984996324 140720985001928 0
[pid=98630/tid=98648] ppid=98627 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/98630/task/98648/stat : 98648 (Common-Cleaner) S 98627 98630 98166 0 -1 4194368 55 0 0 0 0 0 0 0 20 0 20 0 78088365 19521036288 57108 18446744073709551615 94722065080320 94722065084016 140720984993872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94722065091832 94722065092624 94722078887936 140720984996223 140720984996324 140720984996324 140720985001928 0
[pid=98630/tid=98650] ppid=98627 vsize=19063512 memory=199152 CPUtime=0 cores=1,3
/proc/98630/task/98650/stat : 98650 (Timer-0) S 98627 98630 98166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78088445 19521036288 57108 18446744073709551615 94722065080320 94722065084016 140720984993872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94722065091832 94722065092624 94722078887936 140720984996223 140720984996324 140720984996324 140720985001928 0
Current children cumulated CPU time: 27.89 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 228432 KiB

[startup+51.1056 s]
/proc/loadavg: 4.24 4.14 4.10 5/341 98786
/proc/meminfo: memFree=110200800/131249996 swapFree=33010684/33010684
[pid=98630] ppid=98627 vsize=19063512 memory=228816 CPUtime=53.6 cores=1,3
/proc/98630/stat : 98630 (java) S 98627 98630 98166 0 -1 4194304 27882 0 0 0 5349 11 0 0 20 0 20 0 78088361 19521036288 57204 18446744073709551615 94722065080320 94722065084016 140720984993872 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94722065091832 94722065092624 94722078887936 140720984996223 140720984996324 140720984996324 140720985001928 0
/proc/98630/statm: 4765878 57204 5547 1 0 553577 0
[pid=98630/tid=98632] ppid=98627 vsize=19063512 memory=199152 CPUtime=50.81 cores=1,3
/proc/98630/task/98632/stat : 98632 (java) R 98627 98630 98166 0 -1 4194368 8295 0 0 0 5077 4 0 0 20 0 20 0 78088362 19521036288 57204 18446744073709551615 94722065080320 94722065084016 140720984993872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94722065091832 94722065092624 94722078887936 140720984996223 140720984996324 140720984996324 140720985001928 0
[pid=98630/tid=98641] ppid=98627 vsize=19063512 memory=228816 CPUtime=0 cores=1,3
/proc/98630/task/98641/stat : 98641 (Finalizer) S 98627 98630 98166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78088364 19521036288 57204 18446744073709551615 94722065080320 94722065084016 140720984993872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94722065091832 94722065092624 94722078887936 140720984996223 140720984996324 140720984996324 140720985001928 0
[pid=98630/tid=98648] ppid=98627 vsize=19063512 memory=228688 CPUtime=0 cores=1,3
/proc/98630/task/98648/stat : 98648 (Common-Cleaner) S 98627 98630 98166 0 -1 4194368 55 0 0 0 0 0 0 0 20 0 20 0 78088365 19521036288 57204 18446744073709551615 94722065080320 94722065084016 140720984993872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94722065091832 94722065092624 94722078887936 140720984996223 140720984996324 140720984996324 140720985001928 0
[pid=98630/tid=98650] ppid=98627 vsize=19063512 memory=18944 CPUtime=0 cores=1,3

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

/proc/meminfo: memFree=105249656/131249996 swapFree=33010684/33010684
[pid=98630] ppid=98627 vsize=19063512 memory=3199472 CPUtime=3286.95 cores=1,3
/proc/98630/stat : 98630 (java) S 98627 98630 98166 0 -1 4194304 89992 0 0 0 328543 152 0 0 20 0 20 0 78088361 19521036288 799868 18446744073709551615 94722065080320 94722065084016 140720984993872 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94722065091832 94722065092624 94722078887936 140720984996223 140720984996324 140720984996324 140720985001928 0
/proc/98630/statm: 4765878 799868 5547 1 0 1030507 0
[pid=98630/tid=98632] ppid=98627 vsize=19063512 memory=3199472 CPUtime=3268.99 cores=1,3
/proc/98630/task/98632/stat : 98632 (java) R 98627 98630 98166 0 -1 4194368 31521 0 0 0 326877 22 0 0 20 0 20 0 78088362 19521036288 799868 18446744073709551615 94722065080320 94722065084016 140720984993872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94722065091832 94722065092624 94722078887936 140720984996223 140720984996324 140720984996324 140720985001928 0
[pid=98630/tid=98641] ppid=98627 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/98630/task/98641/stat : 98641 (Finalizer) S 98627 98630 98166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78088364 19521036288 799868 18446744073709551615 94722065080320 94722065084016 140720984993872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94722065091832 94722065092624 94722078887936 140720984996223 140720984996324 140720984996324 140720985001928 0
[pid=98630/tid=98648] ppid=98627 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/98630/task/98648/stat : 98648 (Common-Cleaner) S 98627 98630 98166 0 -1 4194368 1614 0 0 0 0 0 0 0 20 0 20 0 78088365 19521036288 799868 18446744073709551615 94722065080320 94722065084016 140720984993872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94722065091832 94722065092624 94722078887936 140720984996223 140720984996324 140720984996324 140720985001928 0
[pid=98630/tid=98650] ppid=98627 vsize=19063512 memory=3199472 CPUtime=0 cores=1,3
/proc/98630/task/98650/stat : 98650 (Timer-0) S 98627 98630 98166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78088445 19521036288 799868 18446744073709551615 94722065080320 94722065084016 140720984993872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94722065091832 94722065092624 94722078887936 140720984996223 140720984996324 140720984996324 140720985001928 0
Current children cumulated CPU time: 3286.95 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3199472 KiB

[startup+3342.3 s]
/proc/loadavg: 4.08 4.09 4.09 5/341 99027
/proc/meminfo: memFree=104910780/131249996 swapFree=33010684/33010684
[pid=98630] ppid=98627 vsize=19063512 memory=3537392 CPUtime=3347.04 cores=1,3
/proc/98630/stat : 98630 (java) S 98627 98630 98166 0 -1 4194304 90545 0 0 0 334544 160 0 0 20 0 20 0 78088361 19521036288 884348 18446744073709551615 94722065080320 94722065084016 140720984993872 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94722065091832 94722065092624 94722078887936 140720984996223 140720984996324 140720984996324 140720985001928 0
/proc/98630/statm: 4765878 884348 5547 1 0 1030507 0
[pid=98630/tid=98632] ppid=98627 vsize=19063512 memory=10752 CPUtime=3328.62 cores=1,3
/proc/98630/task/98632/stat : 98632 (java) R 98627 98630 98166 0 -1 4194368 31661 0 0 0 332839 23 0 0 20 0 20 0 78088362 19521036288 884348 18446744073709551615 94722065080320 94722065084016 140720984993872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94722065091832 94722065092624 94722078887936 140720984996223 140720984996324 140720984996324 140720985001928 0
[pid=98630/tid=98641] ppid=98627 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/98630/task/98641/stat : 98641 (Finalizer) S 98627 98630 98166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78088364 19521036288 884348 18446744073709551615 94722065080320 94722065084016 140720984993872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94722065091832 94722065092624 94722078887936 140720984996223 140720984996324 140720984996324 140720985001928 0
[pid=98630/tid=98648] ppid=98627 vsize=19063512 memory=3240432 CPUtime=0 cores=1,3
/proc/98630/task/98648/stat : 98648 (Common-Cleaner) S 98627 98630 98166 0 -1 4194368 1643 0 0 0 0 0 0 0 20 0 20 0 78088365 19521036288 884348 18446744073709551615 94722065080320 94722065084016 140720984993872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94722065091832 94722065092624 94722078887936 140720984996223 140720984996324 140720984996324 140720985001928 0
[pid=98630/tid=98650] ppid=98627 vsize=19063512 memory=-6000919477051745382 CPUtime=0 cores=1,3
/proc/98630/task/98650/stat : 98650 (Timer-0) S 98627 98630 98166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78088445 19521036288 884348 18446744073709551615 94722065080320 94722065084016 140720984993872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94722065091832 94722065092624 94722078887936 140720984996223 140720984996324 140720984996324 140720985001928 0
Current children cumulated CPU time: 3347.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3537392 KiB

[startup+3402.3 s]
/proc/loadavg: 4.06 4.08 4.09 5/340 99029
/proc/meminfo: memFree=104856536/131249996 swapFree=33010684/33010684
[pid=98630] ppid=98627 vsize=19063512 memory=3537392 CPUtime=3406.93 cores=1,3
/proc/98630/stat : 98630 (java) S 98627 98630 98166 0 -1 4194304 91176 0 0 0 340532 161 0 0 20 0 20 0 78088361 19521036288 884348 18446744073709551615 94722065080320 94722065084016 140720984993872 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94722065091832 94722065092624 94722078887936 140720984996223 140720984996324 140720984996324 140720985001928 0
/proc/98630/statm: 4765878 884348 5547 1 0 1030507 0
[pid=98630/tid=98632] ppid=98627 vsize=19063512 memory=3328 CPUtime=3388.49 cores=1,3
/proc/98630/task/98632/stat : 98632 (java) R 98627 98630 98166 0 -1 4194368 32263 0 0 0 338826 23 0 0 20 0 20 0 78088362 19521036288 884348 18446744073709551615 94722065080320 94722065084016 140720984993872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94722065091832 94722065092624 94722078887936 140720984996223 140720984996324 140720984996324 140720985001928 0
[pid=98630/tid=98641] ppid=98627 vsize=19063512 memory=3240432 CPUtime=0 cores=1,3
/proc/98630/task/98641/stat : 98641 (Finalizer) S 98627 98630 98166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78088364 19521036288 884348 18446744073709551615 94722065080320 94722065084016 140720984993872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94722065091832 94722065092624 94722078887936 140720984996223 140720984996324 140720984996324 140720985001928 0
[pid=98630/tid=98648] ppid=98627 vsize=19063512 memory=3537392 CPUtime=0 cores=1,3
/proc/98630/task/98648/stat : 98648 (Common-Cleaner) S 98627 98630 98166 0 -1 4194368 1644 0 0 0 0 0 0 0 20 0 20 0 78088365 19521036288 884348 18446744073709551615 94722065080320 94722065084016 140720984993872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94722065091832 94722065092624 94722078887936 140720984996223 140720984996324 140720984996324 140720985001928 0
[pid=98630/tid=98650] ppid=98627 vsize=19063512 memory=3537392 CPUtime=0 cores=1,3
/proc/98630/task/98650/stat : 98650 (Timer-0) S 98627 98630 98166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78088445 19521036288 884348 18446744073709551615 94722065080320 94722065084016 140720984993872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94722065091832 94722065092624 94722078887936 140720984996223 140720984996324 140720984996324 140720985001928 0
Current children cumulated CPU time: 3406.93 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3537392 KiB

[startup+3462.3 s]
/proc/loadavg: 4.33 4.17 4.12 5/340 99031
/proc/meminfo: memFree=104791168/131249996 swapFree=33010684/33010684
[pid=98630] ppid=98627 vsize=19063512 memory=3541488 CPUtime=3466.95 cores=1,3
/proc/98630/stat : 98630 (java) S 98627 98630 98166 0 -1 4194304 92647 0 0 0 346532 163 0 0 20 0 20 0 78088361 19521036288 885372 18446744073709551615 94722065080320 94722065084016 140720984993872 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94722065091832 94722065092624 94722078887936 140720984996223 140720984996324 140720984996324 140720985001928 0
/proc/98630/statm: 4765878 885372 5547 1 0 1030507 0
[pid=98630/tid=98632] ppid=98627 vsize=19063512 memory=3240432 CPUtime=3448.21 cores=1,3
/proc/98630/task/98632/stat : 98632 (java) R 98627 98630 98166 0 -1 4194368 33186 0 0 0 344798 23 0 0 20 0 20 0 78088362 19521036288 885372 18446744073709551615 94722065080320 94722065084016 140720984993872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94722065091832 94722065092624 94722078887936 140720984996223 140720984996324 140720984996324 140720985001928 0
[pid=98630/tid=98641] ppid=98627 vsize=19063512 memory=3541488 CPUtime=0 cores=1,3
/proc/98630/task/98641/stat : 98641 (Finalizer) S 98627 98630 98166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78088364 19521036288 885372 18446744073709551615 94722065080320 94722065084016 140720984993872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94722065091832 94722065092624 94722078887936 140720984996223 140720984996324 140720984996324 140720985001928 0
[pid=98630/tid=98648] ppid=98627 vsize=19063512 memory=7584699071782231572 CPUtime=0 cores=1,3
/proc/98630/task/98648/stat : 98648 (Common-Cleaner) S 98627 98630 98166 0 -1 4194368 1644 0 0 0 0 0 0 0 20 0 20 0 78088365 19521036288 885372 18446744073709551615 94722065080320 94722065084016 140720984993872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94722065091832 94722065092624 94722078887936 140720984996223 140720984996324 140720984996324 140720985001928 0
[pid=98630/tid=98650] ppid=98627 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/98630/task/98650/stat : 98650 (Timer-0) S 98627 98630 98166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78088445 19521036288 885372 18446744073709551615 94722065080320 94722065084016 140720984993872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94722065091832 94722065092624 94722078887936 140720984996223 140720984996324 140720984996324 140720985001928 0
Current children cumulated CPU time: 3466.95 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3541488 KiB

[startup+3522.3 s]
/proc/loadavg: 4.24 4.17 4.12 5/341 99036
/proc/meminfo: memFree=104662932/131249996 swapFree=33010684/33010684
[pid=98630] ppid=98627 vsize=19063512 memory=3541488 CPUtime=3526.83 cores=1,3
/proc/98630/stat : 98630 (java) S 98627 98630 98166 0 -1 4194304 93414 0 0 0 352519 164 0 0 20 0 20 0 78088361 19521036288 885372 18446744073709551615 94722065080320 94722065084016 140720984993872 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94722065091832 94722065092624 94722078887936 140720984996223 140720984996324 140720984996324 140720985001928 0
/proc/98630/statm: 4765878 885372 5547 1 0 1030507 0
[pid=98630/tid=98632] ppid=98627 vsize=19063512 memory=10752 CPUtime=3508.07 cores=1,3
/proc/98630/task/98632/stat : 98632 (java) R 98627 98630 98166 0 -1 4194368 33844 0 0 0 350784 23 0 0 20 0 20 0 78088362 19521036288 885372 18446744073709551615 94722065080320 94722065084016 140720984993872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94722065091832 94722065092624 94722078887936 140720984996223 140720984996324 140720984996324 140720985001928 0
[pid=98630/tid=98641] ppid=98627 vsize=19063512 memory=3541488 CPUtime=0 cores=1,3
/proc/98630/task/98641/stat : 98641 (Finalizer) S 98627 98630 98166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78088364 19521036288 885372 18446744073709551615 94722065080320 94722065084016 140720984993872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94722065091832 94722065092624 94722078887936 140720984996223 140720984996324 140720984996324 140720985001928 0
[pid=98630/tid=98648] ppid=98627 vsize=19063512 memory=3541488 CPUtime=0 cores=1,3
/proc/98630/task/98648/stat : 98648 (Common-Cleaner) S 98627 98630 98166 0 -1 4194368 1704 0 0 0 0 0 0 0 20 0 20 0 78088365 19521036288 885372 18446744073709551615 94722065080320 94722065084016 140720984993872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94722065091832 94722065092624 94722078887936 140720984996223 140720984996324 140720984996324 140720985001928 0
[pid=98630/tid=98650] ppid=98627 vsize=19063512 memory=3541488 CPUtime=0 cores=1,3
/proc/98630/task/98650/stat : 98650 (Timer-0) S 98627 98630 98166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78088445 19521036288 885372 18446744073709551615 94722065080320 94722065084016 140720984993872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94722065091832 94722065092624 94722078887936 140720984996223 140720984996324 140720984996324 140720985001928 0
Current children cumulated CPU time: 3526.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3541488 KiB

[startup+3582.3 s]
/proc/loadavg: 4.15 4.15 4.11 5/341 99038
/proc/meminfo: memFree=104465456/131249996 swapFree=33010684/33010684
[pid=98630] ppid=98627 vsize=19063512 memory=3541488 CPUtime=3586.9 cores=1,3
/proc/98630/stat : 98630 (java) S 98627 98630 98166 0 -1 4194304 93887 0 0 0 358525 165 0 0 20 0 20 0 78088361 19521036288 885372 18446744073709551615 94722065080320 94722065084016 140720984993872 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94722065091832 94722065092624 94722078887936 140720984996223 140720984996324 140720984996324 140720985001928 0
/proc/98630/statm: 4765878 885372 5547 1 0 1030507 0
[pid=98630/tid=98632] ppid=98627 vsize=19063512 memory=3541488 CPUtime=3567.73 cores=1,3
/proc/98630/task/98632/stat : 98632 (java) R 98627 98630 98166 0 -1 4194368 33914 0 0 0 356750 23 0 0 20 0 20 0 78088362 19521036288 885372 18446744073709551615 94722065080320 94722065084016 140720984993872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94722065091832 94722065092624 94722078887936 140720984996223 140720984996324 140720984996324 140720985001928 0
[pid=98630/tid=98641] ppid=98627 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/98630/task/98641/stat : 98641 (Finalizer) S 98627 98630 98166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78088364 19521036288 885372 18446744073709551615 94722065080320 94722065084016 140720984993872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94722065091832 94722065092624 94722078887936 140720984996223 140720984996324 140720984996324 140720985001928 0
[pid=98630/tid=98648] ppid=98627 vsize=19063512 memory=3541488 CPUtime=0 cores=1,3
/proc/98630/task/98648/stat : 98648 (Common-Cleaner) S 98627 98630 98166 0 -1 4194368 1747 0 0 0 0 0 0 0 20 0 20 0 78088365 19521036288 885372 18446744073709551615 94722065080320 94722065084016 140720984993872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94722065091832 94722065092624 94722078887936 140720984996223 140720984996324 140720984996324 140720985001928 0
[pid=98630/tid=98650] ppid=98627 vsize=19063512 memory=3541488 CPUtime=0 cores=1,3
/proc/98630/task/98650/stat : 98650 (Timer-0) S 98627 98630 98166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78088445 19521036288 885372 18446744073709551615 94722065080320 94722065084016 140720984993872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94722065091832 94722065092624 94722078887936 140720984996223 140720984996324 140720984996324 140720985001928 0
Current children cumulated CPU time: 3586.9 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3541488 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3595.5 s]
/proc/loadavg: 4.12 4.14 4.11 5/341 99039
/proc/meminfo: memFree=104465456/131249996 swapFree=33010684/33010684
[pid=98630] ppid=98627 vsize=19063512 memory=3541488 CPUtime=3600.08 cores=1,3
/proc/98630/stat : 98630 (java) S 98627 98630 98166 0 -1 4194304 93898 0 0 0 359842 166 0 0 20 0 20 0 78088361 19521036288 885372 18446744073709551615 94722065080320 94722065084016 140720984993872 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94722065091832 94722065092624 94722078887936 140720984996223 140720984996324 140720984996324 140720985001928 0
/proc/98630/statm: 4765878 885372 5547 1 0 1030507 0
[pid=98630/tid=98632] ppid=98627 vsize=19063512 memory=10752 CPUtime=3580.9 cores=1,3
/proc/98630/task/98632/stat : 98632 (java) R 98627 98630 98166 0 -1 4194368 33918 0 0 0 358067 23 0 0 20 0 20 0 78088362 19521036288 885372 18446744073709551615 94722065080320 94722065084016 140720984993872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94722065091832 94722065092624 94722078887936 140720984996223 140720984996324 140720984996324 140720985001928 0
[pid=98630/tid=98641] ppid=98627 vsize=19063512 memory=3541488 CPUtime=0 cores=1,3
/proc/98630/task/98641/stat : 98641 (Finalizer) S 98627 98630 98166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78088364 19521036288 885372 18446744073709551615 94722065080320 94722065084016 140720984993872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94722065091832 94722065092624 94722078887936 140720984996223 140720984996324 140720984996324 140720985001928 0
[pid=98630/tid=98648] ppid=98627 vsize=19063512 memory=14844 CPUtime=0 cores=1,3
/proc/98630/task/98648/stat : 98648 (Common-Cleaner) S 98627 98630 98166 0 -1 4194368 1747 0 0 0 0 0 0 0 20 0 20 0 78088365 19521036288 885372 18446744073709551615 94722065080320 94722065084016 140720984993872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94722065091832 94722065092624 94722078887936 140720984996223 140720984996324 140720984996324 140720985001928 0
[pid=98630/tid=98650] ppid=98627 vsize=19063512 memory=3541488 CPUtime=0 cores=1,3
/proc/98630/task/98650/stat : 98650 (Timer-0) S 98627 98630 98166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78088445 19521036288 885372 18446744073709551615 94722065080320 94722065084016 140720984993872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94722065091832 94722065092624 94722078887936 140720984996223 140720984996324 140720984996324 140720985001928 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3541488 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.53 s, system=1.67929 s

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

[startup+3595.5 s]
/proc/loadavg: 4.12 4.14 4.11 5/341 99039
/proc/meminfo: memFree=104465456/131249996 swapFree=33010684/33010684
[pid=98630] ppid=98627 vsize=19063512 memory=3541488 CPUtime=3600.08 cores=1,3
/proc/98630/stat : 98630 (java) S 98627 98630 98166 0 -1 4194304 93898 0 0 0 359842 166 0 0 20 0 20 0 78088361 19521036288 885372 18446744073709551615 94722065080320 94722065084016 140720984993872 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94722065091832 94722065092624 94722078887936 140720984996223 140720984996324 140720984996324 140720985001928 0
/proc/98630/statm: 4765878 885372 5547 1 0 1030507 0
[pid=98630/tid=98632] ppid=98627 vsize=19063512 memory=10752 CPUtime=3580.9 cores=1,3
/proc/98630/task/98632/stat : 98632 (java) R 98627 98630 98166 0 -1 4194368 33918 0 0 0 358067 23 0 0 20 0 20 0 78088362 19521036288 885372 18446744073709551615 94722065080320 94722065084016 140720984993872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94722065091832 94722065092624 94722078887936 140720984996223 140720984996324 140720984996324 140720985001928 0
[pid=98630/tid=98641] ppid=98627 vsize=19063512 memory=3541488 CPUtime=0 cores=1,3
/proc/98630/task/98641/stat : 98641 (Finalizer) S 98627 98630 98166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78088364 19521036288 885372 18446744073709551615 94722065080320 94722065084016 140720984993872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94722065091832 94722065092624 94722078887936 140720984996223 140720984996324 140720984996324 140720985001928 0
[pid=98630/tid=98648] ppid=98627 vsize=19063512 memory=14844 CPUtime=0 cores=1,3
/proc/98630/task/98648/stat : 98648 (Common-Cleaner) S 98627 98630 98166 0 -1 4194368 1747 0 0 0 0 0 0 0 20 0 20 0 78088365 19521036288 885372 18446744073709551615 94722065080320 94722065084016 140720984993872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94722065091832 94722065092624 94722078887936 140720984996223 140720984996324 140720984996324 140720985001928 0
[pid=98630/tid=98650] ppid=98627 vsize=19063512 memory=3541488 CPUtime=0 cores=1,3
/proc/98630/task/98650/stat : 98650 (Timer-0) S 98627 98630 98166 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78088445 19521036288 885372 18446744073709551615 94722065080320 94722065084016 140720984993872 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94722065091832 94722065092624 94722078887936 140720984996223 140720984996324 140720984996324 140720985001928 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3541488 KiB

Child status: 143

Real time (s): 3595.59
CPU time (s): 3600.21
CPU user time (s): 3598.53
CPU system time (s): 1.67929
CPU usage (%): 100.129
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 3541488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.53
system time used= 1.67929
maximum resident set size= 3542256
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 96016
page faults= 0
swaps= 0
block input operations= 0
block output operations= 14712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 111944
involuntary context switches= 4086


# summary of solver processes directly reported to runsolver:
#   pid: 98630
#   total CPU time (s): 3600.21
#   total CPU user time (s): 3598.53
#   total CPU system time (s): 1.67929

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.09941 second user time and 16.6126 second system time

The end

Launcher Data

Begin job on nodeC024 at 2025-07-04 12:15:05
IDJOB=4525640
IDBENCH=143869
IDSOLVER=3380
FILE ID=nodeC024/4525640-1751624105
RUNJOBID= nodeC024-1751620534-98178
SLURM_JOB_ID= 9598939
Free space on /tmp= 432356 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/WBO/PARTIAL-LIN/wcsp/scens/normalized-scen06-20reduc_wcsp.wbo
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4525640-1751624105/watcher-4525640-1751624105 -o /tmp/evaluation-result-4525640-1751624105/solver-4525640-1751624105 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1751620534-98178 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4525640-1751624105.wbo

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

MD5SUM BENCH= 7dad1a14c72e86cc3ff77d9672745bc4
RANDOM SEED=159858715

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

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.621
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	: 6999.36
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		: 3599.509
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	: 6999.36
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		: 3599.008
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	: 6999.36
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		: 3599.676
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	: 6999.36
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		: 3599.672
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	: 6999.36
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.680
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	: 6999.36
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		: 3601.298
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	: 6999.36
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		: 3510.182
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	: 6999.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        100207400 kB
MemAvailable:   113072788 kB
Buffers:            2144 kB
Cached:         13631376 kB
SwapCached:            0 kB
Active:         17278500 kB
Inactive:       13056980 kB
Active(anon):   16717940 kB
Inactive(anon):     2084 kB
Active(file):     560560 kB
Inactive(file): 13054896 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2936 kB
Writeback:            28 kB
AnonPages:      16682540 kB
Mapped:           124116 kB
Shmem:             18064 kB
KReclaimable:     177940 kB
Slab:             270424 kB
SReclaimable:     177940 kB
SUnreclaim:        92484 kB
KernelStack:        5184 kB
PageTables:        36436 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   20406156 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151448 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:  16386048 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:      195284 kB
DirectMap2M:     6916096 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 432284 MiB
End job on nodeC024 at 2025-07-04 13:15:00