Trace number 4515534

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 49.302 47.4056

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
sumineq/sumineq_pyr_5/normalized-sumineqArity5pyramidP085.opb
MD5SUM5d1633616664d1d404e86526e434c88a
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 benchmark0.066435
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables18705
Total number of constraints3742
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)87
Number of constraints which are nor clauses,nor cardinality constraints3655
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 5
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 20
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.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.13	c Pseudo Boolean Optimization by upper bound
0.13/0.13	c --- Begin Solver configuration ---
0.13/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.13/0.13	c Learn all clauses as in MiniSAT
0.13/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.13	c Expensive reason simplification
0.13/0.13	c Glucose 2.1 dynamic restart strategy
0.13/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.13	c timeout=2147483s
0.13/0.13	c DB Simplification allowed=false
0.13/0.13	c Listener: none
0.13/0.13	c --- End Solver configuration ---
0.13/0.13	c solving HOME/instance-4515534-1751235543.opb
0.13/0.13	c reading problem ... 
0.13/0.13	c  no objective function found
0.33/0.27	c ... done. Wall clock time 0.139s.
0.33/0.27	c declared #vars     18705
0.33/0.27	c #constraints  3742
0.33/0.27	c constraints type 
0.33/0.28	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3742
0.33/0.28	c 3742 constraints processed.
1.10/0.66	c cleaning 2501 clauses out of 5001 with flag 13374/5001
1.68/0.95	c cleaning 4249 clauses out of 8501 with flag 29702/11002
1.89/1.03	c cleaning 5622 clauses out of 11250 with flag 48369/18000
2.09/1.13	c cleaning 6804 clauses out of 13629 with flag 71031/26001
2.27/1.22	c cleaning 7905 clauses out of 15824 with flag 97965/35000
2.47/1.31	c cleaning 8953 clauses out of 17921 with flag 125680/45002
2.67/1.40	c cleaning 9971 clauses out of 19967 with flag 162301/56001
2.67/1.49	c cleaning 10994 clauses out of 21996 with flag 194833/68001
2.86/1.59	c cleaning 11988 clauses out of 24003 with flag 229319/81002
3.00/1.68	c cleaning 12990 clauses out of 26013 with flag 270591/95000
3.10/1.79	c cleaning 14010 clauses out of 28024 with flag 313027/110001
3.30/1.92	c cleaning 14985 clauses out of 30013 with flag 359764/126000
3.43/2.05	c cleaning 15974 clauses out of 32028 with flag 407081/143000
3.55/2.19	c cleaning 16999 clauses out of 34055 with flag 458642/161001
3.74/2.35	c cleaning 18020 clauses out of 36057 with flag 522893/180002
3.94/2.51	c cleaning 18986 clauses out of 38036 with flag 579742/200001
4.04/2.68	c cleaning 19968 clauses out of 40049 with flag 637692/221000
4.26/2.86	c cleaning 21017 clauses out of 42082 with flag 703365/243001
4.46/3.06	c cleaning 22027 clauses out of 44064 with flag 771009/266000
4.66/3.28	c cleaning 23009 clauses out of 46038 with flag 845289/290001
4.96/3.50	c cleaning 23985 clauses out of 48028 with flag 916970/315000
5.16/3.73	c cleaning 25014 clauses out of 50044 with flag 992846/341001
5.36/3.98	c cleaning 25983 clauses out of 52032 with flag 1080886/368003
5.66/4.22	c cleaning 26943 clauses out of 54047 with flag 1167963/396001
5.86/4.46	c cleaning 27989 clauses out of 56104 with flag 1259261/425001
6.16/4.73	c cleaning 28992 clauses out of 58115 with flag 1357082/455001
6.56/5.10	c cleaning 30046 clauses out of 60122 with flag 1444600/486000
6.85/5.45	c cleaning 31025 clauses out of 62077 with flag 1538193/518001
7.25/5.88	c cleaning 31996 clauses out of 64051 with flag 1644877/551000
7.65/6.20	c cleaning 33005 clauses out of 66058 with flag 1751085/585003
7.97/6.53	c cleaning 34020 clauses out of 68051 with flag 1851241/620001
8.27/6.85	c cleaning 35009 clauses out of 70031 with flag 1956837/656001
8.67/7.25	c cleaning 35970 clauses out of 72021 with flag 2061487/693000
8.96/7.59	c cleaning 37005 clauses out of 74052 with flag 2170935/731001
9.36/7.92	c cleaning 37954 clauses out of 76046 with flag 2299154/770000
9.76/8.34	c cleaning 39037 clauses out of 78092 with flag 2419753/810000
10.26/8.81	c cleaning 40001 clauses out of 80055 with flag 2539396/851000
10.57/9.19	c cleaning 40988 clauses out of 82055 with flag 2663881/893001
11.07/9.60	c cleaning 42024 clauses out of 84067 with flag 2798139/936001
11.47/10.09	c cleaning 42998 clauses out of 86042 with flag 2926059/980000
11.99/10.59	c cleaning 43968 clauses out of 88046 with flag 3060985/1025002
12.68/11.20	c cleaning 45035 clauses out of 90077 with flag 3201814/1071001
13.18/11.79	c cleaning 45978 clauses out of 92041 with flag 3351815/1118000
13.88/12.44	c cleaning 46993 clauses out of 94063 with flag 3491915/1166000
14.49/13.09	c cleaning 48027 clauses out of 96072 with flag 3640844/1215002
15.19/13.78	c cleaning 48999 clauses out of 98044 with flag 3791635/1265001
15.88/14.44	c cleaning 50013 clauses out of 100045 with flag 3948413/1316001
16.49/15.07	c cleaning 50996 clauses out of 102032 with flag 4100484/1368001
17.18/15.76	c cleaning 52012 clauses out of 104035 with flag 4253872/1421000
17.92/16.44	c cleaning 53000 clauses out of 106023 with flag 4410802/1475000
18.72/17.27	c cleaning 53955 clauses out of 108024 with flag 4570876/1530001
19.52/18.06	c cleaning 54987 clauses out of 110068 with flag 4736022/1586000
20.41/18.92	c cleaning 56036 clauses out of 112082 with flag 4902297/1643001
21.11/19.68	c cleaning 57016 clauses out of 114045 with flag 5068321/1701000
21.81/20.37	c cleaning 57590 clauses out of 116029 with flag 5232638/1760000
22.61/21.19	c cleaning 58360 clauses out of 118440 with flag 5410238/1820001
23.66/22.18	c cleaning 59553 clauses out of 121079 with flag 5590963/1881000
24.46/22.99	c cleaning 60457 clauses out of 123526 with flag 5780898/1943000
25.25/23.79	c cleaning 61131 clauses out of 126069 with flag 5977842/2006000
26.05/24.59	c cleaning 62177 clauses out of 128940 with flag 6164849/2070002
27.08/25.56	c cleaning 63500 clauses out of 131761 with flag 6351090/2135000
28.07/26.50	c cleaning 64442 clauses out of 134261 with flag 6540789/2201000
29.07/27.51	c cleaning 65159 clauses out of 136819 with flag 6743933/2268000
30.12/28.51	c cleaning 66291 clauses out of 139661 with flag 6946822/2336001
31.11/29.51	c cleaning 67349 clauses out of 142369 with flag 7156256/2405000
32.01/30.41	c cleaning 68236 clauses out of 145023 with flag 7355051/2475003
33.21/31.69	c cleaning 69471 clauses out of 147784 with flag 7559862/2546000
34.41/32.88	c cleaning 70447 clauses out of 150313 with flag 7773584/2618000
35.41/33.84	c cleaning 71184 clauses out of 152867 with flag 7991478/2691001
36.55/34.99	c cleaning 71879 clauses out of 155682 with flag 8207457/2765000
37.65/36.07	c cleaning 73582 clauses out of 158803 with flag 8424754/2840000
38.65/37.02	c cleaning 73897 clauses out of 161224 with flag 8635006/2916003
39.84/38.25	c cleaning 75118 clauses out of 164324 with flag 8858382/2993000
40.93/39.38	c cleaning 76025 clauses out of 167208 with flag 9082583/3071002
42.03/40.46	c cleaning 76904 clauses out of 170181 with flag 9324464/3150000
43.09/41.46	c cleaning 77693 clauses out of 173277 with flag 9557930/3230000
44.29/42.66	c cleaning 79048 clauses out of 176587 with flag 9794875/3311003
45.38/43.80	c cleaning 79864 clauses out of 179536 with flag 10042042/3393000
46.58/44.91	c cleaning 80270 clauses out of 182672 with flag 10278108/3476000
47.98/46.34	c cleaning 81925 clauses out of 186403 with flag 10526129/3560001
49.12/47.30	c starts		: 2294
49.12/47.31	c conflicts		: 3629638
49.12/47.31	c decisions		: 37573383
49.12/47.31	c propagations		: 57067124
49.12/47.31	c inspects		: 444955581
49.12/47.31	c shortcuts		: 0
49.12/47.31	c learnt literals	: 11
49.12/47.31	c learnt binary clauses	: 33
49.12/47.31	c learnt ternary clauses	: 18052
49.12/47.31	c learnt constraints	: 3629626
49.12/47.31	c ignored constraints	: 0
49.12/47.31	c root simplifications	: 0
49.12/47.31	c removed literals (reason simplification)	: 3003933
49.12/47.31	c reason swapping (by a shorter reason)	: 0
49.12/47.31	c Calls to reduceDB	: 80
49.12/47.31	c Number of update (reduction) of LBD	: 617553
49.12/47.31	c Imported unit clauses	: 0
49.12/47.31	c No decision after first conflict	: false
49.12/47.31	c number of reductions to clauses (during analyze)	: 0
49.12/47.31	c number of learned constraints concerned by reduction	: 0
49.12/47.31	c number of learning phase by resolution	: 0
49.12/47.31	c number of learning phase by cutting planes	: 0
49.12/47.31	c number of rounding to 1 operations	: 0
49.12/47.31	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
49.12/47.31	c number of reductions of the coefficients by power 2 	: 0
49.12/47.32	c number of right shift for reduction by power 2 	: 0
49.12/47.32	c number of reductions of the coefficients by GCD over coefficients 	: 0
49.12/47.32	c number of ending skipping 	: 0
49.12/47.32	c number of internal skipping 	: 0
49.12/47.32	c number of derivation steps 	: 0
49.12/47.32	c number of skipped derivation steps 	: 0
49.12/47.32	c number of remaining unassigned 	: 0
49.12/47.32	c number of remaining assigned 	: 0
49.12/47.32	c number of falsified literals weakened from reason	: 0
49.12/47.32	c number of falsified literals weakened from conflict	: 0
49.12/47.32	c time for arithmetic operations	: 0
49.12/47.32	c minimum degree of deleted constraints	: null
49.12/47.32	c maximum degree of deleted constraints	: null
49.12/47.32	c number of deleted constraints	: 0
49.12/47.32	c speed (assignments/second)	: 1213213.231855096
49.12/47.32	c non guided choices	: 31422087
49.12/47.38	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 174070
49.12/47.38	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 33
49.12/47.38	s UNSATISFIABLE
49.12/47.38	c Total wall clock time (in seconds): 47.254

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4515534-1751235543/watcher-4515534-1751235543 -o /tmp/evaluation-result-4515534-1751235543/solver-4515534-1751235543 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1751235489-32351 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4515534-1751235543.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
solver pid=32731, runsolver pid=32728
Current StackSize limit: 8192 KiB


