Trace number 4545591

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-06UNSAT 56.9942 55.4255

General information on the benchmark

NamePB25/normalized-PB25/DEC-LIN/wallon/
normalized-PoolBallTriangle-07_c24.opb
MD5SUMd0358cfd617a5121014a5f104d62bc1e
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark5.36021
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1409
Total number of constraints746
Number of constraints which are clauses170
Number of constraints which are cardinality constraints (but not clauses)56
Number of constraints which are nor clauses,nor cardinality constraints520
Minimum length of a constraint1
Maximum length of a constraint32
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 94
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 409
Number of bits of the biggest sum of numbers9
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.14	c Pseudo Boolean Optimization by upper bound
0.13/0.14	c --- Begin Solver configuration ---
0.13/0.14	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.13/0.14	c Learn all clauses as in MiniSAT
0.13/0.14	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.14	c Expensive reason simplification
0.13/0.14	c Glucose 2.1 dynamic restart strategy
0.13/0.14	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.14	c timeout=2147483s
0.13/0.14	c DB Simplification allowed=false
0.13/0.14	c Listener: none
0.13/0.14	c --- End Solver configuration ---
0.13/0.14	c solving HOME/instance-4545591-1753239388.opb
0.13/0.14	c reading problem ... 
0.13/0.14	c  no objective function found
0.31/0.21	c ... done. Wall clock time 0.066s.
0.31/0.21	c declared #vars     1409
0.31/0.21	c #constraints  823
0.31/0.21	c constraints type 
0.31/0.21	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 56
0.31/0.21	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 569
0.31/0.21	c org.sat4j.pb.constraints.pb.UnitClausePB => 65
0.31/0.21	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 133
0.31/0.21	c 823 constraints processed.
1.26/0.76	c cleaning 2490 clauses out of 4998 with flag 23308/5000
2.43/1.31	c cleaning 4242 clauses out of 8507 with flag 64185/11000
3.28/1.94	c cleaning 5622 clauses out of 11261 with flag 121195/18000
4.20/2.80	c cleaning 6814 clauses out of 13639 with flag 203046/26001
5.30/3.91	c cleaning 7897 clauses out of 15825 with flag 304415/35002
6.69/5.29	c cleaning 8957 clauses out of 17926 with flag 421703/45000
8.28/6.87	c cleaning 9980 clauses out of 19968 with flag 554659/56000
10.29/8.81	c cleaning 10985 clauses out of 21988 with flag 716871/68000
12.49/11.03	c cleaning 11996 clauses out of 24006 with flag 901105/81003
14.89/13.47	c cleaning 12988 clauses out of 26007 with flag 1112683/95001
17.69/16.23	c cleaning 14002 clauses out of 28018 with flag 1309559/110002
20.99/19.55	c cleaning 14999 clauses out of 30015 with flag 1530414/126001
24.51/23.10	c cleaning 15999 clauses out of 32015 with flag 1760225/143001
28.57/27.04	c cleaning 17001 clauses out of 34014 with flag 2008199/161001
33.16/31.63	c cleaning 18000 clauses out of 36012 with flag 2304839/180001
38.18/36.67	c cleaning 18995 clauses out of 38010 with flag 2630787/200001
43.25/41.71	c cleaning 19993 clauses out of 40013 with flag 2935388/221001
49.06/47.50	c cleaning 21000 clauses out of 42018 with flag 3262430/243001
55.05/53.50	c cleaning 21998 clauses out of 44016 with flag 3617490/266000
56.85/55.36	c starts		: 474
56.85/55.36	c conflicts		: 273876
56.85/55.36	c decisions		: 405736
56.85/55.36	c propagations		: 40080767
56.85/55.36	c inspects		: 534535754
56.85/55.36	c shortcuts		: 0
56.85/55.37	c learnt literals	: 36
56.85/55.37	c learnt binary clauses	: 60
56.85/55.37	c learnt ternary clauses	: 242
56.85/55.37	c learnt constraints	: 273839
56.85/55.37	c ignored constraints	: 0
56.85/55.37	c root simplifications	: 0
56.85/55.37	c removed literals (reason simplification)	: 3223875
56.85/55.37	c reason swapping (by a shorter reason)	: 0
56.85/55.37	c Calls to reduceDB	: 19
56.85/55.37	c Number of update (reduction) of LBD	: 117082
56.85/55.37	c Imported unit clauses	: 0
56.85/55.37	c No decision after first conflict	: false
56.85/55.37	c number of reductions to clauses (during analyze)	: 0
56.85/55.37	c number of learned constraints concerned by reduction	: 0
56.85/55.37	c number of learning phase by resolution	: 0
56.85/55.37	c number of learning phase by cutting planes	: 0
56.85/55.37	c number of rounding to 1 operations	: 0
56.85/55.37	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
56.85/55.37	c number of reductions of the coefficients by power 2 	: 0
56.85/55.37	c number of right shift for reduction by power 2 	: 0
56.85/55.37	c number of reductions of the coefficients by GCD over coefficients 	: 0
56.85/55.37	c number of ending skipping 	: 0
56.85/55.37	c number of internal skipping 	: 0
56.85/55.37	c number of derivation steps 	: 0
56.85/55.37	c number of skipped derivation steps 	: 0
56.85/55.37	c number of remaining unassigned 	: 0
56.85/55.37	c number of remaining assigned 	: 0
56.85/55.37	c number of falsified literals weakened from reason	: 0
56.85/55.37	c number of falsified literals weakened from conflict	: 0
56.85/55.37	c time for arithmetic operations	: 0
56.85/55.37	c minimum degree of deleted constraints	: null
56.85/55.37	c maximum degree of deleted constraints	: null
56.85/55.37	c number of deleted constraints	: 0
56.85/55.37	c speed (assignments/second)	: 726706.4401493998
56.85/55.37	c non guided choices	: 42
56.97/55.40	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 29821
56.97/55.40	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 60
56.97/55.40	s UNSATISFIABLE
56.97/55.40	c Total wall clock time (in seconds): 55.255

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4545591-1753239388/watcher-4545591-1753239388 -o /tmp/evaluation-result-4545591-1753239388/solver-4545591-1753239388 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1753232113-171699 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4545591-1753239388.opb 

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=173376, runsolver pid=173373

