Trace number 4464352

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
FiberSCIP 2024-07-30UNSAT 371.928 373.269

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900559676.opb
MD5SUM95888c36dbc3e063e75763857563d2e5
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 benchmark4.31777
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables231
Total number of constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
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 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 625
Number of bits of the biggest sum of numbers10
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.00	c The following solver is parallelized by UG version 1.0.0 [GitHash: e6e2b6ff-dirty]
0.00/0.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.1.1] [GitHash: 020d91813d]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c External libraries: 
0.00/0.00	c   Soplex 7.1.1         Linear Programming Solver developed at Zuse Institute Berlin (soplex.zib.de) [GitHash: b4905e82]
0.00/0.00	c   CppAD 20180000.0     Algorithmic Differentiation of C++ algorithms developed by B. Bell (github.com/coin-or/CppAD)
0.00/0.00	c   AMPL/MP 690e9e7      AMPL .nl file reader library (github.com/ampl/mp)
0.00/0.00	c   PaPILO 2.4.0         parallel presolve for integer and linear optimization (github.com/scipopt/papilo)
0.00/0.00	c   Nauty 2.8.8          Computing Graph Automorphism Groups by Brendan D. McKay (users.cecs.anu.edu.au/~bdm/nauty)
0.00/0.00	c   sassy 1.1            Symmetry preprocessor by Markus Anders (github.com/markusa4/sassy)
0.00/0.01	c Default LC presolving (default).
0.00/0.01	c ** Before presolving: virtualMemUsedAtLc = 27549696, getVmSize() = 27549696, SCIPgetMemUsed() = 4074302, SCIPgetMemTotal() = 5803206, SCIPgetMemExternEstim() = 2902814
0.00/0.01	c ** set memory limit for presolving in LC to 8.79608e+12 for SCIP **
0.00/0.04	c ** Estimated virtualMemUsedAtSolver = 20306602, getVmSize() = 33370112, SCIPgetMemUsed() = 5869111, SCIPgetMemTotal() = 10323639, SCIPgetMemExternEstim() = 2902814
0.00/0.04	c ** set memory limit for solvers to 4.39805e+12 for each SCIP **
0.00/0.04	c Original Problem   :
0.00/0.04	c   Problem name     : instance-4464352-1722378775
0.00/0.04	c   Variables        : 231 (231 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.04	c   Constraints      : 2707
0.00/0.04	c   Objective sense  : minimize
0.00/0.04	c Presolved Problem  :
0.00/0.04	c   Variables        : 231 (231 binary, 0 integer, 0 implicit integer, 0 continuous)
0.00/0.04	c   Constraints      : 2443
0.00/0.04	c Constraints        : Number
0.00/0.04	c   knapsack         : 1 
0.00/0.04	c   setppc           : 22 
0.00/0.04	c   logicor          : 2420 
0.00/0.04	c ** Instance transfer method used: 0
0.00/0.05	c ** ParaScipInstance copy does not increase the number of variables. **
0.00/0.05	c LC is working with racing ramp-up and with rebuilding tree after racing.
0.00/0.05	c                                Nodes    Active                                            
0.00/0.05	c      Time          Nodes        Left   Solvers     Best Integer        Best Node        Gap     Best Node(S)     Gap(S)
5.77/5.85	c         6           1391          31         1                -           0.0000          -
11.06/11.13	c        11           2805          19         1                -           0.0000          -
16.04/16.19	c        16           4978          34         1                -           0.0000          -
21.11/21.25	c        21           9207          75         1                -           0.0000          -
26.20/26.30	c        26          13300          87         1                -           0.0000          -
31.18/31.38	c        31          17495         138         1                -           0.0000          -
36.27/36.42	c        36          21589         162         1                -           0.0000          -
41.25/41.47	c        41          25334         168         1                -           0.0000          -
46.32/46.52	c        47          28288         180         1                -           0.0000          -
51.41/51.60	c        52          31555         194         1                -           0.0000          -
56.39/56.65	c        57          35557         233         1                -           0.0000          -
61.46/61.70	c        62          38859         199         1                -           0.0000          -
66.45/66.78	c        67          41490         213         1                -           0.0000          -
71.54/71.85	c        72          44441         224         1                -           0.0000          -
76.62/76.90	c        77          48359         225         1                -           0.0000          -
81.60/81.95	c        82          52191         233         1                -           0.0000          -
86.68/87.00	c        87          56293         211         1                -           0.0000          -
91.66/92.05	c        92          59482         220         1                -           0.0000          -
96.65/97.10	c        97          63482         199         1                -           0.0000          -
101.72/102.15	c       102          67488         203         1                -           0.0000          -
106.80/107.20	c       107          71579         210         1                -           0.0000          -
111.78/112.25	c       112          75895         241         1                -           0.0000          -
116.87/117.30	c       117          79696         260         1                -           0.0000          -
121.85/122.35	c       122          83617         239         1                -           0.0000          -
126.93/127.40	c       127          87439         283         1                -           0.0000          -
131.91/132.45	c       132          91697         353         1                -           0.0000          -
136.99/137.50	c       138          95696         398         1                -           0.0000          -
142.07/142.61	c       143          99089         401         1                -           0.0000          -
147.05/147.68	c       148         102300         433         1                -           0.0000          -
152.14/152.73	c       153         105135         421         1                -           0.0000          -
157.11/157.78	c       158         108223         422         1                -           0.0000          -
162.20/162.83	c       163         111772         438         1                -           0.0000          -
167.17/167.89	c       168         114940         453         1                -           0.0000          -
172.36/173.00	c       173         117572         453         1                -           0.0000          -
177.35/178.10	c       178         119875         448         1                -           0.0000          -
182.42/183.18	c       183         121615         449         1                -           0.0000          -
187.50/188.22	c       188         124177         467         1                -           0.0000          -
192.48/193.29	c       193         125848         499         1                -           0.0000          -
197.67/198.42	c       198         127578         497         1                -           0.0000          -
202.75/203.53	c       204         129272         496         1                -           0.0000          -
207.74/208.59	c       209         131977         469         1                -           0.0000          -
212.82/213.65	c       214         134732         459         1                -           0.0000          -
217.90/218.73	c       219         137225         460         1                -           0.0000          -
222.88/223.79	c       224         140467         442         1                -           0.0000          -
227.97/228.87	c       229         143242         428         1                -           0.0000          -
233.05/233.91	c       234         146948         439         1                -           0.0000          -
238.03/238.96	c       239         150661         413         1                -           0.0000          -
243.11/244.02	c       244         153258         417         1                -           0.0000          -
248.09/249.07	c       249         156484         407         1                -           0.0000          -
253.17/254.12	c       254         160194         384         1                -           0.0000          -
258.25/259.21	c       259         163143         377         1                -           0.0000          -
263.23/264.29	c       264         165990         381         1                -           0.0000          -
268.31/269.36	c       269         169595         376         1                -           0.0000          -
273.40/274.44	c       274         173281         371         1                -           0.0000          -
278.38/279.49	c       280         176954         369         1                -           0.0000          -
283.46/284.54	c       285         180302         355         1                -           0.0000          -
288.55/289.61	c       290         183393         345         1                -           0.0000          -
293.53/294.66	c       295         186110         321         1                -           0.0000          -
298.61/299.73	c       300         189636         290         1                -           0.0000          -
303.60/304.78	c       305         192975         291         1                -           0.0000          -
308.67/309.86	c       310         195373         305         1                -           0.0000          -
313.86/315.07	c       315         198148         283         1                -           0.0000          -
318.95/320.12	c       320         202197         276         1                -           0.0000          -
324.02/325.21	c       325         205767         254         1                -           0.0000          -
329.00/330.26	c       330         208292         236         1                -           0.0000          -
334.08/335.34	c       335         211287         208         1                -           0.0000          -
339.07/340.39	c       340         214378         182         1                -           0.0000          -
344.15/345.44	c       345         217645         162         1                -           0.0000          -
349.23/350.52	c       351         221255         133         1                -           0.0000          -
354.31/355.64	c       356         224270          96         1                -           0.0000          -
359.39/360.70	c       361         227127          81         1                -           0.0000          -
364.38/365.78	c       366         230729          33         1                -           0.0000          -
369.45/370.89	c       371         233854          22         1                -           0.0000          -
371.85/373.23	c       373         235331           0         0                -           0.0000          -
371.85/373.26	c       373         235331           0         0                -           0.0000          -
371.85/373.26	c SCIP Status        : c problem is solved [infeasible]
371.85/373.26	c Total Time         : 373.2600
371.85/373.26	c   solving          : 373.2600
371.85/373.26	c   presolving       : 0.0377 (included in solving)
371.85/373.26	c B&B Tree           :
371.85/373.26	c   nodes (total)    : 235331
371.85/373.26	c Solution           :
371.85/373.26	c   Solutions found  : 0
371.85/373.26	c   Primal Bound     :          -
371.85/373.26	c   Dual Bound       :          -
371.85/373.26	c Gap                :          -
371.85/373.26	s UNSATISFIABLE

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: 63931 MiB (50415 MiB free)
  memory of node 1: 64510 MiB (57845 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4464352-1722378775/watcher-4464352-1722378775 -o /tmp/evaluation-result-4464352-1722378775/solver-4464352-1722378775 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1722378594-29597 --watchdog 3760 ./fscip settings/racing.prm HOME/instance-4464352-1722378775.opb -qsol -t 3600 -sth 1 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

Enforcing FSIZE limit: 104857600 KiB
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 4.18.0-301.1.el8.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=30041, runsolver pid=30038

[startup+0.100065 s]*
/proc/loadavg: 3.96 1.93 0.81 5/268 30044
/proc/meminfo: memFree=110833164/131524600 swapFree=131071996/131071996
[pid=30041] ppid=30038 vsize=117464 memory=36868 CPUtime=0.09 cores=5,7
/proc/30041/stat : 30041 (fscip) S 30038 30041 29584 0 -1 1077936128 6882 0 0 0 9 0 0 0 20 0 3 0 4476809 120283136 9217 134679101440 4194304 16623229 140730219763904 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 30208000 140730219766806 140730219766922 140730219766922 140730219773936 0
/proc/30041/statm: 29366 9217 2854 3035 0 12567 0
[pid=30041/tid=30043] ppid=30038 vsize=117464 memory=4026561586 CPUtime=0.04 cores=5,7
/proc/30041/task/30043/stat : 30043 (fscip) R 30038 30041 29584 0 -1 4194368 3077 0 0 0 4 0 0 0 20 0 3 0 4476814 120283136 9217 134679101440 4194304 16623229 140730219763904 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 30208000 140730219766806 140730219766922 140730219766922 140730219773936 0
[pid=30041/tid=30044] ppid=30038 vsize=117464 memory=228556276070 CPUtime=0 cores=5,7
/proc/30041/task/30044/stat : 30044 (fscip) S 30038 30041 29584 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 4476815 120283136 9217 134679101440 4194304 16623229 140730219763904 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 30208000 140730219766806 140730219766922 140730219766922 140730219773936 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 117464 KiB
Current children cumulated memory: 36868 KiB

[startup+0.205973 s]*
/proc/loadavg: 3.96 1.93 0.81 5/268 30044
/proc/meminfo: memFree=110830140/131524600 swapFree=131071996/131071996
[pid=30041] ppid=30038 vsize=118308 memory=44620 CPUtime=0.2 cores=5,7
/proc/30041/stat : 30041 (fscip) S 30038 30041 29584 0 -1 1077936128 8701 0 0 0 19 1 0 0 20 0 3 0 4476809 121147392 11155 134679101440 4194304 16623229 140730219763904 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 30208000 140730219766806 140730219766922 140730219766922 140730219773936 0
/proc/30041/statm: 29577 11155 2950 3035 0 14750 0
[pid=30041/tid=30043] ppid=30038 vsize=118308 memory=664970838410264707 CPUtime=0.14 cores=5,7
/proc/30041/task/30043/stat : 30043 (fscip) R 30038 30041 29584 0 -1 4194368 4896 0 0 0 14 0 0 0 20 0 3 0 4476814 121147392 11155 134679101440 4194304 16623229 140730219763904 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 30208000 140730219766806 140730219766922 140730219766922 140730219773936 0
[pid=30041/tid=30044] ppid=30038 vsize=118308 memory=3712 CPUtime=0 cores=5,7
/proc/30041/task/30044/stat : 30044 (fscip) S 30038 30041 29584 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 4476815 121147392 11155 134679101440 4194304 16623229 140730219763904 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 30208000 140730219766806 140730219766922 140730219766922 140730219773936 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 118308 KiB
Current children cumulated memory: 44620 KiB

[startup+0.305912 s]*
/proc/loadavg: 3.96 1.93 0.81 5/268 30044
/proc/meminfo: memFree=110824416/131524600 swapFree=131071996/131071996
[pid=30041] ppid=30038 vsize=117464 memory=45700 CPUtime=0.3 cores=5,7
/proc/30041/stat : 30041 (fscip) S 30038 30041 29584 0 -1 1077936128 9187 0 0 0 29 1 0 0 20 0 3 0 4476809 120283136 11425 134679101440 4194304 16623229 140730219763904 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 30208000 140730219766806 140730219766922 140730219766922 140730219773936 0
/proc/30041/statm: 29366 11425 2950 3035 0 15001 0
[pid=30041/tid=30043] ppid=30038 vsize=117464 memory=-5155626903648627589 CPUtime=0.24 cores=5,7
/proc/30041/task/30043/stat : 30043 (fscip) R 30038 30041 29584 0 -1 4194368 5382 0 0 0 24 0 0 0 20 0 3 0 4476814 120283136 11425 134679101440 4194304 16623229 140730219763904 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 30208000 140730219766806 140730219766922 140730219766922 140730219773936 0
[pid=30041/tid=30044] ppid=30038 vsize=117464 memory=0 CPUtime=0 cores=5,7
/proc/30041/task/30044/stat : 30044 (fscip) S 30038 30041 29584 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 4476815 120283136 11425 134679101440 4194304 16623229 140730219763904 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 30208000 140730219766806 140730219766922 140730219766922 140730219773936 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 117464 KiB
Current children cumulated memory: 45700 KiB

[startup+0.700236 s]
/proc/loadavg: 3.96 1.93 0.81 5/268 30044
/proc/meminfo: memFree=110817036/131524600 swapFree=131071996/131071996
[pid=30041] ppid=30038 vsize=122508 memory=63912 CPUtime=0.69 cores=5,7
/proc/30041/stat : 30041 (fscip) S 30038 30041 29584 0 -1 1077936128 13761 0 0 0 67 2 0 0 20 0 3 0 4476809 125448192 15978 134679101440 4194304 16623229 140730219763904 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 30208000 140730219766806 140730219766922 140730219766922 140730219773936 0
/proc/30041/statm: 30627 15978 2950 3035 0 20230 0
[pid=30041/tid=30043] ppid=30038 vsize=122508 memory=0 CPUtime=0.63 cores=5,7
/proc/30041/task/30043/stat : 30043 (fscip) R 30038 30041 29584 0 -1 4194368 9956 0 0 0 62 1 0 0 20 0 3 0 4476814 125448192 15978 134679101440 4194304 16623229 140730219763904 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 30208000 140730219766806 140730219766922 140730219766922 140730219773936 0
[pid=30041/tid=30044] ppid=30038 vsize=122508 memory=0 CPUtime=0 cores=5,7
/proc/30041/task/30044/stat : 30044 (fscip) S 30038 30041 29584 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 4476815 125448192 15978 134679101440 4194304 16623229 140730219763904 0 0 0 0 0 2 1 0 0 -1 5 0 0 0 0 0 18838560 18947056 30208000 140730219766806 140730219766922 140730219766922 140730219773936 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 122508 KiB
Current children cumulated memory: 63912 KiB

[startup+1.50027 s]
/proc/loadavg: 3.96 1.96 0.83 5/268 30044
/proc/meminfo: memFree=110797312/131524600 swapFree=131071996/131071996
[pid=30041] ppid=30038 vsize=124532 memory=75688 CPUtime=1.49 cores=5,7
/proc/30041/stat : 30041 (fscip) S 30038 30041 29584 0 -1 1077936128 23506 0 0 0 146 3 0 0 20 0 3 0 4476809 127520768 18922 134679101440 4194304 16623229 140730219763904 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 30208000 140730219766806 140730219766922 140730219766922 140730219773936 0
/proc/30041/statm: 31133 18922 2966 3035 0 23223 0
[pid=30041/tid=30043] ppid=30038 vsize=124532 memory=0 CPUtime=1.43 cores=5,7
/proc/30041/task/30043/stat : 30043 (fscip) R 30038 30041 29584 0 -1 4194368 19701 0 0 0 141 2 0 0 20 0 3 0 4476814 127520768 18922 134679101440 4194304 16623229 140730219763904 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 30208000 140730219766806 140730219766922 140730219766922 140730219773936 0
[pid=30041/tid=30044] ppid=30038 vsize=124532 memory=0 CPUtime=0 cores=5,7
/proc/30041/task/30044/stat : 30044 (fscip) S 30038 30041 29584 0 -1 1077936192 0 0 0 0 0 0 0 0 20 0 3 0 4476815 127520768 18922 134679101440 4194304 16623229 140730219763904 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 30208000 140730219766806 140730219766922 140730219766922 140730219773936 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 124532 KiB
Current children cumulated memory: 75688 KiB

[startup+3.1057 s]
/proc/loadavg: 3.96 1.96 0.83 5/268 30044
/proc/meminfo: memFree=110747904/131524600 swapFree=131071996/131071996
[pid=30041] ppid=30038 vsize=129516 memory=92944 CPUtime=3.08 cores=5,7
/proc/30041/stat : 30041 (fscip) S 30038 30041 29584 0 -1 1077936128 31188 0 0 0 304 4 0 0 20 0 3 0 4476809 132624384 23236 134679101440 4194304 16623229 140730219763904 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 30208000 140730219766806 140730219766922 140730219766922 140730219773936 0
/proc/30041/statm: 32379 23236 2966 3035 0 27776 0
[pid=30041/tid=30043] ppid=30038 vsize=129516 memory=0 CPUtime=3.03 cores=5,7
/proc/30041/task/30043/stat : 30043 (fscip) R 30038 30041 29584 0 -1 4194368 27365 0 0 0 299 4 0 0 20 0 3 0 4476814 132624384 23236 134679101440 4194304 16623229 140730219763904 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 30208000 140730219766806 140730219766922 140730219766922 140730219773936 0
[pid=30041/tid=30044] ppid=30038 vsize=129516 memory=4121366755394809845 CPUtime=0 cores=5,7
/proc/30041/task/30044/stat : 30044 (fscip) S 30038 30041 29584 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 3 0 4476815 132624384 23236 134679101440 4194304 16623229 140730219763904 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 30208000 140730219766806 140730219766922 140730219766922 140730219773936 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 129516 KiB
Current children cumulated memory: 92944 KiB

[startup+6.30026 s]
/proc/loadavg: 3.96 2.00 0.85 5/269 30046
/proc/meminfo: memFree=110745104/131524600 swapFree=131071996/131071996
[pid=30041] ppid=30038 vsize=129516 memory=95872 CPUtime=6.27 cores=5,7
/proc/30041/stat : 30041 (fscip) S 30038 30041 29584 0 -1 1077936128 40879 0 0 0 622 5 0 0 20 0 3 0 4476809 132624384 23968 134679101440 4194304 16623229 140730219763904 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 30208000 140730219766806 140730219766922 140730219766922 140730219773936 0
/proc/30041/statm: 32379 23968 2966 3035 0 28426 0
[pid=30041/tid=30043] ppid=30038 vsize=129516 memory=0 CPUtime=6.22 cores=5,7
/proc/30041/task/30043/stat : 30043 (fscip) R 30038 30041 29584 0 -1 4194368 37034 0 0 0 617 5 0 0 20 0 3 0 4476814 132624384 23968 134679101440 4194304 16623229 140730219763904 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 30208000 140730219766806 140730219766922 140730219766922 140730219773936 0
[pid=30041/tid=30044] ppid=30038 vsize=129516 memory=11592 CPUtime=0 cores=5,7
/proc/30041/task/30044/stat : 30044 (fscip) S 30038 30041 29584 0 -1 1077936192 4 0 0 0 0 0 0 0 20 0 3 0 4476815 132624384 23968 134679101440 4194304 16623229 140730219763904 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 30208000 140730219766806 140730219766922 140730219766922 140730219773936 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 129516 KiB
Current children cumulated memory: 95872 KiB

[startup+12.7003 s]
/proc/loadavg: 3.97 2.03 0.86 5/269 30046
/proc/meminfo: memFree=110742992/131524600 swapFree=131071996/131071996
[pid=30041] ppid=30038 vsize=194028 memory=100504 CPUtime=12.65 cores=5,7
/proc/30041/stat : 30041 (fscip) S 30038 30041 29584 0 -1 1077936128 99455 0 0 0 1251 14 0 0 20 0 3 0 4476809 198684672 25126 134679101440 4194304 16623229 140730219763904 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 30208000 140730219766806 140730219766922 140730219766922 140730219773936 0
/proc/30041/statm: 48507 25126 3014 3035 0 29820 0
[pid=30041/tid=30043] ppid=30038 vsize=194028 memory=11592 CPUtime=12.59 cores=5,7
/proc/30041/task/30043/stat : 30043 (fscip) R 30038 30041 29584 0 -1 4194368 95560 0 0 0 1246 13 0 0 20 0 3 0 4476814 198684672 25126 134679101440 4194304 16623229 140730219763904 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 30208000 140730219766806 140730219766922 140730219766922 140730219773936 0
[pid=30041/tid=30044] ppid=30038 vsize=194028 memory=12856 CPUtime=0 cores=5,7
/proc/30041/task/30044/stat : 30044 (fscip) S 30038 30041 29584 0 -1 1077936192 8 0 0 0 0 0 0 0 20 0 3 0 4476815 198684672 25126 134679101440 4194304 16623229 140730219763904 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 30208000 140730219766806 140730219766922 140730219766922 140730219773936 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 194028 KiB
Current children cumulated memory: 100504 KiB

[startup+25.5003 s]
/proc/loadavg: 3.97 2.10 0.90 5/269 30049
/proc/meminfo: memFree=110725580/131524600 swapFree=131071996/131071996
[pid=30041] ppid=30038 vsize=197420 memory=102204 CPUtime=25.4 cores=5,7
/proc/30041/stat : 30041 (fscip) S 30038 30041 29584 0 -1 1077936128 119778 0 0 0 2522 18 0 0 20 0 3 0 4476809 202158080 25551 134679101440 4194304 16623229 140730219763904 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 30208000 140730219766806 140730219766922 140730219766922 140730219773936 0
/proc/30041/statm: 49355 25551 3014 3035 0 30668 0
[pid=30041/tid=30043] ppid=30038 vsize=197420 memory=102204 CPUtime=25.34 cores=5,7
/proc/30041/task/30043/stat : 30043 (fscip) R 30038 30041 29584 0 -1 4194368 115824 0 0 0 2517 17 0 0 20 0 3 0 4476814 202158080 25551 134679101440 4194304 16623229 140730219763904 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 30208000 140730219766806 140730219766922 140730219766922 140730219773936 0
[pid=30041/tid=30044] ppid=30038 vsize=197420 memory=11592 CPUtime=0 cores=5,7
/proc/30041/task/30044/stat : 30044 (fscip) S 30038 30041 29584 0 -1 1077936192 12 0 0 0 0 0 0 0 20 0 3 0 4476815 202158080 25551 134679101440 4194304 16623229 140730219763904 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 30208000 140730219766806 140730219766922 140730219766922 140730219773936 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 197420 KiB
Current children cumulated memory: 102204 KiB

[startup+51.1057 s]
/proc/loadavg: 4.05 2.29 1.00 5/268 30052
/proc/meminfo: memFree=110710036/131524600 swapFree=131071996/131071996
[pid=30041] ppid=30038 vsize=198100 memory=116972 CPUtime=50.92 cores=5,7
/proc/30041/stat : 30041 (fscip) S 30038 30041 29584 0 -1 1077936128 150859 0 0 0 5066 26 0 0 20 0 3 0 4476809 202854400 29243 134679101440 4194304 16623229 140730219763904 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 30208000 140730219766806 140730219766922 140730219766922 140730219773936 0
/proc/30041/statm: 49525 29243 3014 3035 0 34006 0
[pid=30041/tid=30043] ppid=30038 vsize=198100 memory=11592 CPUtime=50.85 cores=5,7
/proc/30041/task/30043/stat : 30043 (fscip) R 30038 30041 29584 0 -1 4194368 146820 0 0 0 5060 25 0 0 20 0 3 0 4476814 202854400 29243 134679101440 4194304 16623229 140730219763904 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 30208000 140730219766806 140730219766922 140730219766922 140730219773936 0
[pid=30041/tid=30044] ppid=30038 vsize=198100 memory=112376 CPUtime=0 cores=5,7
/proc/30041/task/30044/stat : 30044 (fscip) S 30038 30041 29584 0 -1 1077936192 20 0 0 0 0 0 0 0 20 0 3 0 4476815 202854400 29243 134679101440 4194304 16623229 140730219763904 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 30208000 140730219766806 140730219766922 140730219766922 140730219773936 0
Current children cumulated CPU time: 50.92 s
Current children cumulated vsize: 198100 KiB
Current children cumulated memory: 116972 KiB

[startup+102.3 s]
/proc/loadavg: 4.14 2.59 1.17 5/268 30062
/proc/meminfo: memFree=110682492/131524600 swapFree=131071996/131071996
[pid=30041] ppid=30038 vsize=201060 memory=123656 CPUtime=101.92 cores=5,7
/proc/30041/stat : 30041 (fscip) S 30038 30041 29584 0 -1 1077936128 190189 0 0 0 10151 41 0 0 20 0 3 0 4476809 205885440 30914 134679101440 4194304 16623229 140730219763904 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 30208000 140730219766806 140730219766922 140730219766922 140730219773936 0
/proc/30041/statm: 50265 30914 3014 3035 0 35650 0
[pid=30041/tid=30043] ppid=30038 vsize=201060 memory=122492 CPUtime=101.86 cores=5,7
/proc/30041/task/30043/stat : 30043 (fscip) R 30038 30041 29584 0 -1 4194368 186043 0 0 0 10145 41 0 0 20 0 3 0 4476814 205885440 30914 134679101440 4194304 16623229 140730219763904 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 30208000 140730219766806 140730219766922 140730219766922 140730219773936 0
[pid=30041/tid=30044] ppid=30038 vsize=201060 memory=11592 CPUtime=0 cores=5,7
/proc/30041/task/30044/stat : 30044 (fscip) S 30038 30041 29584 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 3 0 4476815 205885440 30914 134679101440 4194304 16623229 140730219763904 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 30208000 140730219766806 140730219766922 140730219766922 140730219773936 0
Current children cumulated CPU time: 101.92 s
Current children cumulated vsize: 201060 KiB
Current children cumulated memory: 123656 KiB

[startup+162.3 s]
/proc/loadavg: 4.09 2.87 1.36 5/263 30072
/proc/meminfo: memFree=110658744/131524600 swapFree=131071996/131071996
[pid=30041] ppid=30038 vsize=202468 memory=126292 CPUtime=161.7 cores=5,7
/proc/30041/stat : 30041 (fscip) S 30038 30041 29584 0 -1 1077936128 221306 0 0 0 16114 56 0 0 20 0 3 0 4476809 207327232 31573 134679101440 4194304 16623229 140730219763904 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 30208000 140730219766806 140730219766922 140730219766922 140730219773936 0
/proc/30041/statm: 50617 31573 3014 3035 0 36230 0
[pid=30041/tid=30043] ppid=30038 vsize=202468 memory=12468 CPUtime=161.63 cores=5,7
/proc/30041/task/30043/stat : 30043 (fscip) R 30038 30041 29584 0 -1 4194368 217202 0 0 0 16108 55 0 0 20 0 3 0 4476814 207327232 31573 134679101440 4194304 16623229 140730219763904 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 30208000 140730219766806 140730219766922 140730219766922 140730219773936 0
[pid=30041/tid=30044] ppid=30038 vsize=202468 memory=11592 CPUtime=0 cores=5,7
/proc/30041/task/30044/stat : 30044 (fscip) S 30038 30041 29584 0 -1 1077936192 30 0 0 0 0 0 0 0 20 0 3 0 4476815 207327232 31573 134679101440 4194304 16623229 140730219763904 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 30208000 140730219766806 140730219766922 140730219766922 140730219773936 0
Current children cumulated CPU time: 161.7 s
Current children cumulated vsize: 202468 KiB
Current children cumulated memory: 126292 KiB

[startup+222.3 s]
/proc/loadavg: 4.16 3.12 1.54 5/263 30082
/proc/meminfo: memFree=110646908/131524600 swapFree=131071996/131071996
[pid=30041] ppid=30038 vsize=202468 memory=127260 CPUtime=221.49 cores=5,7
/proc/30041/stat : 30041 (fscip) S 30038 30041 29584 0 -1 1077936128 241946 0 0 0 22082 67 0 0 20 0 3 0 4476809 207327232 31815 134679101440 4194304 16623229 140730219763904 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 30208000 140730219766806 140730219766922 140730219766922 140730219773936 0
/proc/30041/statm: 50617 31815 3014 3035 0 36472 0
[pid=30041/tid=30043] ppid=30038 vsize=202468 memory=127260 CPUtime=221.42 cores=5,7
/proc/30041/task/30043/stat : 30043 (fscip) R 30038 30041 29584 0 -1 4194368 237688 0 0 0 22076 66 0 0 20 0 3 0 4476814 207327232 31815 134679101440 4194304 16623229 140730219763904 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 30208000 140730219766806 140730219766922 140730219766922 140730219773936 0
[pid=30041/tid=30044] ppid=30038 vsize=202468 memory=11592 CPUtime=0 cores=5,7
/proc/30041/task/30044/stat : 30044 (fscip) S 30038 30041 29584 0 -1 1077936192 34 0 0 0 0 0 0 0 20 0 3 0 4476815 207327232 31815 134679101440 4194304 16623229 140730219763904 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 30208000 140730219766806 140730219766922 140730219766922 140730219773936 0
Current children cumulated CPU time: 221.49 s
Current children cumulated vsize: 202468 KiB
Current children cumulated memory: 127260 KiB

[startup+282.3 s]
/proc/loadavg: 4.11 3.30 1.70 5/263 30094
/proc/meminfo: memFree=110597640/131524600 swapFree=131071996/131071996
[pid=30041] ppid=30038 vsize=231356 memory=154548 CPUtime=281.27 cores=5,7
/proc/30041/stat : 30041 (fscip) S 30038 30041 29584 0 -1 1077936128 263871 0 0 0 28047 80 0 0 20 0 3 0 4476809 236908544 38637 134679101440 4194304 16623229 140730219763904 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 30208000 140730219766806 140730219766922 140730219766922 140730219773936 0
/proc/30041/statm: 57839 38637 3014 3035 0 43783 0
[pid=30041/tid=30043] ppid=30038 vsize=231356 memory=11592 CPUtime=281.19 cores=5,7
/proc/30041/task/30043/stat : 30043 (fscip) R 30038 30041 29584 0 -1 4194368 259584 0 0 0 28040 79 0 0 20 0 3 0 4476814 236908544 38637 134679101440 4194304 16623229 140730219763904 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 30208000 140730219766806 140730219766922 140730219766922 140730219773936 0
[pid=30041/tid=30044] ppid=30038 vsize=231356 memory=154548 CPUtime=0 cores=5,7
/proc/30041/task/30044/stat : 30044 (fscip) S 30038 30041 29584 0 -1 1077936192 36 0 0 0 0 0 0 0 20 0 3 0 4476815 236908544 38637 134679101440 4194304 16623229 140730219763904 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 30208000 140730219766806 140730219766922 140730219766922 140730219773936 0
Current children cumulated CPU time: 281.27 s
Current children cumulated vsize: 231356 KiB
Current children cumulated memory: 154548 KiB

[startup+342.3 s]
/proc/loadavg: 4.16 3.46 1.86 5/262 30104
/proc/meminfo: memFree=110580248/131524600 swapFree=131071996/131071996
[pid=30041] ppid=30038 vsize=238820 memory=163056 CPUtime=341.06 cores=5,7
/proc/30041/stat : 30041 (fscip) S 30038 30041 29584 0 -1 1077936128 279647 0 0 0 34013 93 0 0 20 0 3 0 4476809 244551680 40764 134679101440 4194304 16623229 140730219763904 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 30208000 140730219766806 140730219766922 140730219766922 140730219773936 0
/proc/30041/statm: 59705 40764 3014 3035 0 45649 0
[pid=30041/tid=30043] ppid=30038 vsize=238820 memory=154548 CPUtime=340.98 cores=5,7
/proc/30041/task/30043/stat : 30043 (fscip) R 30038 30041 29584 0 -1 4194368 275332 0 0 0 34006 92 0 0 20 0 3 0 4476814 244551680 40764 134679101440 4194304 16623229 140730219763904 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 30208000 140730219766806 140730219766922 140730219766922 140730219773936 0
[pid=30041/tid=30044] ppid=30038 vsize=238820 memory=11592 CPUtime=0 cores=5,7
/proc/30041/task/30044/stat : 30044 (fscip) S 30038 30041 29584 0 -1 1077936192 38 0 0 0 0 0 0 0 20 0 3 0 4476815 244551680 40764 134679101440 4194304 16623229 140730219763904 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 30208000 140730219766806 140730219766922 140730219766922 140730219773936 0
Current children cumulated CPU time: 341.06 s
Current children cumulated vsize: 238820 KiB
Current children cumulated memory: 163056 KiB

[startup+373.269 s]
# the end of solver process 30041 was just reported to runsolver
# Child status: 0

# cumulated CPU time of all completed processes:  user=370.906 s, system=1.02218 s

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

[startup+358.4 s]
/proc/loadavg: 4.12 3.49 1.89 5/262 30107
/proc/meminfo: memFree=110580232/131524600 swapFree=131071996/131071996
[pid=30041] ppid=30038 vsize=238820 memory=163056 CPUtime=357.1 cores=5,7
/proc/30041/stat : 30041 (fscip) S 30038 30041 29584 0 -1 1077936128 279790 0 0 0 35613 97 0 0 20 0 3 0 4476809 244551680 40764 134679101440 4194304 16623229 140730219763904 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 30208000 140730219766806 140730219766922 140730219766922 140730219773936 0
/proc/30041/statm: 59705 40764 3014 3035 0 45649 0
[pid=30041/tid=30043] ppid=30038 vsize=238820 memory=154548 CPUtime=357.02 cores=5,7
/proc/30041/task/30043/stat : 30043 (fscip) R 30038 30041 29584 0 -1 4194368 275473 0 0 0 35606 96 0 0 20 0 3 0 4476814 244551680 40764 134679101440 4194304 16623229 140730219763904 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 30208000 140730219766806 140730219766922 140730219766922 140730219773936 0
[pid=30041/tid=30044] ppid=30038 vsize=238820 memory=5424 CPUtime=0 cores=5,7
/proc/30041/task/30044/stat : 30044 (fscip) S 30038 30041 29584 0 -1 1077936192 38 0 0 0 0 0 0 0 20 0 3 0 4476815 244551680 40764 134679101440 4194304 16623229 140730219763904 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 30208000 140730219766806 140730219766922 140730219766922 140730219773936 0
Current children cumulated CPU time: 357.1 s
Current children cumulated vsize: 238820 KiB
Current children cumulated memory: 163056 KiB

[startup+364.8 s]
/proc/loadavg: 4.11 3.49 1.91 5/262 30110
/proc/meminfo: memFree=110580188/131524600 swapFree=131071996/131071996
[pid=30041] ppid=30038 vsize=238820 memory=163056 CPUtime=363.48 cores=5,7
/proc/30041/stat : 30041 (fscip) S 30038 30041 29584 0 -1 1077936128 284005 0 0 0 36248 100 0 0 20 0 3 0 4476809 244551680 40764 134679101440 4194304 16623229 140730219763904 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 30208000 140730219766806 140730219766922 140730219766922 140730219773936 0
/proc/30041/statm: 59705 40764 3014 3035 0 45649 0
[pid=30041/tid=30043] ppid=30038 vsize=238820 memory=163056 CPUtime=363.4 cores=5,7
/proc/30041/task/30043/stat : 30043 (fscip) R 30038 30041 29584 0 -1 4194368 279688 0 0 0 36242 98 0 0 20 0 3 0 4476814 244551680 40764 134679101440 4194304 16623229 140730219763904 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 30208000 140730219766806 140730219766922 140730219766922 140730219773936 0
[pid=30041/tid=30044] ppid=30038 vsize=238820 memory=163056 CPUtime=0 cores=5,7
/proc/30041/task/30044/stat : 30044 (fscip) S 30038 30041 29584 0 -1 1077936192 38 0 0 0 0 0 0 0 20 0 3 0 4476815 244551680 40764 134679101440 4194304 16623229 140730219763904 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 30208000 140730219766806 140730219766922 140730219766922 140730219773936 0
Current children cumulated CPU time: 363.48 s
Current children cumulated vsize: 238820 KiB
Current children cumulated memory: 163056 KiB

[startup+368 s]*
/proc/loadavg: 4.10 3.50 1.92 5/262 30110
/proc/meminfo: memFree=110580184/131524600 swapFree=131071996/131071996
[pid=30041] ppid=30038 vsize=238820 memory=163056 CPUtime=366.67 cores=5,7
/proc/30041/stat : 30041 (fscip) S 30038 30041 29584 0 -1 1077936128 284013 0 0 0 36567 100 0 0 20 0 3 0 4476809 244551680 40764 134679101440 4194304 16623229 140730219763904 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 30208000 140730219766806 140730219766922 140730219766922 140730219773936 0
/proc/30041/statm: 59705 40764 3014 3035 0 45649 0
[pid=30041/tid=30043] ppid=30038 vsize=238820 memory=-7668622482090319485 CPUtime=366.59 cores=5,7
/proc/30041/task/30043/stat : 30043 (fscip) R 30038 30041 29584 0 -1 4194368 279696 0 0 0 36561 98 0 0 20 0 3 0 4476814 244551680 40764 134679101440 4194304 16623229 140730219763904 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 30208000 140730219766806 140730219766922 140730219766922 140730219773936 0
[pid=30041/tid=30044] ppid=30038 vsize=238820 memory=4425512983082987167 CPUtime=0 cores=5,7
/proc/30041/task/30044/stat : 30044 (fscip) S 30038 30041 29584 0 -1 1077936192 38 0 0 0 0 0 0 0 20 0 3 0 4476815 244551680 40764 134679101440 4194304 16623229 140730219763904 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 30208000 140730219766806 140730219766922 140730219766922 140730219773936 0
Current children cumulated CPU time: 366.67 s
Current children cumulated vsize: 238820 KiB
Current children cumulated memory: 163056 KiB

[startup+371.2 s]
/proc/loadavg: 4.09 3.51 1.93 5/262 30110
/proc/meminfo: memFree=110559544/131524600 swapFree=131071996/131071996
[pid=30041] ppid=30038 vsize=238820 memory=163056 CPUtime=369.86 cores=5,7
/proc/30041/stat : 30041 (fscip) S 30038 30041 29584 0 -1 1077936128 284031 0 0 0 36885 101 0 0 20 0 3 0 4476809 244551680 40764 134679101440 4194304 16623229 140730219763904 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 30208000 140730219766806 140730219766922 140730219766922 140730219773936 0
/proc/30041/statm: 59705 40764 3014 3035 0 45649 0
[pid=30041/tid=30043] ppid=30038 vsize=238820 memory=163056 CPUtime=369.77 cores=5,7
/proc/30041/task/30043/stat : 30043 (fscip) R 30038 30041 29584 0 -1 4194368 279713 0 0 0 36878 99 0 0 20 0 3 0 4476814 244551680 40764 134679101440 4194304 16623229 140730219763904 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 30208000 140730219766806 140730219766922 140730219766922 140730219773936 0
[pid=30041/tid=30044] ppid=30038 vsize=238820 memory=12856 CPUtime=0 cores=5,7
/proc/30041/task/30044/stat : 30044 (fscip) S 30038 30041 29584 0 -1 1077936192 38 0 0 0 0 0 0 0 20 0 3 0 4476815 244551680 40764 134679101440 4194304 16623229 140730219763904 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 30208000 140730219766806 140730219766922 140730219766922 140730219773936 0
Current children cumulated CPU time: 369.86 s
Current children cumulated vsize: 238820 KiB
Current children cumulated memory: 163056 KiB

[startup+372 s]*
/proc/loadavg: 4.09 3.51 1.93 5/262 30110
/proc/meminfo: memFree=110559568/131524600 swapFree=131071996/131071996
[pid=30041] ppid=30038 vsize=238820 memory=163056 CPUtime=370.66 cores=5,7
/proc/30041/stat : 30041 (fscip) S 30038 30041 29584 0 -1 1077936128 284032 0 0 0 36965 101 0 0 20 0 3 0 4476809 244551680 40764 134679101440 4194304 16623229 140730219763904 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 30208000 140730219766806 140730219766922 140730219766922 140730219773936 0
/proc/30041/statm: 59705 40764 3014 3035 0 45649 0
[pid=30041/tid=30043] ppid=30038 vsize=238820 memory=-7668622482090319485 CPUtime=370.58 cores=5,7
/proc/30041/task/30043/stat : 30043 (fscip) R 30038 30041 29584 0 -1 4194368 279714 0 0 0 36959 99 0 0 20 0 3 0 4476814 244551680 40764 134679101440 4194304 16623229 140730219763904 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 30208000 140730219766806 140730219766922 140730219766922 140730219773936 0
[pid=30041/tid=30044] ppid=30038 vsize=238820 memory=4425512983082987167 CPUtime=0 cores=5,7
/proc/30041/task/30044/stat : 30044 (fscip) S 30038 30041 29584 0 -1 1077936192 38 0 0 0 0 0 0 0 20 0 3 0 4476815 244551680 40764 134679101440 4194304 16623229 140730219763904 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 30208000 140730219766806 140730219766922 140730219766922 140730219773936 0
Current children cumulated CPU time: 370.66 s
Current children cumulated vsize: 238820 KiB
Current children cumulated memory: 163056 KiB

[startup+372.8 s]
/proc/loadavg: 4.09 3.51 1.93 5/262 30110
/proc/meminfo: memFree=110559568/131524600 swapFree=131071996/131071996
[pid=30041] ppid=30038 vsize=238820 memory=163056 CPUtime=371.45 cores=5,7
/proc/30041/stat : 30041 (fscip) S 30038 30041 29584 0 -1 1077936128 284034 0 0 0 37044 101 0 0 20 0 3 0 4476809 244551680 40764 134679101440 4194304 16623229 140730219763904 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 30208000 140730219766806 140730219766922 140730219766922 140730219773936 0
/proc/30041/statm: 59705 40764 3014 3035 0 45649 0
[pid=30041/tid=30043] ppid=30038 vsize=238820 memory=163056 CPUtime=371.37 cores=5,7
/proc/30041/task/30043/stat : 30043 (fscip) R 30038 30041 29584 0 -1 4194368 279716 0 0 0 37038 99 0 0 20 0 3 0 4476814 244551680 40764 134679101440 4194304 16623229 140730219763904 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 30208000 140730219766806 140730219766922 140730219766922 140730219773936 0
[pid=30041/tid=30044] ppid=30038 vsize=238820 memory=163056 CPUtime=0 cores=5,7
/proc/30041/task/30044/stat : 30044 (fscip) S 30038 30041 29584 0 -1 1077936192 38 0 0 0 0 0 0 0 20 0 3 0 4476815 244551680 40764 134679101440 4194304 16623229 140730219763904 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 30208000 140730219766806 140730219766922 140730219766922 140730219773936 0
Current children cumulated CPU time: 371.45 s
Current children cumulated vsize: 238820 KiB
Current children cumulated memory: 163056 KiB

[startup+373.2 s]
/proc/loadavg: 4.09 3.51 1.93 5/262 30110
/proc/meminfo: memFree=110559520/131524600 swapFree=131071996/131071996
[pid=30041] ppid=30038 vsize=238820 memory=163056 CPUtime=371.85 cores=5,7
/proc/30041/stat : 30041 (fscip) S 30038 30041 29584 0 -1 1077936128 284035 0 0 0 37084 101 0 0 20 0 3 0 4476809 244551680 40764 134679101440 4194304 16623229 140730219763904 0 0 0 0 0 2 0 0 0 17 7 0 0 0 0 0 18838560 18947056 30208000 140730219766806 140730219766922 140730219766922 140730219773936 0
/proc/30041/statm: 59705 40764 3014 3035 0 45649 0
[pid=30041/tid=30043] ppid=30038 vsize=238820 memory=19624 CPUtime=371.77 cores=5,7
/proc/30041/task/30043/stat : 30043 (fscip) R 30038 30041 29584 0 -1 4194368 279717 0 0 0 37078 99 0 0 20 0 3 0 4476814 244551680 40764 134679101440 4194304 16623229 140730219763904 0 0 0 0 0 2 0 0 0 -1 5 0 0 0 0 0 18838560 18947056 30208000 140730219766806 140730219766922 140730219766922 140730219773936 0
[pid=30041/tid=30044] ppid=30038 vsize=238820 memory=7020 CPUtime=0 cores=5,7
/proc/30041/task/30044/stat : 30044 (fscip) S 30038 30041 29584 0 -1 1077936192 38 0 0 0 0 0 0 0 20 0 3 0 4476815 244551680 40764 134679101440 4194304 16623229 140730219763904 0 0 0 0 0 2 1 0 0 -1 7 0 0 0 0 0 18838560 18947056 30208000 140730219766806 140730219766922 140730219766922 140730219773936 0
Current children cumulated CPU time: 371.85 s
Current children cumulated vsize: 238820 KiB
Current children cumulated memory: 163056 KiB

Child status: 0

Real time (s): 373.269
CPU time (s): 371.928
CPU user time (s): 370.906
CPU system time (s): 1.02218
CPU usage (%): 99.6407
Max. virtual memory (cumulated for all children) (KiB): 238820
Max. memory (cumulated for all children) (KiB): 163056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 370.906
system time used= 1.02218
maximum resident set size= 163056
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 286954
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1156
involuntary context switches= 199


# summary of solver processes directly reported to runsolver:
#   pid: 30041
#   total CPU time (s): 371.928
#   total CPU user time (s): 370.906
#   total CPU system time (s): 1.02218

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.787245 second user time and 1.88685 second system time

The end

Launcher Data

Begin job on nodeC023 at 2024-07-31 00:32:55
IDJOB=4464352
IDBENCH=147898
IDSOLVER=3092
FILE ID=nodeC023/4464352-1722378775
RUNJOBID= nodeC023-1722378594-29597
SLURM_JOB_ID= 8249846
Free space on /tmp= 889952 MiB

SOLVER NAME= FiberSCIP 2024-07-30
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900559676.opb
COMMAND LINE= ./fscip settings/racing.prm BENCHNAME -qsol -t TIMEOUT -sth 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4464352-1722378775/watcher-4464352-1722378775 -o /tmp/evaluation-result-4464352-1722378775/solver-4464352-1722378775 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1722378594-29597 --watchdog 3760  ./fscip settings/racing.prm HOME/instance-4464352-1722378775.opb -qsol -t 3600 -sth 1

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

MD5SUM BENCH= 95888c36dbc3e063e75763857563d2e5
RANDOM SEED=1453536771

nodeC023.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/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		: 3671.106
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.61
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		: 3677.365
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.014
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.61
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		: 3630.497
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.53
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		: 3671.156
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.61
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		: 3678.606
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.53
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		: 3599.886
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.61
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		: 3666.521
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.53
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        110859540 kB
MemAvailable:   111305352 kB
Buffers:           90972 kB
Cached:          1190044 kB
SwapCached:            0 kB
Active:           309932 kB
Inactive:       19845448 kB
Active(anon):       1560 kB
Inactive(anon): 18894164 kB
Active(file):     308372 kB
Inactive(file):   951284 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             28032 kB
Writeback:            12 kB
AnonPages:      18874408 kB
Mapped:           124468 kB
Shmem:             21336 kB
KReclaimable:      51608 kB
Slab:             131940 kB
SReclaimable:      51608 kB
SUnreclaim:        80332 kB
KernelStack:        4268 kB
PageTables:        46248 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   15671500 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:             9760 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8261632 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      164564 kB
DirectMap2M:    10094592 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 889924 MiB
End job on nodeC023 at 2024-07-31 00:39:08