[startup+0.100036 s]*
/proc/loadavg: 3.14 2.10 2.74 5/341 32749
/proc/meminfo: memFree=118324164/131249996 swapFree=33010684/33010684
[pid=32731] ppid=32728 vsize=18930384 memory=57752 CPUtime=0.13 cores=0,2
/proc/32731/stat : 32731 (java) S 32728 32731 29257 0 -1 4194304 6586 0 0 0 11 2 0 0 20 0 18 0 39232125 19384713216 14438 18446744073709551615 94638487461888 94638487465584 140732266466464 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94638487473400 94638487474192 94638516908032 140732266469761 140732266469862 140732266469862 140732266475464 0
/proc/32731/statm: 4732596 14438 5351 1 0 547623 0
[pid=32731/tid=32733] ppid=32728 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=0,2
/proc/32731/task/32733/stat : 32733 (java) R 32728 32731 29257 0 -1 4194368 5086 0 0 0 7 1 0 0 20 0 18 0 39232126 19384713216 14470 18446744073709551615 94638487461888 94638487465584 140732266466464 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94638487473400 94638487474192 94638516908032 140732266469761 140732266469862 140732266469862 140732266475464 0
[pid=32731/tid=32742] ppid=32728 vsize=18930384 memory=228522721619 CPUtime=0 cores=0,2
/proc/32731/task/32742/stat : 32742 (Finalizer) S 32728 32731 29257 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39232128 19384713216 14470 18446744073709551615 94638487461888 94638487465584 140732266466464 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94638487473400 94638487474192 94638516908032 140732266469761 140732266469862 140732266469862 140732266475464 0
[pid=32731/tid=32749] ppid=32728 vsize=18930384 memory=58485492679666 CPUtime=0 cores=0,2
/proc/32731/task/32749/stat : 32749 (Common-Cleaner) S 32728 32731 29257 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 39232129 19384713216 14470 18446744073709551615 94638487461888 94638487465584 140732266466464 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94638487473400 94638487474192 94638516908032 140732266469761 140732266469862 140732266469862 140732266475464 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57752 KiB