[startup+0.100061 s]*
/proc/loadavg: 4.23 4.29 4.29 6/339 173394
/proc/meminfo: memFree=126007796/131249996 swapFree=33010672/33010684
[pid=173376] ppid=173373 vsize=18930384 memory=55608 CPUtime=0.13 cores=1,3
/proc/173376/stat : 173376 (java) S 173373 173376 171687 0 -1 4194304 6538 0 0 0 11 2 0 0 20 0 18 0 239616665 19384713216 13902 18446744073709551615 93973638086656 93973638090352 140728083384080 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93973638098168 93973638098960 93973639593984 140728083392895 140728083392996 140728083392996 140728083398600 0
/proc/173376/statm: 4732596 13902 5340 1 0 547587 0
[pid=173376/tid=173378] ppid=173373 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=1,3
/proc/173376/task/173378/stat : 173378 (java) S 173373 173376 171687 0 -1 4194368 5038 0 0 0 7 1 0 0 20 0 18 0 239616667 19384713216 13902 18446744073709551615 93973638086656 93973638090352 140728083384080 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93973638098168 93973638098960 93973639593984 140728083392895 140728083392996 140728083392996 140728083398600 0
[pid=173376/tid=173387] ppid=173373 vsize=18930384 memory=241407623509 CPUtime=0 cores=1,3
/proc/173376/task/173387/stat : 173387 (Finalizer) S 173373 173376 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 239616669 19384713216 13902 18446744073709551615 93973638086656 93973638090352 140728083384080 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93973638098168 93973638098960 93973639593984 140728083392895 140728083392996 140728083392996 140728083398600 0
[pid=173376/tid=173394] ppid=173373 vsize=18930384 memory=59585004324181 CPUtime=0 cores=1,3
/proc/173376/task/173394/stat : 173394 (Common-Cleaner) S 173373 173376 171687 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 239616669 19384713216 13902 18446744073709551615 93973638086656 93973638090352 140728083384080 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93973638098168 93973638098960 93973639593984 140728083392895 140728083392996 140728083392996 140728083398600 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55608 KiB

[startup+0.205837 s]*
/proc/loadavg: 4.23 4.29 4.29 7/339 173394
/proc/meminfo: memFree=125996096/131249996 swapFree=33010672/33010684
[pid=173376] ppid=173373 vsize=18930384 memory=66060 CPUtime=0.31 cores=1,3
/proc/173376/stat : 173376 (java) S 173373 173376 171687 0 -1 4194304 7025 0 0 0 29 2 0 0 20 0 18 0 239616665 19384713216 16515 18446744073709551615 93973638086656 93973638090352 140728083384080 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93973638098168 93973638098960 93973639593984 140728083392895 140728083392996 140728083392996 140728083398600 0
/proc/173376/statm: 4732596 16515 5436 1 0 547907 0
[pid=173376/tid=173378] ppid=173373 vsize=18930384 memory=4026990876 CPUtime=0.17 cores=1,3
/proc/173376/task/173378/stat : 173378 (java) S 173373 173376 171687 0 -1 4194368 5295 0 0 0 16 1 0 0 20 0 18 0 239616667 19384713216 16515 18446744073709551615 93973638086656 93973638090352 140728083384080 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93973638098168 93973638098960 93973639593984 140728083392895 140728083392996 140728083392996 140728083398600 0
[pid=173376/tid=173387] ppid=173373 vsize=18930384 memory=18954 CPUtime=0 cores=1,3
/proc/173376/task/173387/stat : 173387 (Finalizer) S 173373 173376 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 239616669 19384713216 16515 18446744073709551615 93973638086656 93973638090352 140728083384080 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93973638098168 93973638098960 93973639593984 140728083392895 140728083392996 140728083392996 140728083398600 0
[pid=173376/tid=173394] ppid=173373 vsize=18930384 memory=58485492679654 CPUtime=0 cores=1,3
/proc/173376/task/173394/stat : 173394 (Common-Cleaner) S 173373 173376 171687 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 239616669 19384713216 16515 18446744073709551615 93973638086656 93973638090352 140728083384080 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93973638098168 93973638098960 93973639593984 140728083392895 140728083392996 140728083392996 140728083398600 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 66060 KiB

