Trace number 4515606

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 52.3269 50.284

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
sumineq/sumineq_pyr_5_shuffle/normalized-sumineqArity5pyramidP095.shuf-2.opb
MD5SUM431f08d4eea5f2e22db9cb62a33eb4a4
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 benchmark7.00172
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables23280
Total number of constraints4657
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints4652
Minimum length of a constraint5
Maximum length of a constraint15
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 9
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 29
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.14	c Pseudo Boolean Optimization by upper bound
0.12/0.14	c --- Begin Solver configuration ---
0.12/0.14	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.14	c Learn all clauses as in MiniSAT
0.12/0.14	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.14	c Expensive reason simplification
0.12/0.14	c Glucose 2.1 dynamic restart strategy
0.12/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.12/0.14	c timeout=2147483s
0.12/0.14	c DB Simplification allowed=false
0.12/0.14	c Listener: none
0.12/0.14	c --- End Solver configuration ---
0.12/0.14	c solving HOME/instance-4515606-1751235594.opb
0.12/0.14	c reading problem ... 
0.12/0.14	c  no objective function found
0.48/0.34	c ... done. Wall clock time 0.196s.
0.48/0.34	c declared #vars     23280
0.48/0.34	c #constraints  4657
0.48/0.34	c constraints type 
0.48/0.34	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 4657
0.48/0.34	c 4657 constraints processed.
1.44/0.80	c cleaning 2494 clauses out of 5000 with flag 17493/5000
1.65/0.98	c cleaning 4254 clauses out of 8509 with flag 34404/11003
2.05/1.14	c cleaning 5613 clauses out of 11252 with flag 54741/18000
2.24/1.21	c cleaning 6812 clauses out of 13639 with flag 79192/26000
2.43/1.31	c cleaning 7910 clauses out of 15827 with flag 103290/35000
2.63/1.40	c cleaning 8949 clauses out of 17920 with flag 130346/45003
2.83/1.50	c cleaning 9980 clauses out of 19969 with flag 161109/56001
2.99/1.63	c cleaning 10988 clauses out of 21989 with flag 193327/68001
3.09/1.75	c cleaning 11996 clauses out of 24001 with flag 228176/81001
3.19/1.88	c cleaning 12961 clauses out of 26004 with flag 268213/95000
3.39/2.00	c cleaning 14012 clauses out of 28043 with flag 312812/110000
3.50/2.15	c cleaning 15009 clauses out of 30031 with flag 363267/126000
3.72/2.33	c cleaning 16003 clauses out of 32022 with flag 409713/143000
3.84/2.48	c cleaning 17007 clauses out of 34019 with flag 461533/161000
4.04/2.69	c cleaning 17975 clauses out of 36013 with flag 523696/180001
4.24/2.84	c cleaning 18986 clauses out of 38040 with flag 588130/200003
4.45/3.03	c cleaning 20010 clauses out of 40052 with flag 652439/221001
4.64/3.21	c cleaning 21012 clauses out of 42043 with flag 715326/243002
4.84/3.45	c cleaning 22010 clauses out of 44029 with flag 779351/266000
5.04/3.66	c cleaning 23007 clauses out of 46020 with flag 843809/290001
5.24/3.88	c cleaning 23994 clauses out of 48012 with flag 916145/315000
5.55/4.13	c cleaning 24962 clauses out of 50018 with flag 994033/341000
5.74/4.37	c cleaning 26008 clauses out of 52056 with flag 1075255/368000
6.04/4.66	c cleaning 27006 clauses out of 54049 with flag 1158772/396001
6.34/4.92	c cleaning 28015 clauses out of 56044 with flag 1245162/425002
6.64/5.21	c cleaning 29010 clauses out of 58027 with flag 1329205/455000
6.94/5.52	c cleaning 30000 clauses out of 60017 with flag 1418970/486000
7.24/5.82	c cleaning 30965 clauses out of 62018 with flag 1509656/518001
7.54/6.14	c cleaning 32018 clauses out of 64052 with flag 1606258/551000
7.86/6.49	c cleaning 32996 clauses out of 66035 with flag 1708091/585001
8.26/6.87	c cleaning 33990 clauses out of 68038 with flag 1810568/620000
8.66/7.26	c cleaning 35018 clauses out of 70048 with flag 1915662/656000
9.06/7.68	c cleaning 35981 clauses out of 72030 with flag 2022340/693000
9.46/8.07	c cleaning 36989 clauses out of 74049 with flag 2139303/731000
9.86/8.44	c cleaning 38001 clauses out of 76060 with flag 2267997/770000
10.25/8.84	c cleaning 39001 clauses out of 78061 with flag 2390232/810002
10.65/9.28	c cleaning 39986 clauses out of 80058 with flag 2515219/851000
11.15/9.74	c cleaning 41015 clauses out of 82073 with flag 2639578/893001
11.56/10.17	c cleaning 41991 clauses out of 84060 with flag 2763462/936003
12.07/10.63	c cleaning 43005 clauses out of 86066 with flag 2899349/980000
12.57/11.11	c cleaning 44021 clauses out of 88061 with flag 3034981/1025000
13.16/11.72	c cleaning 45014 clauses out of 90040 with flag 3165400/1071000
13.66/12.29	c cleaning 46003 clauses out of 92026 with flag 3300203/1118000
14.16/12.76	c cleaning 46984 clauses out of 94023 with flag 3436574/1166000
14.76/13.32	c cleaning 47993 clauses out of 96040 with flag 3578112/1215001
15.46/14.01	c cleaning 49012 clauses out of 98046 with flag 3731825/1265000
15.96/14.55	c cleaning 50002 clauses out of 100034 with flag 3889035/1316000
16.66/15.22	c cleaning 50981 clauses out of 102032 with flag 4046711/1368000
17.29/15.86	c cleaning 51993 clauses out of 104051 with flag 4209287/1421000
17.89/16.44	c cleaning 53010 clauses out of 106058 with flag 4362668/1475000
18.60/17.15	c cleaning 54018 clauses out of 108048 with flag 4533131/1530000
19.19/17.75	c cleaning 54555 clauses out of 110030 with flag 4728502/1586000
19.79/18.36	c cleaning 54888 clauses out of 112476 with flag 4891364/1643001
20.59/19.11	c cleaning 56370 clauses out of 115587 with flag 5060114/1701000
21.29/19.82	c cleaning 57281 clauses out of 118217 with flag 5241762/1760000
22.13/20.67	c cleaning 58135 clauses out of 120937 with flag 5410951/1820001
22.93/21.49	c cleaning 58966 clauses out of 123801 with flag 5594342/1881000
23.85/22.37	c cleaning 60278 clauses out of 126835 with flag 5780053/1943000
24.75/23.24	c cleaning 61179 clauses out of 129558 with flag 5957553/2006001
25.75/24.27	c cleaning 62098 clauses out of 132378 with flag 6141439/2070000
26.84/25.30	c cleaning 63512 clauses out of 135282 with flag 6330657/2135002
27.74/26.21	c cleaning 63963 clauses out of 137770 with flag 6524370/2201002
28.79/27.27	c cleaning 65444 clauses out of 140806 with flag 6719675/2268001
29.79/28.24	c cleaning 66010 clauses out of 143362 with flag 6910897/2336001
30.98/29.41	c cleaning 67430 clauses out of 146351 with flag 7111617/2405000
31.88/30.33	c cleaning 67205 clauses out of 148922 with flag 7321590/2475001
32.98/31.44	c cleaning 69150 clauses out of 152719 with flag 7523723/2546003
34.17/32.61	c cleaning 69990 clauses out of 155566 with flag 7726600/2618000
35.23/33.61	c cleaning 70992 clauses out of 158577 with flag 7940343/2691001
36.52/34.90	c cleaning 72127 clauses out of 161585 with flag 8156271/2765001
37.62/36.04	c cleaning 72718 clauses out of 164457 with flag 8366943/2840000
38.72/37.16	c cleaning 73698 clauses out of 167739 with flag 8602465/2916000
39.81/38.20	c cleaning 74540 clauses out of 171041 with flag 8829539/2993000
40.98/39.37	c cleaning 75330 clauses out of 174502 with flag 9060419/3071001
42.17/40.55	c cleaning 76618 clauses out of 178171 with flag 9283930/3150000
43.57/41.90	c cleaning 77707 clauses out of 181555 with flag 9517134/3230002
44.67/43.03	c cleaning 78684 clauses out of 184847 with flag 9752658/3311001
46.26/44.65	c cleaning 79724 clauses out of 188162 with flag 9985784/3393000
47.56/45.96	c cleaning 81283 clauses out of 191438 with flag 10238630/3476000
48.90/47.23	c cleaning 81392 clauses out of 194155 with flag 10483345/3560000
50.49/48.84	c cleaning 82608 clauses out of 197763 with flag 10720347/3645000
51.99/50.18	c starts		: 2378
51.99/50.19	c conflicts		: 3726212
51.99/50.19	c decisions		: 33497023
51.99/50.19	c propagations		: 52570707
51.99/50.19	c inspects		: 450769948
51.99/50.19	c shortcuts		: 0
51.99/50.19	c learnt literals	: 10
51.99/50.19	c learnt binary clauses	: 44
51.99/50.19	c learnt ternary clauses	: 18152
51.99/50.19	c learnt constraints	: 3726201
51.99/50.19	c ignored constraints	: 0
51.99/50.19	c root simplifications	: 0
51.99/50.19	c removed literals (reason simplification)	: 3109071
51.99/50.19	c reason swapping (by a shorter reason)	: 0
51.99/50.19	c Calls to reduceDB	: 81
51.99/50.19	c Number of update (reduction) of LBD	: 651716
51.99/50.19	c Imported unit clauses	: 0
51.99/50.19	c No decision after first conflict	: false
51.99/50.19	c number of reductions to clauses (during analyze)	: 0
51.99/50.19	c number of learned constraints concerned by reduction	: 0
51.99/50.19	c number of learning phase by resolution	: 0
51.99/50.19	c number of learning phase by cutting planes	: 0
51.99/50.19	c number of rounding to 1 operations	: 0
51.99/50.19	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
51.99/50.19	c number of reductions of the coefficients by power 2 	: 0
51.99/50.19	c number of right shift for reduction by power 2 	: 0
51.99/50.19	c number of reductions of the coefficients by GCD over coefficients 	: 0
51.99/50.19	c number of ending skipping 	: 0
51.99/50.19	c number of internal skipping 	: 0
51.99/50.19	c number of derivation steps 	: 0
51.99/50.19	c number of skipped derivation steps 	: 0
51.99/50.19	c number of remaining unassigned 	: 0
51.99/50.19	c number of remaining assigned 	: 0
51.99/50.19	c number of falsified literals weakened from reason	: 0
51.99/50.19	c number of falsified literals weakened from conflict	: 0
51.99/50.20	c time for arithmetic operations	: 0
52.18/50.20	c minimum degree of deleted constraints	: null
52.18/50.20	c maximum degree of deleted constraints	: null
52.18/50.20	c number of deleted constraints	: 0
52.18/50.20	c speed (assignments/second)	: 1054641.3425080746
52.18/50.20	c non guided choices	: 27330017
52.18/50.26	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 196312
52.18/50.26	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 44
52.18/50.26	s UNSATISFIABLE
52.18/50.26	c Total wall clock time (in seconds): 50.121

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: 63708 MiB (57244 MiB free)
  memory of node 1: 64465 MiB (53525 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4515606-1751235594/watcher-4515606-1751235594 -o /tmp/evaluation-result-4515606-1751235594/solver-4515606-1751235594 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1751235489-32351 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4515606-1751235594.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=32865, runsolver pid=32862

[startup+0.10006 s]*
/proc/loadavg: 4.00 2.49 2.84 6/341 32883
/proc/meminfo: memFree=113394256/131249996 swapFree=33010684/33010684
[pid=32865] ppid=32862 vsize=18930384 memory=59144 CPUtime=0.12 cores=0,2
/proc/32865/stat : 32865 (java) S 32862 32865 29257 0 -1 4194304 6443 0 0 0 10 2 0 0 20 0 18 0 39237268 19384713216 14786 18446744073709551615 94541482999808 94541483003504 140734428273872 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94541483011320 94541483012112 94541503610880 140734428277121 140734428277222 140734428277222 140734428282824 0
/proc/32865/statm: 4732596 14786 5329 1 0 547579 0
[pid=32865/tid=32867] ppid=32862 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=0,2
/proc/32865/task/32867/stat : 32867 (java) R 32862 32865 29257 0 -1 4194368 5024 0 0 0 6 1 0 0 20 0 18 0 39237269 19384713216 14786 18446744073709551615 94541482999808 94541483003504 140734428273872 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94541483011320 94541483012112 94541503610880 140734428277121 140734428277222 140734428277222 140734428282824 0
[pid=32865/tid=32876] ppid=32862 vsize=18930384 memory=228522721619 CPUtime=0 cores=0,2
/proc/32865/task/32876/stat : 32876 (Finalizer) S 32862 32865 29257 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39237271 19384713216 14786 18446744073709551615 94541482999808 94541483003504 140734428273872 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94541483011320 94541483012112 94541503610880 140734428277121 140734428277222 140734428277222 140734428282824 0
[pid=32865/tid=32883] ppid=32862 vsize=18930384 memory=58485492679666 CPUtime=0 cores=0,2
/proc/32865/task/32883/stat : 32883 (Common-Cleaner) S 32862 32865 29257 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 39237272 19384713216 14818 18446744073709551615 94541482999808 94541483003504 140734428273872 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94541483011320 94541483012112 94541503610880 140734428277121 140734428277222 140734428277222 140734428282824 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59144 KiB

[startup+0.205876 s]*
/proc/loadavg: 4.00 2.49 2.84 6/341 32883
/proc/meminfo: memFree=113385308/131249996 swapFree=33010684/33010684
[pid=32865] ppid=32862 vsize=18930384 memory=69436 CPUtime=0.3 cores=0,2
/proc/32865/stat : 32865 (java) S 32862 32865 29257 0 -1 4194304 6820 0 0 0 28 2 0 0 20 0 18 0 39237268 19384713216 17359 18446744073709551615 94541482999808 94541483003504 140734428273872 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94541483011320 94541483012112 94541503610880 140734428277121 140734428277222 140734428277222 140734428282824 0
/proc/32865/statm: 4732596 17359 5457 1 0 547889 0
[pid=32865/tid=32867] ppid=32862 vsize=18930384 memory=4026597660 CPUtime=0.16 cores=0,2
/proc/32865/task/32867/stat : 32867 (java) R 32862 32865 29257 0 -1 4194368 5265 0 0 0 15 1 0 0 20 0 18 0 39237269 19384713216 17359 18446744073709551615 94541482999808 94541483003504 140734428273872 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94541483011320 94541483012112 94541503610880 140734428277121 140734428277222 140734428277222 140734428282824 0
[pid=32865/tid=32876] ppid=32862 vsize=18930384 memory=16099 CPUtime=0 cores=0,2
/proc/32865/task/32876/stat : 32876 (Finalizer) S 32862 32865 29257 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39237271 19384713216 17359 18446744073709551615 94541482999808 94541483003504 140734428273872 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94541483011320 94541483012112 94541503610880 140734428277121 140734428277222 140734428277222 140734428282824 0
[pid=32865/tid=32883] ppid=32862 vsize=18930384 memory=57385981051877 CPUtime=0 cores=0,2
/proc/32865/task/32883/stat : 32883 (Common-Cleaner) S 32862 32865 29257 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 39237272 19384713216 17359 18446744073709551615 94541482999808 94541483003504 140734428273872 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94541483011320 94541483012112 94541503610880 140734428277121 140734428277222 140734428277222 140734428282824 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 69436 KiB

[startup+0.305898 s]*
/proc/loadavg: 4.00 2.49 2.84 6/341 32883
/proc/meminfo: memFree=113359284/131249996 swapFree=33010684/33010684
[pid=32865] ppid=32862 vsize=18930384 memory=104844 CPUtime=0.48 cores=0,2
/proc/32865/stat : 32865 (java) S 32862 32865 29257 0 -1 4194304 8581 0 0 0 45 3 0 0 20 0 18 0 39237268 19384713216 26211 18446744073709551615 94541482999808 94541483003504 140734428273872 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94541483011320 94541483012112 94541503610880 140734428277121 140734428277222 140734428277222 140734428282824 0
/proc/32865/statm: 4732596 26211 5457 1 0 549048 0
[pid=32865/tid=32867] ppid=32862 vsize=18930384 memory=-6000919498459343468 CPUtime=0.24 cores=0,2
/proc/32865/task/32867/stat : 32867 (java) R 32862 32865 29257 0 -1 4194368 5285 0 0 0 23 1 0 0 20 0 18 0 39237269 19384713216 26211 18446744073709551615 94541482999808 94541483003504 140734428273872 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94541483011320 94541483012112 94541503610880 140734428277121 140734428277222 140734428277222 140734428282824 0
[pid=32865/tid=32876] ppid=32862 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/32865/task/32876/stat : 32876 (Finalizer) S 32862 32865 29257 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39237271 19384713216 26211 18446744073709551615 94541482999808 94541483003504 140734428273872 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94541483011320 94541483012112 94541503610880 140734428277121 140734428277222 140734428277222 140734428282824 0
[pid=32865/tid=32883] ppid=32862 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/32865/task/32883/stat : 32883 (Common-Cleaner) S 32862 32865 29257 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 39237272 19384713216 26211 18446744073709551615 94541482999808 94541483003504 140734428273872 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94541483011320 94541483012112 94541503610880 140734428277121 140734428277222 140734428277222 140734428282824 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 104844 KiB

[startup+0.700228 s]
/proc/loadavg: 4.00 2.49 2.84 6/342 32884
/proc/meminfo: memFree=113339940/131249996 swapFree=33010684/33010684
[pid=32865] ppid=32862 vsize=18996948 memory=134188 CPUtime=1.25 cores=0,2
/proc/32865/stat : 32865 (java) S 32862 32865 29257 0 -1 4194304 14739 0 0 0 121 4 0 0 20 0 19 0 39237268 19452874752 33547 18446744073709551615 94541482999808 94541483003504 140734428273872 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94541483011320 94541483012112 94541503610880 140734428277121 140734428277222 140734428277222 140734428282824 0
/proc/32865/statm: 4749237 33547 5457 1 0 553068 0
[pid=32865/tid=32867] ppid=32862 vsize=18996948 memory=17536 CPUtime=0.59 cores=0,2
/proc/32865/task/32867/stat : 32867 (java) R 32862 32865 29257 0 -1 4194368 5354 0 0 0 57 2 0 0 20 0 19 0 39237269 19452874752 33547 18446744073709551615 94541482999808 94541483003504 140734428273872 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94541483011320 94541483012112 94541503610880 140734428277121 140734428277222 140734428277222 140734428282824 0
[pid=32865/tid=32876] ppid=32862 vsize=18996948 memory=10880 CPUtime=0 cores=0,2
/proc/32865/task/32876/stat : 32876 (Finalizer) S 32862 32865 29257 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 39237271 19452874752 33547 18446744073709551615 94541482999808 94541483003504 140734428273872 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94541483011320 94541483012112 94541503610880 140734428277121 140734428277222 140734428277222 140734428282824 0
[pid=32865/tid=32883] ppid=32862 vsize=18996948 memory=3200 CPUtime=0 cores=0,2
/proc/32865/task/32883/stat : 32883 (Common-Cleaner) S 32862 32865 29257 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 39237272 19452874752 33547 18446744073709551615 94541482999808 94541483003504 140734428273872 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94541483011320 94541483012112 94541503610880 140734428277121 140734428277222 140734428277222 140734428282824 0
[pid=32865/tid=32884] ppid=32862 vsize=18996948 memory=4752 CPUtime=0 cores=0,2
/proc/32865/task/32884/stat : 32884 (Timer-0) S 32862 32865 29257 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 39237304 19452874752 33547 18446744073709551615 94541482999808 94541483003504 140734428273872 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94541483011320 94541483012112 94541503610880 140734428277121 140734428277222 140734428277222 140734428282824 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 134188 KiB

[startup+1.50025 s]
/proc/loadavg: 4.08 2.53 2.85 6/342 32884
/proc/meminfo: memFree=113122100/131249996 swapFree=33010684/33010684
[pid=32865] ppid=32862 vsize=18996948 memory=151636 CPUtime=2.83 cores=0,2
/proc/32865/stat : 32865 (java) S 32862 32865 29257 0 -1 4194304 19837 0 0 0 278 5 0 0 20 0 19 0 39237268 19452874752 37909 18446744073709551615 94541482999808 94541483003504 140734428273872 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94541483011320 94541483012112 94541503610880 140734428277121 140734428277222 140734428277222 140734428282824 0
/proc/32865/statm: 4749237 37909 5457 1 0 554251 0
[pid=32865/tid=32867] ppid=32862 vsize=18996948 memory=0 CPUtime=1.37 cores=0,2
/proc/32865/task/32867/stat : 32867 (java) R 32862 32865 29257 0 -1 4194368 5852 0 0 0 135 2 0 0 20 0 19 0 39237269 19452874752 37909 18446744073709551615 94541482999808 94541483003504 140734428273872 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94541483011320 94541483012112 94541503610880 140734428277121 140734428277222 140734428277222 140734428282824 0
[pid=32865/tid=32876] ppid=32862 vsize=18996948 memory=10880 CPUtime=0 cores=0,2
/proc/32865/task/32876/stat : 32876 (Finalizer) S 32862 32865 29257 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 39237271 19452874752 37909 18446744073709551615 94541482999808 94541483003504 140734428273872 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94541483011320 94541483012112 94541503610880 140734428277121 140734428277222 140734428277222 140734428282824 0
[pid=32865/tid=32883] ppid=32862 vsize=18996948 memory=3200 CPUtime=0 cores=0,2
/proc/32865/task/32883/stat : 32883 (Common-Cleaner) S 32862 32865 29257 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 39237272 19452874752 37909 18446744073709551615 94541482999808 94541483003504 140734428273872 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94541483011320 94541483012112 94541503610880 140734428277121 140734428277222 140734428277222 140734428282824 0
[pid=32865/tid=32884] ppid=32862 vsize=18996948 memory=4752 CPUtime=0 cores=0,2
/proc/32865/task/32884/stat : 32884 (Timer-0) S 32862 32865 29257 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 39237304 19452874752 37909 18446744073709551615 94541482999808 94541483003504 140734428273872 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94541483011320 94541483012112 94541503610880 140734428277121 140734428277222 140734428277222 140734428282824 0
Current children cumulated CPU time: 2.83 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 151636 KiB

[startup+3.10568 s]
/proc/loadavg: 4.08 2.53 2.85 5/343 32885
/proc/meminfo: memFree=112917048/131249996 swapFree=33010684/33010684
[pid=32865] ppid=32862 vsize=19063512 memory=195424 CPUtime=4.55 cores=0,2
/proc/32865/stat : 32865 (java) S 32862 32865 29257 0 -1 4194304 21683 0 0 0 449 6 0 0 20 0 20 0 39237268 19521036288 48856 18446744073709551615 94541482999808 94541483003504 140734428273872 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94541483011320 94541483012112 94541503610880 140734428277121 140734428277222 140734428277222 140734428282824 0
/proc/32865/statm: 4765878 48856 5521 1 0 554542 0
[pid=32865/tid=32867] ppid=32862 vsize=19063512 memory=10880 CPUtime=2.95 cores=0,2
/proc/32865/task/32867/stat : 32867 (java) R 32862 32865 29257 0 -1 4194368 6143 0 0 0 292 3 0 0 20 0 20 0 39237269 19521036288 48856 18446744073709551615 94541482999808 94541483003504 140734428273872 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94541483011320 94541483012112 94541503610880 140734428277121 140734428277222 140734428277222 140734428282824 0
[pid=32865/tid=32876] ppid=32862 vsize=19063512 memory=-6000919498459343468 CPUtime=0 cores=0,2
/proc/32865/task/32876/stat : 32876 (Finalizer) S 32862 32865 29257 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39237271 19521036288 48856 18446744073709551615 94541482999808 94541483003504 140734428273872 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94541483011320 94541483012112 94541503610880 140734428277121 140734428277222 140734428277222 140734428282824 0
[pid=32865/tid=32883] ppid=32862 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/32865/task/32883/stat : 32883 (Common-Cleaner) S 32862 32865 29257 0 -1 4194368 55 0 0 0 0 0 0 0 20 0 20 0 39237272 19521036288 48856 18446744073709551615 94541482999808 94541483003504 140734428273872 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94541483011320 94541483012112 94541503610880 140734428277121 140734428277222 140734428277222 140734428282824 0
[pid=32865/tid=32884] ppid=32862 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/32865/task/32884/stat : 32884 (Timer-0) S 32862 32865 29257 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39237304 19521036288 48856 18446744073709551615 94541482999808 94541483003504 140734428273872 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94541483011320 94541483012112 94541503610880 140734428277121 140734428277222 140734428277222 140734428282824 0
Current children cumulated CPU time: 4.55 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 195424 KiB

[startup+6.30022 s]
/proc/loadavg: 4.07 2.55 2.85 5/343 32886
/proc/meminfo: memFree=112781888/131249996 swapFree=33010684/33010684
[pid=32865] ppid=32862 vsize=19063512 memory=207792 CPUtime=7.76 cores=0,2
/proc/32865/stat : 32865 (java) S 32862 32865 29257 0 -1 4194304 22608 0 0 0 769 7 0 0 20 0 20 0 39237268 19521036288 51948 18446744073709551615 94541482999808 94541483003504 140734428273872 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94541483011320 94541483012112 94541503610880 140734428277121 140734428277222 140734428277222 140734428282824 0
/proc/32865/statm: 4765878 51948 5521 1 0 554542 0
[pid=32865/tid=32867] ppid=32862 vsize=19063512 memory=0 CPUtime=6.12 cores=0,2
/proc/32865/task/32867/stat : 32867 (java) R 32862 32865 29257 0 -1 4194368 6394 0 0 0 609 3 0 0 20 0 20 0 39237269 19521036288 51948 18446744073709551615 94541482999808 94541483003504 140734428273872 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94541483011320 94541483012112 94541503610880 140734428277121 140734428277222 140734428277222 140734428282824 0
[pid=32865/tid=32876] ppid=32862 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/32865/task/32876/stat : 32876 (Finalizer) S 32862 32865 29257 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39237271 19521036288 51948 18446744073709551615 94541482999808 94541483003504 140734428273872 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94541483011320 94541483012112 94541503610880 140734428277121 140734428277222 140734428277222 140734428282824 0
[pid=32865/tid=32883] ppid=32862 vsize=19063512 memory=10880 CPUtime=0 cores=0,2
/proc/32865/task/32883/stat : 32883 (Common-Cleaner) S 32862 32865 29257 0 -1 4194368 55 0 0 0 0 0 0 0 20 0 20 0 39237272 19521036288 51948 18446744073709551615 94541482999808 94541483003504 140734428273872 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94541483011320 94541483012112 94541503610880 140734428277121 140734428277222 140734428277222 140734428282824 0
[pid=32865/tid=32884] ppid=32862 vsize=19063512 memory=153696 CPUtime=0 cores=0,2
/proc/32865/task/32884/stat : 32884 (Timer-0) S 32862 32865 29257 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39237304 19521036288 51948 18446744073709551615 94541482999808 94541483003504 140734428273872 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94541483011320 94541483012112 94541503610880 140734428277121 140734428277222 140734428277222 140734428282824 0
Current children cumulated CPU time: 7.76 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 207792 KiB

[startup+12.7002 s]
/proc/loadavg: 4.23 2.61 2.87 5/343 32886
/proc/meminfo: memFree=112300608/131249996 swapFree=33010684/33010684
[pid=32865] ppid=32862 vsize=19063512 memory=224244 CPUtime=14.16 cores=0,2
/proc/32865/stat : 32865 (java) S 32862 32865 29257 0 -1 4194304 23743 0 0 0 1409 7 0 0 20 0 20 0 39237268 19521036288 56061 18446744073709551615 94541482999808 94541483003504 140734428273872 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94541483011320 94541483012112 94541503610880 140734428277121 140734428277222 140734428277222 140734428282824 0
/proc/32865/statm: 4765878 56061 5521 1 0 554542 0
[pid=32865/tid=32867] ppid=32862 vsize=19063512 memory=153696 CPUtime=12.48 cores=0,2
/proc/32865/task/32867/stat : 32867 (java) R 32862 32865 29257 0 -1 4194368 6686 0 0 0 1245 3 0 0 20 0 20 0 39237269 19521036288 56061 18446744073709551615 94541482999808 94541483003504 140734428273872 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94541483011320 94541483012112 94541503610880 140734428277121 140734428277222 140734428277222 140734428282824 0
[pid=32865/tid=32876] ppid=32862 vsize=19063512 memory=224244 CPUtime=0 cores=0,2
/proc/32865/task/32876/stat : 32876 (Finalizer) S 32862 32865 29257 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39237271 19521036288 56061 18446744073709551615 94541482999808 94541483003504 140734428273872 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94541483011320 94541483012112 94541503610880 140734428277121 140734428277222 140734428277222 140734428282824 0
[pid=32865/tid=32883] ppid=32862 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/32865/task/32883/stat : 32883 (Common-Cleaner) S 32862 32865 29257 0 -1 4194368 55 0 0 0 0 0 0 0 20 0 20 0 39237272 19521036288 56061 18446744073709551615 94541482999808 94541483003504 140734428273872 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94541483011320 94541483012112 94541503610880 140734428277121 140734428277222 140734428277222 140734428282824 0
[pid=32865/tid=32884] ppid=32862 vsize=19063512 memory=10880 CPUtime=0 cores=0,2
/proc/32865/task/32884/stat : 32884 (Timer-0) S 32862 32865 29257 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39237304 19521036288 56061 18446744073709551615 94541482999808 94541483003504 140734428273872 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94541483011320 94541483012112 94541503610880 140734428277121 140734428277222 140734428277222 140734428282824 0
Current children cumulated CPU time: 14.16 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 224244 KiB

[startup+25.5003 s]
/proc/loadavg: 4.19 2.66 2.88 5/343 32886
/proc/meminfo: memFree=111069296/131249996 swapFree=33010684/33010684
[pid=32865] ppid=32862 vsize=19063512 memory=292204 CPUtime=27.04 cores=0,2
/proc/32865/stat : 32865 (java) S 32862 32865 29257 0 -1 4194304 27462 0 0 0 2695 9 0 0 20 0 20 0 39237268 19521036288 73051 18446744073709551615 94541482999808 94541483003504 140734428273872 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94541483011320 94541483012112 94541503610880 140734428277121 140734428277222 140734428277222 140734428282824 0
/proc/32865/statm: 4765878 73051 5521 1 0 554542 0
[pid=32865/tid=32867] ppid=32862 vsize=19063512 memory=-6000919498459343468 CPUtime=25.16 cores=0,2
/proc/32865/task/32867/stat : 32867 (java) R 32862 32865 29257 0 -1 4194368 7613 0 0 0 2513 3 0 0 20 0 20 0 39237269 19521036288 73051 18446744073709551615 94541482999808 94541483003504 140734428273872 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94541483011320 94541483012112 94541503610880 140734428277121 140734428277222 140734428277222 140734428282824 0
[pid=32865/tid=32876] ppid=32862 vsize=19063512 memory=292204 CPUtime=0 cores=0,2
/proc/32865/task/32876/stat : 32876 (Finalizer) S 32862 32865 29257 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39237271 19521036288 73051 18446744073709551615 94541482999808 94541483003504 140734428273872 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94541483011320 94541483012112 94541503610880 140734428277121 140734428277222 140734428277222 140734428282824 0
[pid=32865/tid=32883] ppid=32862 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/32865/task/32883/stat : 32883 (Common-Cleaner) S 32862 32865 29257 0 -1 4194368 55 0 0 0 0 0 0 0 20 0 20 0 39237272 19521036288 73051 18446744073709551615 94541482999808 94541483003504 140734428273872 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94541483011320 94541483012112 94541503610880 140734428277121 140734428277222 140734428277222 140734428282824 0
[pid=32865/tid=32884] ppid=32862 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/32865/task/32884/stat : 32884 (Timer-0) S 32862 32865 29257 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39237304 19521036288 73051 18446744073709551615 94541482999808 94541483003504 140734428273872 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94541483011320 94541483012112 94541503610880 140734428277121 140734428277222 140734428277222 140734428282824 0
Current children cumulated CPU time: 27.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 292204 KiB

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

# cumulated CPU time of all completed processes:  user=52.1726 s, system=0.154276 s

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

[startup+25.6003 s]
/proc/loadavg: 4.19 2.66 2.88 5/343 32886
/proc/meminfo: memFree=111069296/131249996 swapFree=33010684/33010684
[pid=32865] ppid=32862 vsize=19063512 memory=292204 CPUtime=27.14 cores=0,2
/proc/32865/stat : 32865 (java) S 32862 32865 29257 0 -1 4194304 27463 0 0 0 2705 9 0 0 20 0 20 0 39237268 19521036288 73051 18446744073709551615 94541482999808 94541483003504 140734428273872 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94541483011320 94541483012112 94541503610880 140734428277121 140734428277222 140734428277222 140734428282824 0
/proc/32865/statm: 4765878 73051 5521 1 0 554542 0
[pid=32865/tid=32867] ppid=32862 vsize=19063512 memory=17536 CPUtime=25.26 cores=0,2
/proc/32865/task/32867/stat : 32867 (java) R 32862 32865 29257 0 -1 4194368 7614 0 0 0 2523 3 0 0 20 0 20 0 39237269 19521036288 73051 18446744073709551615 94541482999808 94541483003504 140734428273872 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94541483011320 94541483012112 94541503610880 140734428277121 140734428277222 140734428277222 140734428282824 0
[pid=32865/tid=32876] ppid=32862 vsize=19063512 memory=10880 CPUtime=0 cores=0,2
/proc/32865/task/32876/stat : 32876 (Finalizer) S 32862 32865 29257 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39237271 19521036288 73051 18446744073709551615 94541482999808 94541483003504 140734428273872 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94541483011320 94541483012112 94541503610880 140734428277121 140734428277222 140734428277222 140734428282824 0
[pid=32865/tid=32883] ppid=32862 vsize=19063512 memory=153696 CPUtime=0 cores=0,2
/proc/32865/task/32883/stat : 32883 (Common-Cleaner) S 32862 32865 29257 0 -1 4194368 55 0 0 0 0 0 0 0 20 0 20 0 39237272 19521036288 73051 18446744073709551615 94541482999808 94541483003504 140734428273872 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94541483011320 94541483012112 94541503610880 140734428277121 140734428277222 140734428277222 140734428282824 0
[pid=32865/tid=32884] ppid=32862 vsize=19063512 memory=207792 CPUtime=0 cores=0,2
/proc/32865/task/32884/stat : 32884 (Timer-0) S 32862 32865 29257 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39237304 19521036288 73051 18446744073709551615 94541482999808 94541483003504 140734428273872 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94541483011320 94541483012112 94541503610880 140734428277121 140734428277222 140734428277222 140734428282824 0
Current children cumulated CPU time: 27.14 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 292204 KiB

[startup+38.4002 s]
/proc/loadavg: 4.15 2.72 2.90 5/345 32891
/proc/meminfo: memFree=110664964/131249996 swapFree=33010684/33010684
[pid=32865] ppid=32862 vsize=19063512 memory=384532 CPUtime=40.01 cores=0,2
/proc/32865/stat : 32865 (java) S 32862 32865 29257 0 -1 4194304 28374 0 0 0 3990 11 0 0 20 0 20 0 39237268 19521036288 96133 18446744073709551615 94541482999808 94541483003504 140734428273872 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94541483011320 94541483012112 94541503610880 140734428277121 140734428277222 140734428277222 140734428282824 0
/proc/32865/statm: 4765878 96133 5521 1 0 554542 0
[pid=32865/tid=32867] ppid=32862 vsize=19063512 memory=137388 CPUtime=37.91 cores=0,2
/proc/32865/task/32867/stat : 32867 (java) R 32862 32865 29257 0 -1 4194368 7632 0 0 0 3788 3 0 0 20 0 20 0 39237269 19521036288 96133 18446744073709551615 94541482999808 94541483003504 140734428273872 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94541483011320 94541483012112 94541503610880 140734428277121 140734428277222 140734428277222 140734428282824 0
[pid=32865/tid=32876] ppid=32862 vsize=19063512 memory=224244 CPUtime=0 cores=0,2
/proc/32865/task/32876/stat : 32876 (Finalizer) S 32862 32865 29257 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39237271 19521036288 96133 18446744073709551615 94541482999808 94541483003504 140734428273872 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94541483011320 94541483012112 94541503610880 140734428277121 140734428277222 140734428277222 140734428282824 0
[pid=32865/tid=32883] ppid=32862 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/32865/task/32883/stat : 32883 (Common-Cleaner) S 32862 32865 29257 0 -1 4194368 55 0 0 0 0 0 0 0 20 0 20 0 39237272 19521036288 96133 18446744073709551615 94541482999808 94541483003504 140734428273872 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94541483011320 94541483012112 94541503610880 140734428277121 140734428277222 140734428277222 140734428282824 0
[pid=32865/tid=32884] ppid=32862 vsize=19063512 memory=292204 CPUtime=0 cores=0,2
/proc/32865/task/32884/stat : 32884 (Timer-0) S 32862 32865 29257 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39237304 19521036288 96133 18446744073709551615 94541482999808 94541483003504 140734428273872 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94541483011320 94541483012112 94541503610880 140734428277121 140734428277222 140734428277222 140734428282824 0
Current children cumulated CPU time: 40.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 384532 KiB

[startup+44.8002 s]
/proc/loadavg: 4.14 2.74 2.91 5/345 32891
/proc/meminfo: memFree=110611844/131249996 swapFree=33010684/33010684
[pid=32865] ppid=32862 vsize=19063512 memory=431668 CPUtime=46.46 cores=0,2
/proc/32865/stat : 32865 (java) S 32862 32865 29257 0 -1 4194304 28438 0 0 0 4633 13 0 0 20 0 20 0 39237268 19521036288 107917 18446744073709551615 94541482999808 94541483003504 140734428273872 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94541483011320 94541483012112 94541503610880 140734428277121 140734428277222 140734428277222 140734428282824 0
/proc/32865/statm: 4765878 107917 5521 1 0 554542 0
[pid=32865/tid=32867] ppid=32862 vsize=19063512 memory=14156 CPUtime=44.23 cores=0,2
/proc/32865/task/32867/stat : 32867 (java) R 32862 32865 29257 0 -1 4194368 7639 0 0 0 4420 3 0 0 20 0 20 0 39237269 19521036288 107917 18446744073709551615 94541482999808 94541483003504 140734428273872 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94541483011320 94541483012112 94541503610880 140734428277121 140734428277222 140734428277222 140734428282824 0
[pid=32865/tid=32876] ppid=32862 vsize=19063512 memory=431668 CPUtime=0 cores=0,2
/proc/32865/task/32876/stat : 32876 (Finalizer) S 32862 32865 29257 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39237271 19521036288 107917 18446744073709551615 94541482999808 94541483003504 140734428273872 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94541483011320 94541483012112 94541503610880 140734428277121 140734428277222 140734428277222 140734428282824 0
[pid=32865/tid=32883] ppid=32862 vsize=19063512 memory=-6000919498459343468 CPUtime=0 cores=0,2
/proc/32865/task/32883/stat : 32883 (Common-Cleaner) S 32862 32865 29257 0 -1 4194368 55 0 0 0 0 0 0 0 20 0 20 0 39237272 19521036288 107917 18446744073709551615 94541482999808 94541483003504 140734428273872 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94541483011320 94541483012112 94541503610880 140734428277121 140734428277222 140734428277222 140734428282824 0
[pid=32865/tid=32884] ppid=32862 vsize=19063512 memory=384532 CPUtime=0 cores=0,2
/proc/32865/task/32884/stat : 32884 (Timer-0) S 32862 32865 29257 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39237304 19521036288 107917 18446744073709551615 94541482999808 94541483003504 140734428273872 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94541483011320 94541483012112 94541503610880 140734428277121 140734428277222 140734428277222 140734428282824 0
Current children cumulated CPU time: 46.46 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 431668 KiB

[startup+48.0002 s]*
/proc/loadavg: 4.21 2.78 2.92 6/345 32891
/proc/meminfo: memFree=110562692/131249996 swapFree=33010684/33010684
[pid=32865] ppid=32862 vsize=19063512 memory=478772 CPUtime=49.7 cores=0,2
/proc/32865/stat : 32865 (java) S 32862 32865 29257 0 -1 4194304 28475 0 0 0 4957 13 0 0 20 0 20 0 39237268 19521036288 119693 18446744073709551615 94541482999808 94541483003504 140734428273872 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94541483011320 94541483012112 94541503610880 140734428277121 140734428277222 140734428277222 140734428282824 0
/proc/32865/statm: 4765878 119693 5521 1 0 554542 0
[pid=32865/tid=32867] ppid=32862 vsize=19063512 memory=6820120 CPUtime=47.36 cores=0,2
/proc/32865/task/32867/stat : 32867 (java) R 32862 32865 29257 0 -1 4194368 7642 0 0 0 4733 3 0 0 20 0 20 0 39237269 19521036288 119693 18446744073709551615 94541482999808 94541483003504 140734428273872 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94541483011320 94541483012112 94541503610880 140734428277121 140734428277222 140734428277222 140734428282824 0
[pid=32865/tid=32876] ppid=32862 vsize=19063512 memory=431668 CPUtime=0 cores=0,2
/proc/32865/task/32876/stat : 32876 (Finalizer) S 32862 32865 29257 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39237271 19521036288 119693 18446744073709551615 94541482999808 94541483003504 140734428273872 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94541483011320 94541483012112 94541503610880 140734428277121 140734428277222 140734428277222 140734428282824 0
[pid=32865/tid=32883] ppid=32862 vsize=19063512 memory=4788054952109567642 CPUtime=0 cores=0,2
/proc/32865/task/32883/stat : 32883 (Common-Cleaner) S 32862 32865 29257 0 -1 4194368 55 0 0 0 0 0 0 0 20 0 20 0 39237272 19521036288 119693 18446744073709551615 94541482999808 94541483003504 140734428273872 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94541483011320 94541483012112 94541503610880 140734428277121 140734428277222 140734428277222 140734428282824 0
[pid=32865/tid=32884] ppid=32862 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/32865/task/32884/stat : 32884 (Timer-0) S 32862 32865 29257 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39237304 19521036288 119693 18446744073709551615 94541482999808 94541483003504 140734428273872 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94541483011320 94541483012112 94541503610880 140734428277121 140734428277222 140734428277222 140734428282824 0
Current children cumulated CPU time: 49.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 478772 KiB

[startup+49.6002 s]
/proc/loadavg: 4.21 2.78 2.92 5/345 32891
/proc/meminfo: memFree=110501252/131249996 swapFree=33010684/33010684
[pid=32865] ppid=32862 vsize=19063512 memory=478772 CPUtime=51.29 cores=0,2
/proc/32865/stat : 32865 (java) S 32862 32865 29257 0 -1 4194304 28477 0 0 0 5116 13 0 0 20 0 20 0 39237268 19521036288 119693 18446744073709551615 94541482999808 94541483003504 140734428273872 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94541483011320 94541483012112 94541503610880 140734428277121 140734428277222 140734428277222 140734428282824 0
/proc/32865/statm: 4765878 119693 5521 1 0 554542 0
[pid=32865/tid=32867] ppid=32862 vsize=19063512 memory=478772 CPUtime=48.95 cores=0,2
/proc/32865/task/32867/stat : 32867 (java) R 32862 32865 29257 0 -1 4194368 7642 0 0 0 4892 3 0 0 20 0 20 0 39237269 19521036288 119693 18446744073709551615 94541482999808 94541483003504 140734428273872 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94541483011320 94541483012112 94541503610880 140734428277121 140734428277222 140734428277222 140734428282824 0
[pid=32865/tid=32876] ppid=32862 vsize=19063512 memory=19840 CPUtime=0 cores=0,2
/proc/32865/task/32876/stat : 32876 (Finalizer) S 32862 32865 29257 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39237271 19521036288 119693 18446744073709551615 94541482999808 94541483003504 140734428273872 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94541483011320 94541483012112 94541503610880 140734428277121 140734428277222 140734428277222 140734428282824 0
[pid=32865/tid=32883] ppid=32862 vsize=19063512 memory=-6000919498459343468 CPUtime=0 cores=0,2
/proc/32865/task/32883/stat : 32883 (Common-Cleaner) S 32862 32865 29257 0 -1 4194368 55 0 0 0 0 0 0 0 20 0 20 0 39237272 19521036288 119693 18446744073709551615 94541482999808 94541483003504 140734428273872 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94541483011320 94541483012112 94541503610880 140734428277121 140734428277222 140734428277222 140734428282824 0
[pid=32865/tid=32884] ppid=32862 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/32865/task/32884/stat : 32884 (Timer-0) S 32862 32865 29257 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39237304 19521036288 119693 18446744073709551615 94541482999808 94541483003504 140734428273872 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94541483011320 94541483012112 94541503610880 140734428277121 140734428277222 140734428277222 140734428282824 0
Current children cumulated CPU time: 51.29 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 478772 KiB

[startup+50.0002 s]*
/proc/loadavg: 4.21 2.78 2.92 6/345 32891
/proc/meminfo: memFree=110499992/131249996 swapFree=33010684/33010684
[pid=32865] ppid=32862 vsize=19063512 memory=480820 CPUtime=51.8 cores=0,2
/proc/32865/stat : 32865 (java) S 32862 32865 29257 0 -1 4194304 31271 0 0 0 5166 14 0 0 20 0 20 0 39237268 19521036288 120205 18446744073709551615 94541482999808 94541483003504 140734428273872 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94541483011320 94541483012112 94541503610880 140734428277121 140734428277222 140734428277222 140734428282824 0
/proc/32865/statm: 4765878 120205 5521 1 0 555104 0
[pid=32865/tid=32867] ppid=32862 vsize=19063512 memory=-6000919498459343468 CPUtime=49.35 cores=0,2
/proc/32865/task/32867/stat : 32867 (java) R 32862 32865 29257 0 -1 4194368 8623 0 0 0 4932 3 0 0 20 0 20 0 39237269 19521036288 120205 18446744073709551615 94541482999808 94541483003504 140734428273872 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94541483011320 94541483012112 94541503610880 140734428277121 140734428277222 140734428277222 140734428282824 0
[pid=32865/tid=32876] ppid=32862 vsize=19063512 memory=4788054952109567642 CPUtime=0 cores=0,2
/proc/32865/task/32876/stat : 32876 (Finalizer) S 32862 32865 29257 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39237271 19521036288 120205 18446744073709551615 94541482999808 94541483003504 140734428273872 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94541483011320 94541483012112 94541503610880 140734428277121 140734428277222 140734428277222 140734428282824 0
[pid=32865/tid=32883] ppid=32862 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/32865/task/32883/stat : 32883 (Common-Cleaner) S 32862 32865 29257 0 -1 4194368 55 0 0 0 0 0 0 0 20 0 20 0 39237272 19521036288 120205 18446744073709551615 94541482999808 94541483003504 140734428273872 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94541483011320 94541483012112 94541503610880 140734428277121 140734428277222 140734428277222 140734428282824 0
[pid=32865/tid=32884] ppid=32862 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/32865/task/32884/stat : 32884 (Timer-0) S 32862 32865 29257 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39237304 19521036288 120205 18446744073709551615 94541482999808 94541483003504 140734428273872 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94541483011320 94541483012112 94541503610880 140734428277121 140734428277222 140734428277222 140734428282824 0
Current children cumulated CPU time: 51.8 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 480820 KiB

[startup+50.2002 s]
/proc/loadavg: 4.21 2.78 2.92 6/345 32891
/proc/meminfo: memFree=110499992/131249996 swapFree=33010684/33010684
[pid=32865] ppid=32862 vsize=19196640 memory=481332 CPUtime=52.18 cores=0,2
/proc/32865/stat : 32865 (java) S 32862 32865 29257 0 -1 4194304 32636 0 0 0 5204 14 0 0 20 0 20 0 39237268 19657359360 120333 18446744073709551615 94541482999808 94541483003504 140734428273872 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94541483011320 94541483012112 94541503610880 140734428277121 140734428277222 140734428277222 140734428282824 0
/proc/32865/statm: 4799160 120333 5521 1 0 555724 0
[pid=32865/tid=32867] ppid=32862 vsize=19196640 memory=245635481903 CPUtime=49.53 cores=0,2
/proc/32865/task/32867/stat : 32867 (java) S 32862 32865 29257 0 -1 4194368 9475 0 0 0 4949 4 0 0 20 0 20 0 39237269 19657359360 120333 18446744073709551615 94541482999808 94541483003504 140734428273872 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94541483011320 94541483012112 94541503610880 140734428277121 140734428277222 140734428277222 140734428282824 0
[pid=32865/tid=32876] ppid=32862 vsize=19196640 memory=53013654012657 CPUtime=0 cores=0,2
/proc/32865/task/32876/stat : 32876 (Finalizer) S 32862 32865 29257 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39237271 19657359360 120333 18446744073709551615 94541482999808 94541483003504 140734428273872 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94541483011320 94541483012112 94541503610880 140734428277121 140734428277222 140734428277222 140734428282824 0
[pid=32865/tid=32883] ppid=32862 vsize=19196640 memory=109834 CPUtime=0 cores=0,2
/proc/32865/task/32883/stat : 32883 (Common-Cleaner) S 32862 32865 29257 0 -1 4194368 55 0 0 0 0 0 0 0 20 0 20 0 39237272 19657359360 120333 18446744073709551615 94541482999808 94541483003504 140734428273872 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94541483011320 94541483012112 94541503610880 140734428277121 140734428277222 140734428277222 140734428282824 0
Current children cumulated CPU time: 52.18 s
Current children cumulated vsize: 19196640 KiB
Current children cumulated memory: 481332 KiB

Child status: 20

Real time (s): 50.284
CPU time (s): 52.3269
CPU user time (s): 52.1726
CPU system time (s): 0.154276
CPU usage (%): 104.063
Max. virtual memory (cumulated for all children) (KiB): 19196640
Max. memory (cumulated for all children) (KiB): 481332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 52.1726
system time used= 0.154276
maximum resident set size= 481588
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32910
page faults= 0
swaps= 0
block input operations= 0
block output operations= 360
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3535
involuntary context switches= 1424


# summary of solver processes directly reported to runsolver:
#   pid: 32865
#   total CPU time (s): 52.3269
#   total CPU user time (s): 52.1726
#   total CPU system time (s): 0.154276

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.133739 second user time and 0.269477 second system time

The end

Launcher Data

Begin job on nodeC023 at 2025-06-30 00:19:54
IDJOB=4515606
IDBENCH=165315
IDSOLVER=3363
FILE ID=nodeC023/4515606-1751235594
RUNJOBID= nodeC023-1751235489-32351
SLURM_JOB_ID= 9587704
Free space on /tmp= 433048 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/sumineq/sumineq_pyr_5_shuffle/normalized-sumineqArity5pyramidP095.shuf-2.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4515606-1751235594/watcher-4515606-1751235594 -o /tmp/evaluation-result-4515606-1751235594/solver-4515606-1751235594 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1751235489-32351 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4515606-1751235594.opb

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

MD5SUM BENCH= 431f08d4eea5f2e22db9cb62a33eb4a4
RANDOM SEED=2040081543

nodeC023 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		: 3600.347
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.78
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.892
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.78
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.885
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.78
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		: 3602.293
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.78
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.895
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.78
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.912
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.78
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		: 3577.910
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.78
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		: 3723.103
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.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        113428964 kB
MemAvailable:   115321140 kB
Buffers:            3280 kB
Cached:          2695600 kB
SwapCached:            0 kB
Active:         14830404 kB
Inactive:        2390544 kB
Active(anon):   14540140 kB
Inactive(anon):        0 kB
Active(file):     290264 kB
Inactive(file):  2390544 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1440 kB
Writeback:             0 kB
AnonPages:      14525140 kB
Mapped:           122748 kB
Shmem:             18064 kB
KReclaimable:     101216 kB
Slab:             188812 kB
SReclaimable:     101216 kB
SUnreclaim:        87596 kB
KernelStack:        5248 kB
PageTables:        32144 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   22738076 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151480 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  14233600 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:      197332 kB
DirectMap2M:     9011200 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433048 MiB
End job on nodeC023 at 2025-06-30 00:20:44