[startup+0.205843 s]*
/proc/loadavg: 3.14 2.10 2.74 7/341 32749
/proc/meminfo: memFree=118309104/131249996 swapFree=33010684/33010684
[pid=32731] ppid=32728 vsize=18930384 memory=76468 CPUtime=0.33 cores=0,2
/proc/32731/stat : 32731 (java) S 32728 32731 29257 0 -1 4194304 7070 0 0 0 30 3 0 0 20 0 18 0 39232125 19384713216 19117 18446744073709551615 94638487461888 94638487465584 140732266466464 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94638487473400 94638487474192 94638516908032 140732266469761 140732266469862 140732266469862 140732266475464 0
/proc/32731/statm: 4732596 19117 5447 1 0 547953 0
[pid=32731/tid=32733] ppid=32728 vsize=18930384 memory=4026597660 CPUtime=0.18 cores=0,2
/proc/32731/task/32733/stat : 32733 (java) R 32728 32731 29257 0 -1 4194368 5264 0 0 0 16 2 0 0 20 0 18 0 39232126 19384713216 19117 18446744073709551615 94638487461888 94638487465584 140732266466464 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94638487473400 94638487474192 94638516908032 140732266469761 140732266469862 140732266469862 140732266475464 0
[pid=32731/tid=32742] ppid=32728 vsize=18930384 memory=16099 CPUtime=0 cores=0,2
/proc/32731/task/32742/stat : 32742 (Finalizer) S 32728 32731 29257 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39232128 19384713216 19117 18446744073709551615 94638487461888 94638487465584 140732266466464 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94638487473400 94638487474192 94638516908032 140732266469761 140732266469862 140732266469862 140732266475464 0
[pid=32731/tid=32749] ppid=32728 vsize=18930384 memory=57385981051877 CPUtime=0 cores=0,2
/proc/32731/task/32749/stat : 32749 (Common-Cleaner) S 32728 32731 29257 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 39232129 19384713216 19117 18446744073709551615 94638487461888 94638487465584 140732266466464 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94638487473400 94638487474192 94638516908032 140732266469761 140732266469862 140732266469862 140732266475464 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 76468 KiB

[startup+0.30579 s]*
/proc/loadavg: 3.14 2.10 2.74 8/342 32750
/proc/meminfo: memFree=118261088/131249996 swapFree=33010684/33010684
[pid=32731] ppid=32728 vsize=18996948 memory=106480 CPUtime=0.52 cores=0,2
/proc/32731/stat : 32731 (java) S 32728 32731 29257 0 -1 4194304 8871 0 0 0 48 4 0 0 20 0 19 0 39232125 19452874752 26620 18446744073709551615 94638487461888 94638487465584 140732266466464 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94638487473400 94638487474192 94638516908032 140732266469761 140732266469862 140732266469862 140732266475464 0
/proc/32731/statm: 4749237 26620 5447 1 0 549477 0
[pid=32731/tid=32733] ppid=32728 vsize=18996948 memory=-6000919472756714092 CPUtime=0.26 cores=0,2
/proc/32731/task/32733/stat : 32733 (java) R 32728 32731 29257 0 -1 4194368 5305 0 0 0 24 2 0 0 20 0 19 0 39232126 19452874752 26620 18446744073709551615 94638487461888 94638487465584 140732266466464 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94638487473400 94638487474192 94638516908032 140732266469761 140732266469862 140732266469862 140732266475464 0
[pid=32731/tid=32742] ppid=32728 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/32731/task/32742/stat : 32742 (Finalizer) S 32728 32731 29257 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 39232128 19452874752 26620 18446744073709551615 94638487461888 94638487465584 140732266466464 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94638487473400 94638487474192 94638516908032 140732266469761 140732266469862 140732266469862 140732266475464 0
[pid=32731/tid=32749] ppid=32728 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/32731/task/32749/stat : 32749 (Common-Cleaner) S 32728 32731 29257 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 39232129 19452874752 26620 18446744073709551615 94638487461888 94638487465584 140732266466464 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94638487473400 94638487474192 94638516908032 140732266469761 140732266469862 140732266469862 140732266475464 0
[pid=32731/tid=32750] ppid=32728 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/32731/task/32750/stat : 32750 (Timer-0) S 32728 32731 29257 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 39232154 19452874752 26620 18446744073709551615 94638487461888 94638487465584 140732266466464 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94638487473400 94638487474192 94638516908032 140732266469761 140732266469862 140732266469862 140732266475464 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 106480 KiB

[startup+0.700251 s]
/proc/loadavg: 3.14 2.10 2.74 6/342 32750
/proc/meminfo: memFree=118148484/131249996 swapFree=33010684/33010684
[pid=32731] ppid=32728 vsize=18996948 memory=127684 CPUtime=1.29 cores=0,2
/proc/32731/stat : 32731 (java) S 32728 32731 29257 0 -1 4194304 15207 0 0 0 123 6 0 0 20 0 19 0 39232125 19452874752 31921 18446744073709551615 94638487461888 94638487465584 140732266466464 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94638487473400 94638487474192 94638516908032 140732266469761 140732266469862 140732266469862 140732266475464 0
/proc/32731/statm: 4749237 31921 5447 1 0 554153 0
[pid=32731/tid=32733] ppid=32728 vsize=18996948 memory=17536 CPUtime=0.63 cores=0,2
/proc/32731/task/32733/stat : 32733 (java) R 32728 32731 29257 0 -1 4194368 5370 0 0 0 60 3 0 0 20 0 19 0 39232126 19452874752 31921 18446744073709551615 94638487461888 94638487465584 140732266466464 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94638487473400 94638487474192 94638516908032 140732266469761 140732266469862 140732266469862 140732266475464 0
[pid=32731/tid=32742] ppid=32728 vsize=18996948 memory=10880 CPUtime=0 cores=0,2
/proc/32731/task/32742/stat : 32742 (Finalizer) S 32728 32731 29257 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 39232128 19452874752 31921 18446744073709551615 94638487461888 94638487465584 140732266466464 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94638487473400 94638487474192 94638516908032 140732266469761 140732266469862 140732266469862 140732266475464 0
[pid=32731/tid=32749] ppid=32728 vsize=18996948 memory=3200 CPUtime=0 cores=0,2
/proc/32731/task/32749/stat : 32749 (Common-Cleaner) S 32728 32731 29257 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 39232129 19452874752 31921 18446744073709551615 94638487461888 94638487465584 140732266466464 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94638487473400 94638487474192 94638516908032 140732266469761 140732266469862 140732266469862 140732266475464 0
[pid=32731/tid=32750] ppid=32728 vsize=18996948 memory=4752 CPUtime=0 cores=0,2
/proc/32731/task/32750/stat : 32750 (Timer-0) S 32728 32731 29257 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 39232154 19452874752 31921 18446744073709551615 94638487461888 94638487465584 140732266466464 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94638487473400 94638487474192 94638516908032 140732266469761 140732266469862 140732266469862 140732266475464 0
Current children cumulated CPU time: 1.29 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 127684 KiB