[startup+0.305804 s]*
/proc/loadavg: 4.23 4.29 4.29 6/340 173395
/proc/meminfo: memFree=125986140/131249996 swapFree=33010672/33010684
[pid=173376] ppid=173373 vsize=18996948 memory=72056 CPUtime=0.5 cores=1,3
/proc/173376/stat : 173376 (java) S 173373 173376 171687 0 -1 4194304 8586 0 0 0 48 2 0 0 20 0 19 0 239616665 19452874752 18014 18446744073709551615 93973638086656 93973638090352 140728083384080 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93973638098168 93973638098960 93973639593984 140728083392895 140728083392996 140728083392996 140728083398600 0
/proc/173376/statm: 4749237 18014 5436 1 0 549091 0
[pid=173376/tid=173378] ppid=173373 vsize=18996948 memory=-8959462211103531708 CPUtime=0.26 cores=1,3
/proc/173376/task/173378/stat : 173378 (java) R 173373 173376 171687 0 -1 4194368 5344 0 0 0 25 1 0 0 20 0 19 0 239616667 19452874752 18014 18446744073709551615 93973638086656 93973638090352 140728083384080 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93973638098168 93973638098960 93973639593984 140728083392895 140728083392996 140728083392996 140728083398600 0
[pid=173376/tid=173387] ppid=173373 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/173376/task/173387/stat : 173387 (Finalizer) S 173373 173376 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 239616669 19452874752 18014 18446744073709551615 93973638086656 93973638090352 140728083384080 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93973638098168 93973638098960 93973639593984 140728083392895 140728083392996 140728083392996 140728083398600 0
[pid=173376/tid=173394] ppid=173373 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/173376/task/173394/stat : 173394 (Common-Cleaner) S 173373 173376 171687 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 239616669 19452874752 18014 18446744073709551615 93973638086656 93973638090352 140728083384080 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93973638098168 93973638098960 93973639593984 140728083392895 140728083392996 140728083392996 140728083398600 0
[pid=173376/tid=173395] ppid=173373 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/173376/task/173395/stat : 173395 (Timer-0) S 173373 173376 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 239616688 19452874752 18014 18446744073709551615 93973638086656 93973638090352 140728083384080 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93973638098168 93973638098960 93973639593984 140728083392895 140728083392996 140728083392996 140728083398600 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 72056 KiB

[startup+0.700255 s]
/proc/loadavg: 4.23 4.29 4.29 6/340 173395
/proc/meminfo: memFree=125980344/131249996 swapFree=33010672/33010684
[pid=173376] ppid=173373 vsize=18996948 memory=87928 CPUtime=1.26 cores=1,3
/proc/173376/stat : 173376 (java) S 173373 173376 171687 0 -1 4194304 15407 0 0 0 122 4 0 0 20 0 19 0 239616665 19452874752 21982 18446744073709551615 93973638086656 93973638090352 140728083384080 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93973638098168 93973638098960 93973639593984 140728083392895 140728083392996 140728083392996 140728083398600 0
/proc/173376/statm: 4749237 21982 5436 1 0 552480 0
[pid=173376/tid=173378] ppid=173373 vsize=18996948 memory=27264 CPUtime=0.65 cores=1,3
/proc/173376/task/173378/stat : 173378 (java) R 173373 173376 171687 0 -1 4194368 5346 0 0 0 64 1 0 0 20 0 19 0 239616667 19452874752 21982 18446744073709551615 93973638086656 93973638090352 140728083384080 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93973638098168 93973638098960 93973639593984 140728083392895 140728083392996 140728083392996 140728083398600 0
[pid=173376/tid=173387] ppid=173373 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/173376/task/173387/stat : 173387 (Finalizer) S 173373 173376 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 239616669 19452874752 21982 18446744073709551615 93973638086656 93973638090352 140728083384080 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93973638098168 93973638098960 93973639593984 140728083392895 140728083392996 140728083392996 140728083398600 0
[pid=173376/tid=173394] ppid=173373 vsize=18996948 memory=3328 CPUtime=0 cores=1,3
/proc/173376/task/173394/stat : 173394 (Common-Cleaner) S 173373 173376 171687 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 239616669 19452874752 21982 18446744073709551615 93973638086656 93973638090352 140728083384080 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93973638098168 93973638098960 93973639593984 140728083392895 140728083392996 140728083392996 140728083398600 0
[pid=173376/tid=173395] ppid=173373 vsize=18996948 memory=4756 CPUtime=0 cores=1,3
/proc/173376/task/173395/stat : 173395 (Timer-0) S 173373 173376 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 239616688 19452874752 21982 18446744073709551615 93973638086656 93973638090352 140728083384080 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93973638098168 93973638098960 93973639593984 140728083392895 140728083392996 140728083392996 140728083398600 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 87928 KiB

[startup+1.50027 s]
/proc/loadavg: 4.23 4.29 4.29 6/340 173395
/proc/meminfo: memFree=125969004/131249996 swapFree=33010672/33010684
[pid=173376] ppid=173373 vsize=18996948 memory=104716 CPUtime=2.81 cores=1,3
/proc/173376/stat : 173376 (java) S 173373 173376 171687 0 -1 4194304 23669 0 0 0 277 4 0 0 20 0 19 0 239616665 19452874752 26179 18446744073709551615 93973638086656 93973638090352 140728083384080 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93973638098168 93973638098960 93973639593984 140728083392895 140728083392996 140728083392996 140728083398600 0
/proc/173376/statm: 4749237 26179 5436 1 0 554009 0
[pid=173376/tid=173378] ppid=173373 vsize=18996948 memory=10752 CPUtime=1.42 cores=1,3
/proc/173376/task/173378/stat : 173378 (java) R 173373 173376 171687 0 -1 4194368 5761 0 0 0 141 1 0 0 20 0 19 0 239616667 19452874752 26179 18446744073709551615 93973638086656 93973638090352 140728083384080 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93973638098168 93973638098960 93973639593984 140728083392895 140728083392996 140728083392996 140728083398600 0
[pid=173376/tid=173387] ppid=173373 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/173376/task/173387/stat : 173387 (Finalizer) S 173373 173376 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 239616669 19452874752 26179 18446744073709551615 93973638086656 93973638090352 140728083384080 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93973638098168 93973638098960 93973639593984 140728083392895 140728083392996 140728083392996 140728083398600 0
[pid=173376/tid=173394] ppid=173373 vsize=18996948 memory=3328 CPUtime=0 cores=1,3
/proc/173376/task/173394/stat : 173394 (Common-Cleaner) S 173373 173376 171687 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 239616669 19452874752 26179 18446744073709551615 93973638086656 93973638090352 140728083384080 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93973638098168 93973638098960 93973639593984 140728083392895 140728083392996 140728083392996 140728083398600 0
[pid=173376/tid=173395] ppid=173373 vsize=18996948 memory=4756 CPUtime=0 cores=1,3
/proc/173376/task/173395/stat : 173395 (Timer-0) S 173373 173376 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 239616688 19452874752 26179 18446744073709551615 93973638086656 93973638090352 140728083384080 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93973638098168 93973638098960 93973639593984 140728083392895 140728083392996 140728083392996 140728083398600 0
Current children cumulated CPU time: 2.81 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 104716 KiB

[startup+3.10564 s]
/proc/loadavg: 4.21 4.28 4.28 5/340 173395
/proc/meminfo: memFree=125944568/131249996 swapFree=33010672/33010684
[pid=173376] ppid=173373 vsize=18996948 memory=123364 CPUtime=4.5 cores=1,3
/proc/173376/stat : 173376 (java) S 173373 173376 171687 0 -1 4194304 24365 0 0 0 445 5 0 0 20 0 19 0 239616665 19452874752 30841 18446744073709551615 93973638086656 93973638090352 140728083384080 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93973638098168 93973638098960 93973639593984 140728083392895 140728083392996 140728083392996 140728083398600 0
/proc/173376/statm: 4749237 30841 5436 1 0 554011 0
[pid=173376/tid=173378] ppid=173373 vsize=18996948 memory=10752 CPUtime=3.02 cores=1,3
/proc/173376/task/173378/stat : 173378 (java) R 173373 173376 171687 0 -1 4194368 6070 0 0 0 301 1 0 0 20 0 19 0 239616667 19452874752 30841 18446744073709551615 93973638086656 93973638090352 140728083384080 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93973638098168 93973638098960 93973639593984 140728083392895 140728083392996 140728083392996 140728083398600 0
[pid=173376/tid=173387] ppid=173373 vsize=18996948 memory=-8959462211103531708 CPUtime=0 cores=1,3
/proc/173376/task/173387/stat : 173387 (Finalizer) S 173373 173376 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 239616669 19452874752 30841 18446744073709551615 93973638086656 93973638090352 140728083384080 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93973638098168 93973638098960 93973639593984 140728083392895 140728083392996 140728083392996 140728083398600 0
[pid=173376/tid=173394] ppid=173373 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/173376/task/173394/stat : 173394 (Common-Cleaner) S 173373 173376 171687 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 239616669 19452874752 30841 18446744073709551615 93973638086656 93973638090352 140728083384080 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93973638098168 93973638098960 93973639593984 140728083392895 140728083392996 140728083392996 140728083398600 0
[pid=173376/tid=173395] ppid=173373 vsize=18996948 memory=3328 CPUtime=0 cores=1,3
/proc/173376/task/173395/stat : 173395 (Timer-0) S 173373 173376 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 239616688 19452874752 30841 18446744073709551615 93973638086656 93973638090352 140728083384080 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93973638098168 93973638098960 93973639593984 140728083392895 140728083392996 140728083392996 140728083398600 0
Current children cumulated CPU time: 4.5 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 123364 KiB

[startup+6.30022 s]
/proc/loadavg: 4.21 4.28 4.28 4/319 173397
/proc/meminfo: memFree=126067444/131249996 swapFree=33010672/33010684
[pid=173376] ppid=173373 vsize=18996948 memory=155396 CPUtime=7.79 cores=1,3
/proc/173376/stat : 173376 (java) S 173373 173376 171687 0 -1 4194304 24590 0 0 0 773 6 0 0 20 0 19 0 239616665 19452874752 38849 18446744073709551615 93973638086656 93973638090352 140728083384080 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93973638098168 93973638098960 93973639593984 140728083392895 140728083392996 140728083392996 140728083398600 0
/proc/173376/statm: 4749237 38849 5436 1 0 554011 0
[pid=173376/tid=173378] ppid=173373 vsize=18996948 memory=0 CPUtime=6.21 cores=1,3
/proc/173376/task/173378/stat : 173378 (java) R 173373 173376 171687 0 -1 4194368 6227 0 0 0 619 2 0 0 20 0 19 0 239616667 19452874752 38849 18446744073709551615 93973638086656 93973638090352 140728083384080 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93973638098168 93973638098960 93973639593984 140728083392895 140728083392996 140728083392996 140728083398600 0
[pid=173376/tid=173387] ppid=173373 vsize=18996948 memory=3328 CPUtime=0 cores=1,3
/proc/173376/task/173387/stat : 173387 (Finalizer) S 173373 173376 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 239616669 19452874752 38849 18446744073709551615 93973638086656 93973638090352 140728083384080 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93973638098168 93973638098960 93973639593984 140728083392895 140728083392996 140728083392996 140728083398600 0
[pid=173376/tid=173394] ppid=173373 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/173376/task/173394/stat : 173394 (Common-Cleaner) S 173373 173376 171687 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 239616669 19452874752 38849 18446744073709551615 93973638086656 93973638090352 140728083384080 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93973638098168 93973638098960 93973639593984 140728083392895 140728083392996 140728083392996 140728083398600 0
[pid=173376/tid=173395] ppid=173373 vsize=18996948 memory=104844 CPUtime=0 cores=1,3
/proc/173376/task/173395/stat : 173395 (Timer-0) S 173373 173376 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 239616688 19452874752 38849 18446744073709551615 93973638086656 93973638090352 140728083384080 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93973638098168 93973638098960 93973639593984 140728083392895 140728083392996 140728083392996 140728083398600 0
Current children cumulated CPU time: 7.79 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 155396 KiB