[startup+1.50024 s]
/proc/loadavg: 3.14 2.10 2.74 6/342 32750
/proc/meminfo: memFree=118139284/131249996 swapFree=33010684/33010684
[pid=32731] ppid=32728 vsize=18996948 memory=142680 CPUtime=2.86 cores=0,2
/proc/32731/stat : 32731 (java) S 32728 32731 29257 0 -1 4194304 19035 0 0 0 280 6 0 0 20 0 19 0 39232125 19452874752 35670 18446744073709551615 94638487461888 94638487465584 140732266466464 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94638487473400 94638487474192 94638516908032 140732266469761 140732266469862 140732266469862 140732266475464 0
/proc/32731/statm: 4749237 35670 5479 1 0 554158 0
[pid=32731/tid=32733] ppid=32728 vsize=18996948 memory=10880 CPUtime=1.42 cores=0,2
/proc/32731/task/32733/stat : 32733 (java) R 32728 32731 29257 0 -1 4194368 5663 0 0 0 139 3 0 0 20 0 19 0 39232126 19452874752 35670 18446744073709551615 94638487461888 94638487465584 140732266466464 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94638487473400 94638487474192 94638516908032 140732266469761 140732266469862 140732266469862 140732266475464 0
[pid=32731/tid=32742] ppid=32728 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/32731/task/32742/stat : 32742 (Finalizer) S 32728 32731 29257 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 39232128 19452874752 35670 18446744073709551615 94638487461888 94638487465584 140732266466464 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94638487473400 94638487474192 94638516908032 140732266469761 140732266469862 140732266469862 140732266475464 0
[pid=32731/tid=32749] ppid=32728 vsize=18996948 memory=3200 CPUtime=0 cores=0,2
/proc/32731/task/32749/stat : 32749 (Common-Cleaner) S 32728 32731 29257 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 39232129 19452874752 35670 18446744073709551615 94638487461888 94638487465584 140732266466464 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94638487473400 94638487474192 94638516908032 140732266469761 140732266469862 140732266469862 140732266475464 0
[pid=32731/tid=32750] ppid=32728 vsize=18996948 memory=4752 CPUtime=0 cores=0,2
/proc/32731/task/32750/stat : 32750 (Timer-0) S 32728 32731 29257 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 39232154 19452874752 35670 18446744073709551615 94638487461888 94638487465584 140732266466464 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94638487473400 94638487474192 94638516908032 140732266469761 140732266469862 140732266469862 140732266475464 0
Current children cumulated CPU time: 2.86 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 142680 KiB

[startup+3.10575 s]
/proc/loadavg: 3.21 2.13 2.74 6/343 32751
/proc/meminfo: memFree=118082192/131249996 swapFree=33010684/33010684
[pid=32731] ppid=32728 vsize=19063512 memory=192552 CPUtime=4.57 cores=0,2
/proc/32731/stat : 32731 (java) S 32728 32731 29257 0 -1 4194304 20931 0 0 0 449 8 0 0 20 0 20 0 39232125 19521036288 48138 18446744073709551615 94638487461888 94638487465584 140732266466464 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94638487473400 94638487474192 94638516908032 140732266469761 140732266469862 140732266469862 140732266475464 0
/proc/32731/statm: 4765878 48138 5511 1 0 554450 0
[pid=32731/tid=32733] ppid=32728 vsize=19063512 memory=10880 CPUtime=3 cores=0,2
/proc/32731/task/32733/stat : 32733 (java) R 32728 32731 29257 0 -1 4194368 5957 0 0 0 296 4 0 0 20 0 20 0 39232126 19521036288 48138 18446744073709551615 94638487461888 94638487465584 140732266466464 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94638487473400 94638487474192 94638516908032 140732266469761 140732266469862 140732266469862 140732266475464 0
[pid=32731/tid=32742] ppid=32728 vsize=19063512 memory=-6000919472756714092 CPUtime=0 cores=0,2
/proc/32731/task/32742/stat : 32742 (Finalizer) S 32728 32731 29257 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39232128 19521036288 48138 18446744073709551615 94638487461888 94638487465584 140732266466464 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94638487473400 94638487474192 94638516908032 140732266469761 140732266469862 140732266469862 140732266475464 0
[pid=32731/tid=32749] ppid=32728 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/32731/task/32749/stat : 32749 (Common-Cleaner) S 32728 32731 29257 0 -1 4194368 54 0 0 0 0 0 0 0 20 0 20 0 39232129 19521036288 48138 18446744073709551615 94638487461888 94638487465584 140732266466464 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94638487473400 94638487474192 94638516908032 140732266469761 140732266469862 140732266469862 140732266475464 0
[pid=32731/tid=32750] ppid=32728 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/32731/task/32750/stat : 32750 (Timer-0) S 32728 32731 29257 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39232154 19521036288 48138 18446744073709551615 94638487461888 94638487465584 140732266466464 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94638487473400 94638487474192 94638516908032 140732266469761 140732266469862 140732266469862 140732266475464 0
Current children cumulated CPU time: 4.57 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 192552 KiB

[startup+6.30021 s]
/proc/loadavg: 3.21 2.13 2.74 5/343 32751
/proc/meminfo: memFree=117350772/131249996 swapFree=33010684/33010684
[pid=32731] ppid=32728 vsize=19063512 memory=183984 CPUtime=7.75 cores=0,2
/proc/32731/stat : 32731 (java) S 32728 32731 29257 0 -1 4194304 21378 0 0 0 767 8 0 0 20 0 20 0 39232125 19521036288 45996 18446744073709551615 94638487461888 94638487465584 140732266466464 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94638487473400 94638487474192 94638516908032 140732266469761 140732266469862 140732266469862 140732266475464 0
/proc/32731/statm: 4765878 45996 5511 1 0 554450 0
[pid=32731/tid=32733] ppid=32728 vsize=19063512 memory=0 CPUtime=6.19 cores=0,2
/proc/32731/task/32733/stat : 32733 (java) R 32728 32731 29257 0 -1 4194368 6198 0 0 0 615 4 0 0 20 0 20 0 39232126 19521036288 45996 18446744073709551615 94638487461888 94638487465584 140732266466464 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94638487473400 94638487474192 94638516908032 140732266469761 140732266469862 140732266469862 140732266475464 0
[pid=32731/tid=32742] ppid=32728 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/32731/task/32742/stat : 32742 (Finalizer) S 32728 32731 29257 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39232128 19521036288 45996 18446744073709551615 94638487461888 94638487465584 140732266466464 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94638487473400 94638487474192 94638516908032 140732266469761 140732266469862 140732266469862 140732266475464 0
[pid=32731/tid=32749] ppid=32728 vsize=19063512 memory=10880 CPUtime=0 cores=0,2
/proc/32731/task/32749/stat : 32749 (Common-Cleaner) S 32728 32731 29257 0 -1 4194368 54 0 0 0 0 0 0 0 20 0 20 0 39232129 19521036288 45996 18446744073709551615 94638487461888 94638487465584 140732266466464 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94638487473400 94638487474192 94638516908032 140732266469761 140732266469862 140732266469862 140732266475464 0
[pid=32731/tid=32750] ppid=32728 vsize=19063512 memory=146908 CPUtime=0 cores=0,2
/proc/32731/task/32750/stat : 32750 (Timer-0) S 32728 32731 29257 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39232154 19521036288 45996 18446744073709551615 94638487461888 94638487465584 140732266466464 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94638487473400 94638487474192 94638516908032 140732266469761 140732266469862 140732266469862 140732266475464 0
Current children cumulated CPU time: 7.75 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 183984 KiB

[startup+12.7002 s]
/proc/loadavg: 3.27 2.16 2.75 5/343 32751
/proc/meminfo: memFree=117203316/131249996 swapFree=33010684/33010684
[pid=32731] ppid=32728 vsize=19063512 memory=218960 CPUtime=14.18 cores=0,2
/proc/32731/stat : 32731 (java) S 32728 32731 29257 0 -1 4194304 23343 0 0 0 1409 9 0 0 20 0 20 0 39232125 19521036288 54740 18446744073709551615 94638487461888 94638487465584 140732266466464 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94638487473400 94638487474192 94638516908032 140732266469761 140732266469862 140732266469862 140732266475464 0
/proc/32731/statm: 4765878 54740 5511 1 0 554450 0
[pid=32731/tid=32733] ppid=32728 vsize=19063512 memory=146908 CPUtime=12.53 cores=0,2
/proc/32731/task/32733/stat : 32733 (java) R 32728 32731 29257 0 -1 4194368 6783 0 0 0 1249 4 0 0 20 0 20 0 39232126 19521036288 54740 18446744073709551615 94638487461888 94638487465584 140732266466464 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94638487473400 94638487474192 94638516908032 140732266469761 140732266469862 140732266469862 140732266475464 0
[pid=32731/tid=32742] ppid=32728 vsize=19063512 memory=10880 CPUtime=0 cores=0,2
/proc/32731/task/32742/stat : 32742 (Finalizer) S 32728 32731 29257 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39232128 19521036288 54740 18446744073709551615 94638487461888 94638487465584 140732266466464 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94638487473400 94638487474192 94638516908032 140732266469761 140732266469862 140732266469862 140732266475464 0
[pid=32731/tid=32749] ppid=32728 vsize=19063512 memory=218960 CPUtime=0 cores=0,2
/proc/32731/task/32749/stat : 32749 (Common-Cleaner) S 32728 32731 29257 0 -1 4194368 54 0 0 0 0 0 0 0 20 0 20 0 39232129 19521036288 54740 18446744073709551615 94638487461888 94638487465584 140732266466464 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94638487473400 94638487474192 94638516908032 140732266469761 140732266469862 140732266469862 140732266475464 0
[pid=32731/tid=32750] ppid=32728 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/32731/task/32750/stat : 32750 (Timer-0) S 32728 32731 29257 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39232154 19521036288 54740 18446744073709551615 94638487461888 94638487465584 140732266466464 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94638487473400 94638487474192 94638516908032 140732266469761 140732266469862 140732266469862 140732266475464 0
Current children cumulated CPU time: 14.18 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 218960 KiB

[startup+25.5002 s]
/proc/loadavg: 3.66 2.30 2.79 5/343 32751
/proc/meminfo: memFree=115664796/131249996 swapFree=33010684/33010684
[pid=32731] ppid=32728 vsize=19063512 memory=305320 CPUtime=27.08 cores=0,2
/proc/32731/stat : 32731 (java) S 32728 32731 29257 0 -1 4194304 27421 0 0 0 2696 12 0 0 20 0 20 0 39232125 19521036288 76330 18446744073709551615 94638487461888 94638487465584 140732266466464 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94638487473400 94638487474192 94638516908032 140732266469761 140732266469862 140732266469862 140732266475464 0
/proc/32731/statm: 4765878 76330 5511 1 0 554478 0
[pid=32731/tid=32733] ppid=32728 vsize=19063512 memory=10880 CPUtime=25.2 cores=0,2
/proc/32731/task/32733/stat : 32733 (java) R 32728 32731 29257 0 -1 4194368 7424 0 0 0 2516 4 0 0 20 0 20 0 39232126 19521036288 76330 18446744073709551615 94638487461888 94638487465584 140732266466464 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94638487473400 94638487474192 94638516908032 140732266469761 140732266469862 140732266469862 140732266475464 0
[pid=32731/tid=32742] ppid=32728 vsize=19063512 memory=218960 CPUtime=0 cores=0,2
/proc/32731/task/32742/stat : 32742 (Finalizer) S 32728 32731 29257 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39232128 19521036288 76330 18446744073709551615 94638487461888 94638487465584 140732266466464 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94638487473400 94638487474192 94638516908032 140732266469761 140732266469862 140732266469862 140732266475464 0
[pid=32731/tid=32749] ppid=32728 vsize=19063512 memory=4252 CPUtime=0 cores=0,2
/proc/32731/task/32749/stat : 32749 (Common-Cleaner) S 32728 32731 29257 0 -1 4194368 54 0 0 0 0 0 0 0 20 0 20 0 39232129 19521036288 76330 18446744073709551615 94638487461888 94638487465584 140732266466464 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94638487473400 94638487474192 94638516908032 140732266469761 140732266469862 140732266469862 140732266475464 0
[pid=32731/tid=32750] ppid=32728 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/32731/task/32750/stat : 32750 (Timer-0) S 32728 32731 29257 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39232154 19521036288 76330 18446744073709551615 94638487461888 94638487465584 140732266466464 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94638487473400 94638487474192 94638516908032 140732266469761 140732266469862 140732266469862 140732266475464 0
Current children cumulated CPU time: 27.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 305320 KiB

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

# cumulated CPU time of all completed processes:  user=49.1215 s, system=0.180495 s

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