[startup+12.7002 s]
/proc/loadavg: 4.12 4.26 4.28 4/316 173429
/proc/meminfo: memFree=126035132/131249996 swapFree=33010672/33010684
[pid=173376] ppid=173373 vsize=19063512 memory=180444 CPUtime=14.19 cores=1,3
/proc/173376/stat : 173376 (java) S 173373 173376 171687 0 -1 4194304 27795 0 0 0 1412 7 0 0 20 0 20 0 239616665 19521036288 45111 18446744073709551615 93973638086656 93973638090352 140728083384080 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93973638098168 93973638098960 93973639593984 140728083392895 140728083392996 140728083392996 140728083398600 0
/proc/173376/statm: 4765878 45111 5468 1 0 554300 0
[pid=173376/tid=173378] ppid=173373 vsize=19063512 memory=104844 CPUtime=12.57 cores=1,3
/proc/173376/task/173378/stat : 173378 (java) R 173373 173376 171687 0 -1 4194368 7136 0 0 0 1255 2 0 0 20 0 20 0 239616667 19521036288 45111 18446744073709551615 93973638086656 93973638090352 140728083384080 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93973638098168 93973638098960 93973639593984 140728083392895 140728083392996 140728083392996 140728083398600 0
[pid=173376/tid=173387] ppid=173373 vsize=19063512 memory=14676 CPUtime=0 cores=1,3
/proc/173376/task/173387/stat : 173387 (Finalizer) S 173373 173376 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239616669 19521036288 45111 18446744073709551615 93973638086656 93973638090352 140728083384080 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93973638098168 93973638098960 93973639593984 140728083392895 140728083392996 140728083392996 140728083398600 0
[pid=173376/tid=173394] ppid=173373 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/173376/task/173394/stat : 173394 (Common-Cleaner) S 173373 173376 171687 0 -1 4194368 62 0 0 0 0 0 0 0 20 0 20 0 239616669 19521036288 45111 18446744073709551615 93973638086656 93973638090352 140728083384080 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93973638098168 93973638098960 93973639593984 140728083392895 140728083392996 140728083392996 140728083398600 0
[pid=173376/tid=173395] ppid=173373 vsize=19063512 memory=-8959462211103531708 CPUtime=0 cores=1,3
/proc/173376/task/173395/stat : 173395 (Timer-0) S 173373 173376 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239616688 19521036288 45111 18446744073709551615 93973638086656 93973638090352 140728083384080 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93973638098168 93973638098960 93973639593984 140728083392895 140728083392996 140728083392996 140728083398600 0
Current children cumulated CPU time: 14.19 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 180444 KiB

[startup+25.5003 s]
/proc/loadavg: 3.87 4.20 4.26 4/316 173430
/proc/meminfo: memFree=125903916/131249996 swapFree=33010672/33010684
[pid=173376] ppid=173373 vsize=19063512 memory=240284 CPUtime=27.07 cores=1,3
/proc/173376/stat : 173376 (java) S 173373 173376 171687 0 -1 4194304 31948 0 0 0 2699 8 0 0 20 0 20 0 239616665 19521036288 60071 18446744073709551615 93973638086656 93973638090352 140728083384080 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93973638098168 93973638098960 93973639593984 140728083392895 140728083392996 140728083392996 140728083398600 0
/proc/173376/statm: 4765878 60071 5500 1 0 554300 0
[pid=173376/tid=173378] ppid=173373 vsize=19063512 memory=14676 CPUtime=25.28 cores=1,3
/proc/173376/task/173378/stat : 173378 (java) R 173373 173376 171687 0 -1 4194368 7776 0 0 0 2526 2 0 0 20 0 20 0 239616667 19521036288 60071 18446744073709551615 93973638086656 93973638090352 140728083384080 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93973638098168 93973638098960 93973639593984 140728083392895 140728083392996 140728083392996 140728083398600 0
[pid=173376/tid=173387] ppid=173373 vsize=19063512 memory=186716 CPUtime=0 cores=1,3
/proc/173376/task/173387/stat : 173387 (Finalizer) S 173373 173376 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239616669 19521036288 60071 18446744073709551615 93973638086656 93973638090352 140728083384080 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93973638098168 93973638098960 93973639593984 140728083392895 140728083392996 140728083392996 140728083398600 0
[pid=173376/tid=173394] ppid=173373 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/173376/task/173394/stat : 173394 (Common-Cleaner) S 173373 173376 171687 0 -1 4194368 62 0 0 0 0 0 0 0 20 0 20 0 239616669 19521036288 60071 18446744073709551615 93973638086656 93973638090352 140728083384080 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93973638098168 93973638098960 93973639593984 140728083392895 140728083392996 140728083392996 140728083398600 0
[pid=173376/tid=173395] ppid=173373 vsize=19063512 memory=180444 CPUtime=0 cores=1,3
/proc/173376/task/173395/stat : 173395 (Timer-0) S 173373 173376 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239616688 19521036288 60071 18446744073709551615 93973638086656 93973638090352 140728083384080 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93973638098168 93973638098960 93973639593984 140728083392895 140728083392996 140728083392996 140728083398600 0
Current children cumulated CPU time: 27.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 240284 KiB