[startup+25.6003 s]
/proc/loadavg: 3.66 2.30 2.79 5/343 32751
/proc/meminfo: memFree=115664796/131249996 swapFree=33010684/33010684
[pid=32731] ppid=32728 vsize=19063512 memory=305320 CPUtime=27.18 cores=0,2
/proc/32731/stat : 32731 (java) S 32728 32731 29257 0 -1 4194304 27425 0 0 0 2706 12 0 0 20 0 20 0 39232125 19521036288 76330 18446744073709551615 94638487461888 94638487465584 140732266466464 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94638487473400 94638487474192 94638516908032 140732266469761 140732266469862 140732266469862 140732266475464 0
/proc/32731/statm: 4765878 76330 5511 1 0 554478 0
[pid=32731/tid=32733] ppid=32728 vsize=19063512 memory=183984 CPUtime=25.3 cores=0,2
/proc/32731/task/32733/stat : 32733 (java) R 32728 32731 29257 0 -1 4194368 7428 0 0 0 2526 4 0 0 20 0 20 0 39232126 19521036288 76330 18446744073709551615 94638487461888 94638487465584 140732266466464 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94638487473400 94638487474192 94638516908032 140732266469761 140732266469862 140732266469862 140732266475464 0
[pid=32731/tid=32742] ppid=32728 vsize=19063512 memory=33 CPUtime=0 cores=0,2
/proc/32731/task/32742/stat : 32742 (Finalizer) S 32728 32731 29257 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39232128 19521036288 76330 18446744073709551615 94638487461888 94638487465584 140732266466464 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94638487473400 94638487474192 94638516908032 140732266469761 140732266469862 140732266469862 140732266475464 0
[pid=32731/tid=32749] ppid=32728 vsize=19063512 memory=4050480106052026164 CPUtime=0 cores=0,2
/proc/32731/task/32749/stat : 32749 (Common-Cleaner) S 32728 32731 29257 0 -1 4194368 54 0 0 0 0 0 0 0 20 0 20 0 39232129 19521036288 76330 18446744073709551615 94638487461888 94638487465584 140732266466464 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94638487473400 94638487474192 94638516908032 140732266469761 140732266469862 140732266469862 140732266475464 0
[pid=32731/tid=32750] ppid=32728 vsize=19063512 memory=4752 CPUtime=0 cores=0,2
/proc/32731/task/32750/stat : 32750 (Timer-0) S 32728 32731 29257 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39232154 19521036288 76330 18446744073709551615 94638487461888 94638487465584 140732266466464 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94638487473400 94638487474192 94638516908032 140732266469761 140732266469862 140732266469862 140732266475464 0
Current children cumulated CPU time: 27.18 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 305320 KiB

[startup+38.4002 s]
/proc/loadavg: 3.81 2.40 2.81 5/343 32751
/proc/meminfo: memFree=113837288/131249996 swapFree=33010684/33010684
[pid=32731] ppid=32728 vsize=19063512 memory=395460 CPUtime=40.04 cores=0,2
/proc/32731/stat : 32731 (java) S 32728 32731 29257 0 -1 4194304 27540 0 0 0 3990 14 0 0 20 0 20 0 39232125 19521036288 98865 18446744073709551615 94638487461888 94638487465584 140732266466464 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94638487473400 94638487474192 94638516908032 140732266469761 140732266469862 140732266469862 140732266475464 0
/proc/32731/statm: 4765878 98865 5511 1 0 554478 0
[pid=32731/tid=32733] ppid=32728 vsize=19063512 memory=164 CPUtime=37.96 cores=0,2
/proc/32731/task/32733/stat : 32733 (java) R 32728 32731 29257 0 -1 4194368 7433 0 0 0 3792 4 0 0 20 0 20 0 39232126 19521036288 98865 18446744073709551615 94638487461888 94638487465584 140732266466464 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94638487473400 94638487474192 94638516908032 140732266469761 140732266469862 140732266469862 140732266475464 0
[pid=32731/tid=32742] ppid=32728 vsize=19063512 memory=305320 CPUtime=0 cores=0,2
/proc/32731/task/32742/stat : 32742 (Finalizer) S 32728 32731 29257 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39232128 19521036288 98865 18446744073709551615 94638487461888 94638487465584 140732266466464 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94638487473400 94638487474192 94638516908032 140732266469761 140732266469862 140732266469862 140732266475464 0
[pid=32731/tid=32749] ppid=32728 vsize=19063512 memory=10880 CPUtime=0 cores=0,2
/proc/32731/task/32749/stat : 32749 (Common-Cleaner) S 32728 32731 29257 0 -1 4194368 54 0 0 0 0 0 0 0 20 0 20 0 39232129 19521036288 98865 18446744073709551615 94638487461888 94638487465584 140732266466464 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94638487473400 94638487474192 94638516908032 140732266469761 140732266469862 140732266469862 140732266475464 0
[pid=32731/tid=32750] ppid=32728 vsize=19063512 memory=348356 CPUtime=0 cores=0,2
/proc/32731/task/32750/stat : 32750 (Timer-0) S 32728 32731 29257 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39232154 19521036288 98865 18446744073709551615 94638487461888 94638487465584 140732266466464 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94638487473400 94638487474192 94638516908032 140732266469761 140732266469862 140732266469862 140732266475464 0
Current children cumulated CPU time: 40.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 395460 KiB

[startup+41.6002 s]
/proc/loadavg: 3.81 2.40 2.81 6/343 32751
/proc/meminfo: memFree=113792240/131249996 swapFree=33010684/33010684
[pid=32731] ppid=32728 vsize=19063512 memory=440532 CPUtime=43.29 cores=0,2
/proc/32731/stat : 32731 (java) S 32728 32731 29257 0 -1 4194304 27567 0 0 0 4313 16 0 0 20 0 20 0 39232125 19521036288 110133 18446744073709551615 94638487461888 94638487465584 140732266466464 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94638487473400 94638487474192 94638516908032 140732266469761 140732266469862 140732266469862 140732266475464 0
/proc/32731/statm: 4765878 110133 5511 1 0 554480 0
[pid=32731/tid=32733] ppid=32728 vsize=19063512 memory=395460 CPUtime=41.1 cores=0,2
/proc/32731/task/32733/stat : 32733 (java) R 32728 32731 29257 0 -1 4194368 7436 0 0 0 4106 4 0 0 20 0 20 0 39232126 19521036288 110133 18446744073709551615 94638487461888 94638487465584 140732266466464 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94638487473400 94638487474192 94638516908032 140732266469761 140732266469862 140732266469862 140732266475464 0
[pid=32731/tid=32742] ppid=32728 vsize=19063512 memory=10880 CPUtime=0 cores=0,2
/proc/32731/task/32742/stat : 32742 (Finalizer) S 32728 32731 29257 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39232128 19521036288 110133 18446744073709551615 94638487461888 94638487465584 140732266466464 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94638487473400 94638487474192 94638516908032 140732266469761 140732266469862 140732266469862 140732266475464 0
[pid=32731/tid=32749] ppid=32728 vsize=19063512 memory=348356 CPUtime=0 cores=0,2
/proc/32731/task/32749/stat : 32749 (Common-Cleaner) S 32728 32731 29257 0 -1 4194368 54 0 0 0 0 0 0 0 20 0 20 0 39232129 19521036288 110133 18446744073709551615 94638487461888 94638487465584 140732266466464 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94638487473400 94638487474192 94638516908032 140732266469761 140732266469862 140732266469862 140732266475464 0
[pid=32731/tid=32750] ppid=32728 vsize=19063512 memory=14156 CPUtime=0 cores=0,2
/proc/32731/task/32750/stat : 32750 (Timer-0) S 32728 32731 29257 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39232154 19521036288 110133 18446744073709551615 94638487461888 94638487465584 140732266466464 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94638487473400 94638487474192 94638516908032 140732266469761 140732266469862 140732266469862 140732266475464 0
Current children cumulated CPU time: 43.29 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 440532 KiB

[startup+44.8002 s]
/proc/loadavg: 3.83 2.43 2.82 6/343 32751
/proc/meminfo: memFree=113742080/131249996 swapFree=33010684/33010684
[pid=32731] ppid=32728 vsize=19063512 memory=440532 CPUtime=46.48 cores=0,2
/proc/32731/stat : 32731 (java) S 32728 32731 29257 0 -1 4194304 27570 0 0 0 4632 16 0 0 20 0 20 0 39232125 19521036288 110133 18446744073709551615 94638487461888 94638487465584 140732266466464 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94638487473400 94638487474192 94638516908032 140732266469761 140732266469862 140732266469862 140732266475464 0
/proc/32731/statm: 4765878 110133 5511 1 0 554480 0
[pid=32731/tid=32733] ppid=32728 vsize=19063512 memory=348356 CPUtime=44.29 cores=0,2
/proc/32731/task/32733/stat : 32733 (java) R 32728 32731 29257 0 -1 4194368 7437 0 0 0 4425 4 0 0 20 0 20 0 39232126 19521036288 110133 18446744073709551615 94638487461888 94638487465584 140732266466464 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94638487473400 94638487474192 94638516908032 140732266469761 140732266469862 140732266469862 140732266475464 0
[pid=32731/tid=32742] ppid=32728 vsize=19063512 memory=440532 CPUtime=0 cores=0,2
/proc/32731/task/32742/stat : 32742 (Finalizer) S 32728 32731 29257 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39232128 19521036288 110133 18446744073709551615 94638487461888 94638487465584 140732266466464 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94638487473400 94638487474192 94638516908032 140732266469761 140732266469862 140732266469862 140732266475464 0
[pid=32731/tid=32749] ppid=32728 vsize=19063512 memory=395460 CPUtime=0 cores=0,2
/proc/32731/task/32749/stat : 32749 (Common-Cleaner) S 32728 32731 29257 0 -1 4194368 54 0 0 0 0 0 0 0 20 0 20 0 39232129 19521036288 110133 18446744073709551615 94638487461888 94638487465584 140732266466464 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94638487473400 94638487474192 94638516908032 140732266469761 140732266469862 140732266469862 140732266475464 0
[pid=32731/tid=32750] ppid=32728 vsize=19063512 memory=14156 CPUtime=0 cores=0,2
/proc/32731/task/32750/stat : 32750 (Timer-0) S 32728 32731 29257 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39232154 19521036288 110133 18446744073709551615 94638487461888 94638487465584 140732266466464 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94638487473400 94638487474192 94638516908032 140732266469761 140732266469862 140732266469862 140732266475464 0
Current children cumulated CPU time: 46.48 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 440532 KiB

[startup+46.4002 s]
/proc/loadavg: 3.83 2.43 2.82 7/343 32751
/proc/meminfo: memFree=113418496/131249996 swapFree=33010684/33010684
[pid=32731] ppid=32728 vsize=19063512 memory=440532 CPUtime=48.08 cores=0,2
/proc/32731/stat : 32731 (java) S 32728 32731 29257 0 -1 4194304 27570 0 0 0 4792 16 0 0 20 0 20 0 39232125 19521036288 110133 18446744073709551615 94638487461888 94638487465584 140732266466464 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94638487473400 94638487474192 94638516908032 140732266469761 140732266469862 140732266469862 140732266475464 0
/proc/32731/statm: 4765878 110133 5511 1 0 554480 0
[pid=32731/tid=32733] ppid=32728 vsize=19063512 memory=440532 CPUtime=45.89 cores=0,2
/proc/32731/task/32733/stat : 32733 (java) R 32728 32731 29257 0 -1 4194368 7437 0 0 0 4585 4 0 0 20 0 20 0 39232126 19521036288 110133 18446744073709551615 94638487461888 94638487465584 140732266466464 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94638487473400 94638487474192 94638516908032 140732266469761 140732266469862 140732266469862 140732266475464 0
[pid=32731/tid=32742] ppid=32728 vsize=19063512 memory=-6000919472756714092 CPUtime=0 cores=0,2
/proc/32731/task/32742/stat : 32742 (Finalizer) S 32728 32731 29257 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39232128 19521036288 110133 18446744073709551615 94638487461888 94638487465584 140732266466464 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94638487473400 94638487474192 94638516908032 140732266469761 140732266469862 140732266469862 140732266475464 0
[pid=32731/tid=32749] ppid=32728 vsize=19063512 memory=10880 CPUtime=0 cores=0,2
/proc/32731/task/32749/stat : 32749 (Common-Cleaner) S 32728 32731 29257 0 -1 4194368 54 0 0 0 0 0 0 0 20 0 20 0 39232129 19521036288 110133 18446744073709551615 94638487461888 94638487465584 140732266466464 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94638487473400 94638487474192 94638516908032 140732266469761 140732266469862 140732266469862 140732266475464 0
[pid=32731/tid=32750] ppid=32728 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/32731/task/32750/stat : 32750 (Timer-0) S 32728 32731 29257 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39232154 19521036288 110133 18446744073709551615 94638487461888 94638487465584 140732266466464 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94638487473400 94638487474192 94638516908032 140732266469761 140732266469862 140732266469862 140732266475464 0
Current children cumulated CPU time: 48.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 440532 KiB