[startup+51.1057 s]
/proc/loadavg: 3.64 4.12 4.23 4/316 173430
/proc/meminfo: memFree=125246440/131249996 swapFree=33010672/33010684
[pid=173376] ppid=173373 vsize=19063512 memory=353228 CPUtime=52.66 cores=1,3
/proc/173376/stat : 173376 (java) S 173373 173376 171687 0 -1 4194304 33463 0 0 0 5255 11 0 0 20 0 20 0 239616665 19521036288 88307 18446744073709551615 93973638086656 93973638090352 140728083384080 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93973638098168 93973638098960 93973639593984 140728083392895 140728083392996 140728083392996 140728083398600 0
/proc/173376/statm: 4765878 88307 5500 1 0 554300 0
[pid=173376/tid=173378] ppid=173373 vsize=19063512 memory=180444 CPUtime=50.67 cores=1,3
/proc/173376/task/173378/stat : 173378 (java) R 173373 173376 171687 0 -1 4194368 8379 0 0 0 5065 2 0 0 20 0 20 0 239616667 19521036288 88307 18446744073709551615 93973638086656 93973638090352 140728083384080 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93973638098168 93973638098960 93973639593984 140728083392895 140728083392996 140728083392996 140728083398600 0
[pid=173376/tid=173387] ppid=173373 vsize=19063512 memory=240284 CPUtime=0 cores=1,3
/proc/173376/task/173387/stat : 173387 (Finalizer) S 173373 173376 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239616669 19521036288 88307 18446744073709551615 93973638086656 93973638090352 140728083384080 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93973638098168 93973638098960 93973639593984 140728083392895 140728083392996 140728083392996 140728083398600 0
[pid=173376/tid=173394] ppid=173373 vsize=19063512 memory=353228 CPUtime=0 cores=1,3
/proc/173376/task/173394/stat : 173394 (Common-Cleaner) S 173373 173376 171687 0 -1 4194368 62 0 0 0 0 0 0 0 20 0 20 0 239616669 19521036288 88307 18446744073709551615 93973638086656 93973638090352 140728083384080 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93973638098168 93973638098960 93973639593984 140728083392895 140728083392996 140728083392996 140728083398600 0
[pid=173376/tid=173395] ppid=173373 vsize=19063512 memory=295740 CPUtime=0 cores=1,3
/proc/173376/task/173395/stat : 173395 (Timer-0) S 173373 173376 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239616688 19521036288 88307 18446744073709551615 93973638086656 93973638090352 140728083384080 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93973638098168 93973638098960 93973639593984 140728083392895 140728083392996 140728083392996 140728083398600 0
Current children cumulated CPU time: 52.66 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 353228 KiB

[startup+55.4253 s]
# the end of solver process 173376 was just reported to runsolver
# Child status: 20

# cumulated CPU time of all completed processes:  user=56.8685 s, system=0.125689 s

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

[startup+51.2003 s]
/proc/loadavg: 3.64 4.12 4.23 4/316 173430
/proc/meminfo: memFree=125246440/131249996 swapFree=33010672/33010684
[pid=173376] ppid=173373 vsize=19063512 memory=353228 CPUtime=52.76 cores=1,3
/proc/173376/stat : 173376 (java) S 173373 173376 171687 0 -1 4194304 33463 0 0 0 5265 11 0 0 20 0 20 0 239616665 19521036288 88307 18446744073709551615 93973638086656 93973638090352 140728083384080 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93973638098168 93973638098960 93973639593984 140728083392895 140728083392996 140728083392996 140728083398600 0
/proc/173376/statm: 4765878 88307 5500 1 0 554300 0
[pid=173376/tid=173378] ppid=173373 vsize=19063512 memory=14676 CPUtime=50.77 cores=1,3
/proc/173376/task/173378/stat : 173378 (java) R 173373 173376 171687 0 -1 4194368 8379 0 0 0 5075 2 0 0 20 0 20 0 239616667 19521036288 88307 18446744073709551615 93973638086656 93973638090352 140728083384080 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93973638098168 93973638098960 93973639593984 140728083392895 140728083392996 140728083392996 140728083398600 0
[pid=173376/tid=173387] ppid=173373 vsize=19063512 memory=14676 CPUtime=0 cores=1,3
/proc/173376/task/173387/stat : 173387 (Finalizer) S 173373 173376 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239616669 19521036288 88307 18446744073709551615 93973638086656 93973638090352 140728083384080 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93973638098168 93973638098960 93973639593984 140728083392895 140728083392996 140728083392996 140728083398600 0
[pid=173376/tid=173394] ppid=173373 vsize=19063512 memory=353228 CPUtime=0 cores=1,3
/proc/173376/task/173394/stat : 173394 (Common-Cleaner) S 173373 173376 171687 0 -1 4194368 62 0 0 0 0 0 0 0 20 0 20 0 239616669 19521036288 88307 18446744073709551615 93973638086656 93973638090352 140728083384080 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93973638098168 93973638098960 93973639593984 140728083392895 140728083392996 140728083392996 140728083398600 0
[pid=173376/tid=173395] ppid=173373 vsize=19063512 memory=353228 CPUtime=0 cores=1,3
/proc/173376/task/173395/stat : 173395 (Timer-0) S 173373 173376 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239616688 19521036288 88307 18446744073709551615 93973638086656 93973638090352 140728083384080 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93973638098168 93973638098960 93973639593984 140728083392895 140728083392996 140728083392996 140728083398600 0
Current children cumulated CPU time: 52.76 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 353228 KiB