[startup+47.2002 s]
/proc/loadavg: 3.83 2.43 2.82 6/343 32751
/proc/meminfo: memFree=113373188/131249996 swapFree=33010684/33010684
[pid=32731] ppid=32728 vsize=19063512 memory=485588 CPUtime=48.92 cores=0,2
/proc/32731/stat : 32731 (java) S 32728 32731 29257 0 -1 4194304 27594 0 0 0 4876 16 0 0 20 0 20 0 39232125 19521036288 121397 18446744073709551615 94638487461888 94638487465584 140732266466464 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94638487473400 94638487474192 94638516908032 140732266469761 140732266469862 140732266469862 140732266475464 0
/proc/32731/statm: 4765878 121397 5511 1 0 554480 0
[pid=32731/tid=32733] ppid=32728 vsize=19063512 memory=-6000919472756714092 CPUtime=46.63 cores=0,2
/proc/32731/task/32733/stat : 32733 (java) R 32728 32731 29257 0 -1 4194368 7437 0 0 0 4659 4 0 0 20 0 20 0 39232126 19521036288 121397 18446744073709551615 94638487461888 94638487465584 140732266466464 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94638487473400 94638487474192 94638516908032 140732266469761 140732266469862 140732266469862 140732266475464 0
[pid=32731/tid=32742] ppid=32728 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/32731/task/32742/stat : 32742 (Finalizer) S 32728 32731 29257 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39232128 19521036288 121397 18446744073709551615 94638487461888 94638487465584 140732266466464 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94638487473400 94638487474192 94638516908032 140732266469761 140732266469862 140732266469862 140732266475464 0
[pid=32731/tid=32749] ppid=32728 vsize=19063512 memory=4752 CPUtime=0 cores=0,2
/proc/32731/task/32749/stat : 32749 (Common-Cleaner) S 32728 32731 29257 0 -1 4194368 54 0 0 0 0 0 0 0 20 0 20 0 39232129 19521036288 121397 18446744073709551615 94638487461888 94638487465584 140732266466464 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94638487473400 94638487474192 94638516908032 140732266469761 140732266469862 140732266469862 140732266475464 0
[pid=32731/tid=32750] ppid=32728 vsize=19063512 memory=2760 CPUtime=0 cores=0,2
/proc/32731/task/32750/stat : 32750 (Timer-0) S 32728 32731 29257 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39232154 19521036288 121397 18446744073709551615 94638487461888 94638487465584 140732266466464 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94638487473400 94638487474192 94638516908032 140732266469761 140732266469862 140732266469862 140732266475464 0
Current children cumulated CPU time: 48.92 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 485588 KiB

[startup+47.4002 s]
/proc/loadavg: 3.83 2.43 2.82 6/343 32751
/proc/meminfo: memFree=113373188/131249996 swapFree=33010684/33010684
[pid=32731] ppid=32728 vsize=19196640 memory=492884 CPUtime=49.29 cores=0,2
/proc/32731/stat : 32731 (java) S 32728 32731 29257 0 -1 4194304 32971 0 0 0 4912 17 0 0 20 0 14 0 39232125 19657359360 123221 18446744073709551615 94638487461888 94638487465584 140732266466464 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94638487473400 94638487474192 94638516908032 140732266469761 140732266469862 140732266469862 140732266475464 0
/proc/32731/statm: 4799160 123221 5543 1 0 555168 0
[pid=32731/tid=32733] ppid=32728 vsize=19196640 memory=17536 CPUtime=46.73 cores=0,2
/proc/32731/task/32733/stat : 32733 (java) S 32728 32731 29257 0 -1 4194368 8826 0 0 0 4669 4 0 0 20 0 14 0 39232126 19657359360 123221 18446744073709551615 94638487461888 94638487465584 140732266466464 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94638487473400 94638487474192 94638516908032 140732266469761 140732266469862 140732266469862 140732266475464 0
[pid=32731/tid=32742] ppid=32728 vsize=19196640 memory=10880 CPUtime=0 cores=0,2
/proc/32731/task/32742/stat : 32742 (Finalizer) S 32728 32731 29257 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 14 0 39232128 19657359360 123221 18446744073709551615 94638487461888 94638487465584 140732266466464 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94638487473400 94638487474192 94638516908032 140732266469761 140732266469862 140732266469862 140732266475464 0
[pid=32731/tid=32749] ppid=32728 vsize=19196640 memory=5632 CPUtime=0 cores=0,2
/proc/32731/task/32749/stat : 32749 (Common-Cleaner) S 32728 32731 29257 0 -1 4194368 54 0 0 0 0 0 0 0 20 0 14 0 39232129 19657359360 123221 18446744073709551615 94638487461888 94638487465584 140732266466464 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94638487473400 94638487474192 94638516908032 140732266469761 140732266469862 140732266469862 140732266475464 0
Current children cumulated CPU time: 49.29 s
Current children cumulated vsize: 19196640 KiB
Current children cumulated memory: 492884 KiB

Child status: 20

Real time (s): 47.4056
CPU time (s): 49.302
CPU user time (s): 49.1215
CPU system time (s): 0.180495
CPU usage (%): 104
Max. virtual memory (cumulated for all children) (KiB): 19196640
Max. memory (cumulated for all children) (KiB): 492884

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 49.1215
system time used= 0.180495
maximum resident set size= 493012
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33001
page faults= 0
swaps= 0
block input operations= 0
block output operations= 344
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3371
involuntary context switches= 1246


# summary of solver processes directly reported to runsolver:
#   pid: 32731
#   total CPU time (s): 49.302
#   total CPU user time (s): 49.1215
#   total CPU system time (s): 0.180495

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.116037 second user time and 0.262026 second system time

The end

Launcher Data

Begin job on nodeC023 at 2025-06-30 00:19:03
IDJOB=4515534
IDBENCH=165294
IDSOLVER=3363
FILE ID=nodeC023/4515534-1751235543
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/normalized-sumineqArity5pyramidP085.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4515534-1751235543/watcher-4515534-1751235543 -o /tmp/evaluation-result-4515534-1751235543/solver-4515534-1751235543 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1751235489-32351 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4515534-1751235543.opb

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

MD5SUM BENCH= 5d1633616664d1d404e86526e434c88a
RANDOM SEED=1027126548

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.357
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.851
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		: 3595.879
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		: 3599.904
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.889
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.877
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		: 3597.186
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		: 3700.000
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:        118345040 kB
MemAvailable:   120236800 kB
Buffers:            3280 kB
Cached:          2695196 kB
SwapCached:            0 kB
Active:          9914076 kB
Inactive:        2390144 kB
Active(anon):    9623812 kB
Inactive(anon):        0 kB
Active(file):     290264 kB
Inactive(file):  2390144 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1132 kB
Writeback:             0 kB
AnonPages:       9608924 kB
Mapped:           122788 kB
Shmem:             18064 kB
KReclaimable:     101180 kB
Slab:             188760 kB
SReclaimable:     101180 kB
SUnreclaim:        87580 kB
KernelStack:        5216 kB
PageTables:        22400 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   18349524 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151448 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   9332736 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:19:50