[startup+52.8002 s]
/proc/loadavg: 3.64 4.12 4.23 4/316 173430
/proc/meminfo: memFree=125221864/131249996 swapFree=33010672/33010684
[pid=173376] ppid=173373 vsize=19063512 memory=353228 CPUtime=54.35 cores=1,3
/proc/173376/stat : 173376 (java) S 173373 173376 171687 0 -1 4194304 33464 0 0 0 5424 11 0 0 20 0 20 0 239616665 19521036288 88307 18446744073709551615 93973638086656 93973638090352 140728083384080 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93973638098168 93973638098960 93973639593984 140728083392895 140728083392996 140728083392996 140728083398600 0
/proc/173376/statm: 4765878 88307 5500 1 0 554300 0
[pid=173376/tid=173378] ppid=173373 vsize=19063512 memory=10752 CPUtime=52.36 cores=1,3
/proc/173376/task/173378/stat : 173378 (java) R 173373 173376 171687 0 -1 4194368 8380 0 0 0 5234 2 0 0 20 0 20 0 239616667 19521036288 88307 18446744073709551615 93973638086656 93973638090352 140728083384080 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93973638098168 93973638098960 93973639593984 140728083392895 140728083392996 140728083392996 140728083398600 0
[pid=173376/tid=173387] ppid=173373 vsize=19063512 memory=353228 CPUtime=0 cores=1,3
/proc/173376/task/173387/stat : 173387 (Finalizer) S 173373 173376 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239616669 19521036288 88307 18446744073709551615 93973638086656 93973638090352 140728083384080 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93973638098168 93973638098960 93973639593984 140728083392895 140728083392996 140728083392996 140728083398600 0
[pid=173376/tid=173394] ppid=173373 vsize=19063512 memory=27264 CPUtime=0 cores=1,3
/proc/173376/task/173394/stat : 173394 (Common-Cleaner) S 173373 173376 171687 0 -1 4194368 62 0 0 0 0 0 0 0 20 0 20 0 239616669 19521036288 88307 18446744073709551615 93973638086656 93973638090352 140728083384080 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93973638098168 93973638098960 93973639593984 140728083392895 140728083392996 140728083392996 140728083398600 0
[pid=173376/tid=173395] ppid=173373 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/173376/task/173395/stat : 173395 (Timer-0) S 173373 173376 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239616688 19521036288 88307 18446744073709551615 93973638086656 93973638090352 140728083384080 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93973638098168 93973638098960 93973639593984 140728083392895 140728083392996 140728083392996 140728083398600 0
Current children cumulated CPU time: 54.35 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 353228 KiB

[startup+54.4002 s]
/proc/loadavg: 3.59 4.10 4.22 4/316 173430
/proc/meminfo: memFree=125189096/131249996 swapFree=33010672/33010684
[pid=173376] ppid=173373 vsize=19063512 memory=353228 CPUtime=55.95 cores=1,3
/proc/173376/stat : 173376 (java) S 173373 173376 171687 0 -1 4194304 33464 0 0 0 5584 11 0 0 20 0 20 0 239616665 19521036288 88307 18446744073709551615 93973638086656 93973638090352 140728083384080 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93973638098168 93973638098960 93973639593984 140728083392895 140728083392996 140728083392996 140728083398600 0
/proc/173376/statm: 4765878 88307 5500 1 0 554300 0
[pid=173376/tid=173378] ppid=173373 vsize=19063512 memory=14676 CPUtime=53.96 cores=1,3
/proc/173376/task/173378/stat : 173378 (java) R 173373 173376 171687 0 -1 4194368 8380 0 0 0 5394 2 0 0 20 0 20 0 239616667 19521036288 88307 18446744073709551615 93973638086656 93973638090352 140728083384080 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93973638098168 93973638098960 93973639593984 140728083392895 140728083392996 140728083392996 140728083398600 0
[pid=173376/tid=173387] ppid=173373 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/173376/task/173387/stat : 173387 (Finalizer) S 173373 173376 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239616669 19521036288 88307 18446744073709551615 93973638086656 93973638090352 140728083384080 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93973638098168 93973638098960 93973639593984 140728083392895 140728083392996 140728083392996 140728083398600 0
[pid=173376/tid=173394] ppid=173373 vsize=19063512 memory=5276 CPUtime=0 cores=1,3
/proc/173376/task/173394/stat : 173394 (Common-Cleaner) S 173373 173376 171687 0 -1 4194368 62 0 0 0 0 0 0 0 20 0 20 0 239616669 19521036288 88307 18446744073709551615 93973638086656 93973638090352 140728083384080 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93973638098168 93973638098960 93973639593984 140728083392895 140728083392996 140728083392996 140728083398600 0
[pid=173376/tid=173395] ppid=173373 vsize=19063512 memory=289 CPUtime=0 cores=1,3
/proc/173376/task/173395/stat : 173395 (Timer-0) S 173373 173376 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239616688 19521036288 88307 18446744073709551615 93973638086656 93973638090352 140728083384080 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93973638098168 93973638098960 93973639593984 140728083392895 140728083392996 140728083392996 140728083398600 0
Current children cumulated CPU time: 55.95 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 353228 KiB

[startup+55.2002 s]
/proc/loadavg: 3.59 4.10 4.22 4/316 173430
/proc/meminfo: memFree=125176824/131249996 swapFree=33010672/33010684
[pid=173376] ppid=173373 vsize=19063512 memory=353228 CPUtime=56.75 cores=1,3
/proc/173376/stat : 173376 (java) S 173373 173376 171687 0 -1 4194304 33466 0 0 0 5664 11 0 0 20 0 20 0 239616665 19521036288 88307 18446744073709551615 93973638086656 93973638090352 140728083384080 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93973638098168 93973638098960 93973639593984 140728083392895 140728083392996 140728083392996 140728083398600 0
/proc/173376/statm: 4765878 88307 5500 1 0 554300 0
[pid=173376/tid=173378] ppid=173373 vsize=19063512 memory=-8959462211103531708 CPUtime=54.76 cores=1,3
/proc/173376/task/173378/stat : 173378 (java) R 173373 173376 171687 0 -1 4194368 8380 0 0 0 5474 2 0 0 20 0 20 0 239616667 19521036288 88307 18446744073709551615 93973638086656 93973638090352 140728083384080 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93973638098168 93973638098960 93973639593984 140728083392895 140728083392996 140728083392996 140728083398600 0
[pid=173376/tid=173387] ppid=173373 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/173376/task/173387/stat : 173387 (Finalizer) S 173373 173376 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239616669 19521036288 88307 18446744073709551615 93973638086656 93973638090352 140728083384080 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93973638098168 93973638098960 93973639593984 140728083392895 140728083392996 140728083392996 140728083398600 0
[pid=173376/tid=173394] ppid=173373 vsize=19063512 memory=2944 CPUtime=0 cores=1,3
/proc/173376/task/173394/stat : 173394 (Common-Cleaner) S 173373 173376 171687 0 -1 4194368 62 0 0 0 0 0 0 0 20 0 20 0 239616669 19521036288 88307 18446744073709551615 93973638086656 93973638090352 140728083384080 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93973638098168 93973638098960 93973639593984 140728083392895 140728083392996 140728083392996 140728083398600 0
[pid=173376/tid=173395] ppid=173373 vsize=19063512 memory=6912 CPUtime=0 cores=1,3
/proc/173376/task/173395/stat : 173395 (Timer-0) S 173373 173376 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239616688 19521036288 88307 18446744073709551615 93973638086656 93973638090352 140728083384080 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93973638098168 93973638098960 93973639593984 140728083392895 140728083392996 140728083392996 140728083398600 0
Current children cumulated CPU time: 56.75 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 353228 KiB

[startup+55.4002 s]
/proc/loadavg: 3.59 4.10 4.22 4/316 173430
/proc/meminfo: memFree=125176824/131249996 swapFree=33010672/33010684
[pid=173376] ppid=173373 vsize=19196640 memory=353740 CPUtime=56.97 cores=1,3
/proc/173376/stat : 173376 (java) S 173373 173376 171687 0 -1 4194304 35692 0 0 0 5686 11 0 0 20 0 20 0 239616665 19657359360 88435 18446744073709551615 93973638086656 93973638090352 140728083384080 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93973638098168 93973638098960 93973639593984 140728083392895 140728083392996 140728083392996 140728083398600 0
/proc/173376/statm: 4799160 88435 5500 1 0 554946 0
[pid=173376/tid=173378] ppid=173373 vsize=19196640 memory=27264 CPUtime=54.91 cores=1,3
/proc/173376/task/173378/stat : 173378 (java) S 173373 173376 171687 0 -1 4194368 9984 0 0 0 5489 2 0 0 20 0 20 0 239616667 19657359360 88435 18446744073709551615 93973638086656 93973638090352 140728083384080 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93973638098168 93973638098960 93973639593984 140728083392895 140728083392996 140728083392996 140728083398600 0
[pid=173376/tid=173387] ppid=173373 vsize=19196640 memory=10752 CPUtime=0 cores=1,3
/proc/173376/task/173387/stat : 173387 (Finalizer) S 173373 173376 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239616669 19657359360 88435 18446744073709551615 93973638086656 93973638090352 140728083384080 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93973638098168 93973638098960 93973639593984 140728083392895 140728083392996 140728083392996 140728083398600 0
[pid=173376/tid=173394] ppid=173373 vsize=19196640 memory=5632 CPUtime=0 cores=1,3
/proc/173376/task/173394/stat : 173394 (Common-Cleaner) S 173373 173376 171687 0 -1 4194368 62 0 0 0 0 0 0 0 20 0 20 0 239616669 19657359360 88435 18446744073709551615 93973638086656 93973638090352 140728083384080 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93973638098168 93973638098960 93973639593984 140728083392895 140728083392996 140728083392996 140728083398600 0
Current children cumulated CPU time: 56.97 s
Current children cumulated vsize: 19196640 KiB
Current children cumulated memory: 353740 KiB

Child status: 20

Real time (s): 55.4255
CPU time (s): 56.9942
CPU user time (s): 56.8685
CPU system time (s): 0.125689
CPU usage (%): 102.83
Max. virtual memory (cumulated for all children) (KiB): 19196640
Max. memory (cumulated for all children) (KiB): 353740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 56.8685
system time used= 0.125689
maximum resident set size= 353996
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35898
page faults= 0
swaps= 0
block input operations= 0
block output operations= 392
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2924
involuntary context switches= 853


# summary of solver processes directly reported to runsolver:
#   pid: 173376
#   total CPU time (s): 56.9942
#   total CPU user time (s): 56.8685
#   total CPU system time (s): 0.125689

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.139932 second user time and 0.301108 second system time

The end

Launcher Data

Begin job on nodeC024 at 2025-07-23 04:56:28
IDJOB=4545591
IDBENCH=180940
IDSOLVER=3363
FILE ID=nodeC024/4545591-1753239388
RUNJOBID= nodeC024-1753232113-171699
SLURM_JOB_ID= 9687842
Free space on /tmp= 433032 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB25/normalized-PB25/DEC-LIN/wallon/normalized-PoolBallTriangle-07_c24.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4545591-1753239388/watcher-4545591-1753239388 -o /tmp/evaluation-result-4545591-1753239388/solver-4545591-1753239388 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1753232113-171699 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4545591-1753239388.opb

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

MD5SUM BENCH= d0358cfd617a5121014a5f104d62bc1e
RANDOM SEED=1891036072

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.673
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.673
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		: 3600.357
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		: 3595.464
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.702
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.681
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		: 3675.118
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		: 3599.972
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:        126031032 kB
MemAvailable:   126602688 kB
Buffers:            2128 kB
Cached:          1333476 kB
SwapCached:            8 kB
Active:          4319804 kB
Inactive:         206248 kB
Active(anon):    3215108 kB
Inactive(anon):     1588 kB
Active(file):    1104696 kB
Inactive(file):   204660 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010672 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:               720 kB
Writeback:             0 kB
AnonPages:       3190676 kB
Mapped:           128776 kB
Shmem:             26248 kB
KReclaimable:     202680 kB
Slab:             299248 kB
SReclaimable:     202680 kB
SUnreclaim:        96568 kB
KernelStack:        5208 kB
PageTables:        10024 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   11302700 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151464 kB
VmallocChunk:          0 kB
Percpu:             3904 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2967552 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= 433032 MiB
End job on nodeC024 at 2025-07-23 04:57:23