Trace number 4546073

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
SynLSCD 2025-07-23? (TO) 3600.08 3610.52

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/
inequalities/OPB/ineq6/normalized-20array_ineq6.opb
MD5SUM3fc1fa6fafd20a9b1fe100c4dc12e1ea
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 benchmark72.4891
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2520
Total number of constraints3361
Number of constraints which are clauses2460
Number of constraints which are cardinality constraints (but not clauses)20
Number of constraints which are nor clauses,nor cardinality constraints881
Minimum length of a constraint1
Maximum length of a constraint80
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 549755813888
Number of bits of the biggest number in a constraint 40
Biggest sum of numbers in a constraint 2199023255551
Number of bits of the biggest sum of numbers41
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.06	c #vars 2520 #constraints 3430 1.36111 1
0.00/0.06	c intsize: 41
0.09/0.18	c 3430 constraints
0.09/0.18	c Finish cloning data from SAT to LS
0.09/0.18	c restart_num_ls  -100000 0
2152.04/2158.61	c Use LS-small
2152.04/2158.61	restart_num  0 304
2152.04/2158.61	c LS-restart 90 38
3600.04/3610.51	c Use LS-small
3600.04/3610.51	c Program interrupted by user.
3600.04/3610.51	s UNKNOWN

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4546073-1753263414/watcher-4546073-1753263414 -o /tmp/evaluation-result-4546073-1753263414/solver-4546073-1753263414 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1753259701-169855 --watchdog 3760 ./SynLSCD --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4546073-1753263414.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.100119 s]*
/proc/loadavg: 4.21 4.17 4.10 5/250 170735
/proc/meminfo: memFree=128879472/131382112 swapFree=33000116/33010684
[pid=170734] ppid=170731 vsize=86668 memory=13696 CPUtime=0.09 cores=5,7
/proc/170734/stat : 170734 (SynLSCD) R 170731 170734 169834 0 -1 4194304 1356 0 0 0 9 0 0 0 20 0 1 0 242020539 88748032 3424 18446744073709551615 94477455749120 94477458183721 140723105386128 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94477458664696 94477458697728 94477495402496 140723105393027 140723105393162 140723105393162 140723105398766 0
/proc/170734/statm: 21667 3424 2336 595 0 6334 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 86668 KiB
Current children cumulated memory: 13696 KiB

[startup+0.21342 s]*
/proc/loadavg: 4.21 4.17 4.10 5/250 170735
/proc/meminfo: memFree=128879472/131382112 swapFree=33000116/33010684
[pid=170734] ppid=170731 vsize=92020 memory=19516 CPUtime=0.21 cores=5,7
/proc/170734/stat : 170734 (SynLSCD) R 170731 170734 169834 0 -1 4194304 2701 0 0 0 19 2 0 0 20 0 1 0 242020539 94228480 4879 18446744073709551615 94477455749120 94477458183721 140723105386128 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94477458664696 94477458697728 94477495402496 140723105393027 140723105393162 140723105393162 140723105398766 0
/proc/170734/statm: 23005 4879 2528 595 0 7672 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 92020 KiB
Current children cumulated memory: 19516 KiB

[startup+0.31313 s]*
/proc/loadavg: 4.21 4.17 4.10 5/250 170735
/proc/meminfo: memFree=128879472/131382112 swapFree=33000116/33010684
[pid=170734] ppid=170731 vsize=92020 memory=19516 CPUtime=0.3 cores=5,7
/proc/170734/stat : 170734 (SynLSCD) R 170731 170734 169834 0 -1 4194304 2701 0 0 0 26 4 0 0 20 0 1 0 242020539 94228480 4879 18446744073709551615 94477455749120 94477458183721 140723105386128 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94477458664696 94477458697728 94477495402496 140723105393027 140723105393162 140723105393162 140723105398766 0
/proc/170734/statm: 23005 4879 2528 595 0 7672 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 92020 KiB
Current children cumulated memory: 19516 KiB

[startup+0.700214 s]
/proc/loadavg: 4.21 4.17 4.10 5/248 170735
/proc/meminfo: memFree=128877472/131382112 swapFree=33000116/33010684
[pid=170734] ppid=170731 vsize=92020 memory=19516 CPUtime=0.67 cores=5,7
/proc/170734/stat : 170734 (SynLSCD) R 170731 170734 169834 0 -1 4194304 2701 0 0 0 54 13 0 0 20 0 1 0 242020539 94228480 4879 18446744073709551615 94477455749120 94477458183721 140723105386128 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94477458664696 94477458697728 94477495402496 140723105393027 140723105393162 140723105393162 140723105398766 0
/proc/170734/statm: 23005 4879 2528 595 0 7672 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 92020 KiB
Current children cumulated memory: 19516 KiB

[startup+1.50022 s]
/proc/loadavg: 4.21 4.17 4.10 4/246 170743
/proc/meminfo: memFree=128883916/131382112 swapFree=33000116/33010684
[pid=170734] ppid=170731 vsize=92020 memory=19516 CPUtime=1.47 cores=5,7
/proc/170734/stat : 170734 (SynLSCD) R 170731 170734 169834 0 -1 4194304 2701 0 0 0 112 35 0 0 20 0 1 0 242020539 94228480 4879 18446744073709551615 94477455749120 94477458183721 140723105386128 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94477458664696 94477458697728 94477495402496 140723105393027 140723105393162 140723105393162 140723105398766 0
/proc/170734/statm: 23005 4879 2528 595 0 7672 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 92020 KiB
Current children cumulated memory: 19516 KiB

[startup+3.11278 s]
/proc/loadavg: 4.21 4.17 4.10 5/250 170780
/proc/meminfo: memFree=128862164/131382112 swapFree=33000116/33010684
[pid=170734] ppid=170731 vsize=92020 memory=19516 CPUtime=3.07 cores=5,7
/proc/170734/stat : 170734 (SynLSCD) R 170731 170734 169834 0 -1 4194304 2701 0 0 0 229 78 0 0 20 0 1 0 242020539 94228480 4879 18446744073709551615 94477455749120 94477458183721 140723105386128 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94477458664696 94477458697728 94477495402496 140723105393027 140723105393162 140723105393162 140723105398766 0
/proc/170734/statm: 23005 4879 2528 595 0 7672 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 92020 KiB
Current children cumulated memory: 19516 KiB

[startup+6.30024 s]
/proc/loadavg: 4.19 4.16 4.10 5/250 170781
/proc/meminfo: memFree=128854528/131382112 swapFree=33000116/33010684
[pid=170734] ppid=170731 vsize=94088 memory=24108 CPUtime=6.25 cores=5,7
/proc/170734/stat : 170734 (SynLSCD) R 170731 170734 169834 0 -1 4194304 3321 0 0 0 479 146 0 0 20 0 1 0 242020539 96346112 6027 18446744073709551615 94477455749120 94477458183721 140723105386128 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94477458664696 94477458697728 94477495402496 140723105393027 140723105393162 140723105393162 140723105398766 0
/proc/170734/statm: 23522 6027 2560 595 0 8189 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 94088 KiB
Current children cumulated memory: 24108 KiB

[startup+12.7003 s]
/proc/loadavg: 4.17 4.16 4.10 4/246 170818
/proc/meminfo: memFree=128828664/131382112 swapFree=33000116/33010684
[pid=170734] ppid=170731 vsize=98268 memory=38476 CPUtime=12.63 cores=5,7
/proc/170734/stat : 170734 (SynLSCD) R 170731 170734 169834 0 -1 4194304 4365 0 0 0 1112 151 0 0 20 0 1 0 242020539 100626432 9619 18446744073709551615 94477455749120 94477458183721 140723105386128 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94477458664696 94477458697728 94477495402496 140723105393027 140723105393162 140723105393162 140723105398766 0
/proc/170734/statm: 24567 9619 2560 595 0 9234 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 98268 KiB
Current children cumulated memory: 38476 KiB

[startup+25.5003 s]
/proc/loadavg: 4.13 4.15 4.09 5/250 170871
/proc/meminfo: memFree=128652496/131382112 swapFree=33000116/33010684
[pid=170734] ppid=170731 vsize=104440 memory=48692 CPUtime=25.36 cores=5,7
/proc/170734/stat : 170734 (SynLSCD) R 170731 170734 169834 0 -1 4194304 5911 0 0 0 2375 161 0 0 20 0 1 0 242020539 106946560 12173 18446744073709551615 94477455749120 94477458183721 140723105386128 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94477458664696 94477458697728 94477495402496 140723105393027 140723105393162 140723105393162 140723105398766 0
/proc/170734/statm: 26110 12173 2560 595 0 10777 0
Current children cumulated CPU time: 25.36 s
Current children cumulated vsize: 104440 KiB
Current children cumulated memory: 48692 KiB

[startup+51.1135 s]
/proc/loadavg: 4.14 4.15 4.09 5/250 170871
/proc/meminfo: memFree=128512680/131382112 swapFree=33000116/33010684
[pid=170734] ppid=170731 vsize=122016 memory=58124 CPUtime=50.89 cores=5,7
/proc/170734/stat : 170734 (SynLSCD) R 170731 170734 169834 0 -1 4194304 7301 0 0 0 4916 173 0 0 20 0 1 0 242020539 124944384 14531 18446744073709551615 94477455749120 94477458183721 140723105386128 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94477458664696 94477458697728 94477495402496 140723105393027 140723105393162 140723105393162 140723105398766 0
/proc/170734/statm: 30504 14531 2688 595 0 15171 0
Current children cumulated CPU time: 50.89 s
Current children cumulated vsize: 122016 KiB
Current children cumulated memory: 58124 KiB

[startup+102.3 s]
/proc/loadavg: 4.11 4.14 4.09 5/251 170963
/proc/meminfo: memFree=115995516/131382112 swapFree=33000116/33010684
[pid=170734] ppid=170731 vsize=132236 memory=74344 CPUtime=101.88 cores=5,7
/proc/170734/stat : 170734 (SynLSCD) R 170731 170734 169834 0 -1 4194304 9836 0 0 0 9992 196 0 0 20 0 1 0 242020539 135409664 18586 18446744073709551615 94477455749120 94477458183721 140723105386128 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94477458664696 94477458697728 94477495402496 140723105393027 140723105393162 140723105393162 140723105398766 0
/proc/170734/statm: 33059 18586 2688 595 0 17726 0
Current children cumulated CPU time: 101.88 s
Current children cumulated vsize: 132236 KiB
Current children cumulated memory: 74344 KiB

[startup+162.3 s]
/proc/loadavg: 4.13 4.14 4.09 5/251 171010
/proc/meminfo: memFree=127543144/131382112 swapFree=33000116/33010684
[pid=170734] ppid=170731 vsize=164084 memory=95416 CPUtime=161.69 cores=5,7
/proc/170734/stat : 170734 (SynLSCD) R 170731 170734 169834 0 -1 4194304 12417 0 0 0 15949 220 0 0 20 0 1 0 242020539 168022016 23854 18446744073709551615 94477455749120 94477458183721 140723105386128 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94477458664696 94477458697728 94477495402496 140723105393027 140723105393162 140723105393162 140723105398766 0
/proc/170734/statm: 41021 23854 2688 595 0 25688 0
Current children cumulated CPU time: 161.69 s
Current children cumulated vsize: 164084 KiB
Current children cumulated memory: 95416 KiB

[startup+222.3 s]
/proc/loadavg: 4.10 4.13 4.09 5/250 171056
/proc/meminfo: memFree=128177148/131382112 swapFree=33000116/33010684
[pid=170734] ppid=170731 vsize=166444 memory=99868 CPUtime=221.52 cores=5,7
/proc/170734/stat : 170734 (SynLSCD) R 170731 170734 169834 0 -1 4194304 13025 0 0 0 21915 237 0 0 20 0 1 0 242020539 170438656 24967 18446744073709551615 94477455749120 94477458183721 140723105386128 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94477458664696 94477458697728 94477495402496 140723105393027 140723105393162 140723105393162 140723105398766 0
/proc/170734/statm: 41611 24967 2688 595 0 26278 0
Current children cumulated CPU time: 221.52 s
Current children cumulated vsize: 166444 KiB
Current children cumulated memory: 99868 KiB

[startup+282.3 s]
/proc/loadavg: 4.08 4.12 4.09 5/250 171058
/proc/meminfo: memFree=128584788/131382112 swapFree=33000116/33010684
[pid=170734] ppid=170731 vsize=169160 memory=106696 CPUtime=281.35 cores=5,7
/proc/170734/stat : 170734 (SynLSCD) R 170731 170734 169834 0 -1 4194304 13722 0 0 0 27879 256 0 0 20 0 1 0 242020539 173219840 26674 18446744073709551615 94477455749120 94477458183721 140723105386128 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94477458664696 94477458697728 94477495402496 140723105393027 140723105393162 140723105393162 140723105398766 0
/proc/170734/statm: 42290 26674 2688 595 0 26957 0
Current children cumulated CPU time: 281.35 s
Current children cumulated vsize: 169160 KiB
Current children cumulated memory: 106696 KiB

[startup+342.3 s]
/proc/loadavg: 4.14 4.13 4.09 5/250 171060
/proc/meminfo: memFree=128542132/131382112 swapFree=33000116/33010684
[pid=170734] ppid=170731 vsize=172044 memory=109384 CPUtime=341.19 cores=5,7
/proc/170734/stat : 170734 (SynLSCD) R 170731 170734 169834 0 -1 4194304 14410 0 0 0 33837 282 0 0 20 0 1 0 242020539 176173056 27346 18446744073709551615 94477455749120 94477458183721 140723105386128 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94477458664696 94477458697728 94477495402496 140723105393027 140723105393162 140723105393162 140723105398766 0
/proc/170734/statm: 43011 27346 2688 595 0 27678 0
Current children cumulated CPU time: 341.19 s
Current children cumulated vsize: 172044 KiB
Current children cumulated memory: 109384 KiB

[startup+402.3 s]
/proc/loadavg: 4.05 4.10 4.09 5/250 171062
/proc/meminfo: memFree=128480468/131382112 swapFree=33000116/33010684
[pid=170734] ppid=170731 vsize=184604 memory=121928 CPUtime=401.02 cores=5,7
/proc/170734/stat : 170734 (SynLSCD) R 170731 170734 169834 0 -1 4194304 17391 0 0 0 39799 303 0 0 20 0 1 0 242020539 189034496 30482 18446744073709551615 94477455749120 94477458183721 140723105386128 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94477458664696 94477458697728 94477495402496 140723105393027 140723105393162 140723105393162 140723105398766 0
/proc/170734/statm: 46151 30482 2688 595 0 30818 0
Current children cumulated CPU time: 401.02 s
Current children cumulated vsize: 184604 KiB
Current children cumulated memory: 121928 KiB

[startup+462.3 s]
/proc/loadavg: 4.18 4.13 4.10 5/249 171064
/proc/meminfo: memFree=128476876/131382112 swapFree=33000116/33010684
[pid=170734] ppid=170731 vsize=185300 memory=126900 CPUtime=460.87 cores=5,7
/proc/170734/stat : 170734 (SynLSCD) R 170731 170734 169834 0 -1 4194304 17608 0 0 0 45763 324 0 0 20 0 1 0 242020539 189747200 31725 18446744073709551615 94477455749120 94477458183721 140723105386128 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94477458664696 94477458697728 94477495402496 140723105393027 140723105393162 140723105393162 140723105398766 0
/proc/170734/statm: 46325 31725 2688 595 0 30992 0

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

Current children cumulated memory: 226092 KiB

[startup+2922.3 s]
/proc/loadavg: 4.14 4.18 4.18 5/250 171189
/proc/meminfo: memFree=128038196/131382112 swapFree=33000116/33010684
[pid=170734] ppid=170731 vsize=347952 memory=226092 CPUtime=2913.69 cores=5,7
/proc/170734/stat : 170734 (SynLSCD) R 170731 170734 169834 0 -1 4194304 31240 0 0 0 290260 1109 0 0 20 0 1 0 242020539 356302848 56523 18446744073709551615 94477455749120 94477458183721 140723105386128 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94477458664696 94477458697728 94477495402496 140723105393027 140723105393162 140723105393162 140723105398766 0
/proc/170734/statm: 86988 56523 2688 595 0 71655 0
Current children cumulated CPU time: 2913.69 s
Current children cumulated vsize: 347952 KiB
Current children cumulated memory: 226092 KiB

[startup+2982.3 s]
/proc/loadavg: 4.11 4.16 4.18 5/251 171198
/proc/meminfo: memFree=128023076/131382112 swapFree=33000116/33010684
[pid=170734] ppid=170731 vsize=347952 memory=226092 CPUtime=2973.54 cores=5,7
/proc/170734/stat : 170734 (SynLSCD) R 170731 170734 169834 0 -1 4194304 31240 0 0 0 296231 1123 0 0 20 0 1 0 242020539 356302848 56523 18446744073709551615 94477455749120 94477458183721 140723105386128 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94477458664696 94477458697728 94477495402496 140723105393027 140723105393162 140723105393162 140723105398766 0
/proc/170734/statm: 86988 56523 2688 595 0 71655 0
Current children cumulated CPU time: 2973.54 s
Current children cumulated vsize: 347952 KiB
Current children cumulated memory: 226092 KiB

[startup+3042.3 s]
/proc/loadavg: 4.12 4.14 4.17 5/250 171200
/proc/meminfo: memFree=128023580/131382112 swapFree=33000116/33010684
[pid=170734] ppid=170731 vsize=348392 memory=226604 CPUtime=3033.38 cores=5,7
/proc/170734/stat : 170734 (SynLSCD) R 170731 170734 169834 0 -1 4194304 31345 0 0 0 302205 1133 0 0 20 0 1 0 242020539 356753408 56651 18446744073709551615 94477455749120 94477458183721 140723105386128 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94477458664696 94477458697728 94477495402496 140723105393027 140723105393162 140723105393162 140723105398766 0
/proc/170734/statm: 87098 56651 2688 595 0 71765 0
Current children cumulated CPU time: 3033.38 s
Current children cumulated vsize: 348392 KiB
Current children cumulated memory: 226604 KiB

[startup+3102.3 s]
/proc/loadavg: 4.10 4.13 4.17 5/250 171202
/proc/meminfo: memFree=127989092/131382112 swapFree=33000116/33010684
[pid=170734] ppid=170731 vsize=351020 memory=229036 CPUtime=3093.21 cores=5,7
/proc/170734/stat : 170734 (SynLSCD) R 170731 170734 169834 0 -1 4194304 31990 0 0 0 308174 1147 0 0 20 0 1 0 242020539 359444480 57259 18446744073709551615 94477455749120 94477458183721 140723105386128 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94477458664696 94477458697728 94477495402496 140723105393027 140723105393162 140723105393162 140723105398766 0
/proc/170734/statm: 87755 57259 2688 595 0 72422 0
Current children cumulated CPU time: 3093.21 s
Current children cumulated vsize: 351020 KiB
Current children cumulated memory: 229036 KiB

[startup+3162.3 s]
/proc/loadavg: 4.08 4.12 4.16 5/250 171204
/proc/meminfo: memFree=127997584/131382112 swapFree=33000116/33010684
[pid=170734] ppid=170731 vsize=351020 memory=229036 CPUtime=3153.05 cores=5,7
/proc/170734/stat : 170734 (SynLSCD) R 170731 170734 169834 0 -1 4194304 31999 0 0 0 314141 1164 0 0 20 0 1 0 242020539 359444480 57259 18446744073709551615 94477455749120 94477458183721 140723105386128 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94477458664696 94477458697728 94477495402496 140723105393027 140723105393162 140723105393162 140723105398766 0
/proc/170734/statm: 87755 57259 2688 595 0 72422 0
Current children cumulated CPU time: 3153.05 s
Current children cumulated vsize: 351020 KiB
Current children cumulated memory: 229036 KiB

[startup+3222.3 s]
/proc/loadavg: 4.07 4.11 4.15 5/250 171206
/proc/meminfo: memFree=127998360/131382112 swapFree=33000116/33010684
[pid=170734] ppid=170731 vsize=351020 memory=229036 CPUtime=3212.9 cores=5,7
/proc/170734/stat : 170734 (SynLSCD) R 170731 170734 169834 0 -1 4194304 32006 0 0 0 320115 1175 0 0 20 0 1 0 242020539 359444480 57259 18446744073709551615 94477455749120 94477458183721 140723105386128 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94477458664696 94477458697728 94477495402496 140723105393027 140723105393162 140723105393162 140723105398766 0
/proc/170734/statm: 87755 57259 2688 595 0 72422 0
Current children cumulated CPU time: 3212.9 s
Current children cumulated vsize: 351020 KiB
Current children cumulated memory: 229036 KiB

[startup+3282.3 s]
/proc/loadavg: 4.08 4.10 4.15 5/249 171208
/proc/meminfo: memFree=127969912/131382112 swapFree=33000116/33010684
[pid=170734] ppid=170731 vsize=351020 memory=229164 CPUtime=3272.73 cores=5,7
/proc/170734/stat : 170734 (SynLSCD) R 170731 170734 169834 0 -1 4194304 32016 0 0 0 326089 1184 0 0 20 0 1 0 242020539 359444480 57291 18446744073709551615 94477455749120 94477458183721 140723105386128 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94477458664696 94477458697728 94477495402496 140723105393027 140723105393162 140723105393162 140723105398766 0
/proc/170734/statm: 87755 57291 2688 595 0 72422 0
Current children cumulated CPU time: 3272.73 s
Current children cumulated vsize: 351020 KiB
Current children cumulated memory: 229164 KiB

[startup+3342.3 s]
/proc/loadavg: 4.07 4.10 4.14 5/249 171210
/proc/meminfo: memFree=127970364/131382112 swapFree=33000116/33010684
[pid=170734] ppid=170731 vsize=352776 memory=230956 CPUtime=3332.58 cores=5,7
/proc/170734/stat : 170734 (SynLSCD) R 170731 170734 169834 0 -1 4194304 32482 0 0 0 332066 1192 0 0 20 0 1 0 242020539 361242624 57739 18446744073709551615 94477455749120 94477458183721 140723105386128 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94477458664696 94477458697728 94477495402496 140723105393027 140723105393162 140723105393162 140723105398766 0
/proc/170734/statm: 88194 57739 2688 595 0 72861 0
Current children cumulated CPU time: 3332.58 s
Current children cumulated vsize: 352776 KiB
Current children cumulated memory: 230956 KiB

[startup+3402.3 s]
/proc/loadavg: 4.12 4.11 4.14 5/249 171212
/proc/meminfo: memFree=127963672/131382112 swapFree=33000116/33010684
[pid=170734] ppid=170731 vsize=359944 memory=236588 CPUtime=3392.42 cores=5,7
/proc/170734/stat : 170734 (SynLSCD) R 170731 170734 169834 0 -1 4194304 33891 0 0 0 338043 1199 0 0 20 0 1 0 242020539 368582656 59147 18446744073709551615 94477455749120 94477458183721 140723105386128 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94477458664696 94477458697728 94477495402496 140723105393027 140723105393162 140723105393162 140723105398766 0
/proc/170734/statm: 89986 59147 2688 595 0 74653 0
Current children cumulated CPU time: 3392.42 s
Current children cumulated vsize: 359944 KiB
Current children cumulated memory: 236588 KiB

[startup+3462.3 s]
/proc/loadavg: 4.04 4.08 4.13 5/249 171214
/proc/meminfo: memFree=127973248/131382112 swapFree=33000116/33010684
[pid=170734] ppid=170731 vsize=360912 memory=237612 CPUtime=3452.25 cores=5,7
/proc/170734/stat : 170734 (SynLSCD) R 170731 170734 169834 0 -1 4194304 34154 0 0 0 344007 1218 0 0 20 0 1 0 242020539 369573888 59403 18446744073709551615 94477455749120 94477458183721 140723105386128 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94477458664696 94477458697728 94477495402496 140723105393027 140723105393162 140723105393162 140723105398766 0
/proc/170734/statm: 90228 59403 2688 595 0 74895 0
Current children cumulated CPU time: 3452.25 s
Current children cumulated vsize: 360912 KiB
Current children cumulated memory: 237612 KiB

[startup+3522.3 s]
/proc/loadavg: 4.12 4.10 4.13 5/249 171216
/proc/meminfo: memFree=127973644/131382112 swapFree=33000116/33010684
[pid=170734] ppid=170731 vsize=360912 memory=237612 CPUtime=3512.09 cores=5,7
/proc/170734/stat : 170734 (SynLSCD) R 170731 170734 169834 0 -1 4194304 34154 0 0 0 349972 1237 0 0 20 0 1 0 242020539 369573888 59403 18446744073709551615 94477455749120 94477458183721 140723105386128 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94477458664696 94477458697728 94477495402496 140723105393027 140723105393162 140723105393162 140723105398766 0
/proc/170734/statm: 90228 59403 2688 595 0 74895 0
Current children cumulated CPU time: 3512.09 s
Current children cumulated vsize: 360912 KiB
Current children cumulated memory: 237612 KiB

[startup+3582.3 s]
/proc/loadavg: 4.10 4.09 4.12 5/250 171225
/proc/meminfo: memFree=127957816/131382112 swapFree=33000116/33010684
[pid=170734] ppid=170731 vsize=360912 memory=239020 CPUtime=3571.92 cores=5,7
/proc/170734/stat : 170734 (SynLSCD) R 170731 170734 169834 0 -1 4194304 34161 0 0 0 355943 1249 0 0 20 0 1 0 242020539 369573888 59755 18446744073709551615 94477455749120 94477458183721 140723105386128 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94477458664696 94477458697728 94477495402496 140723105393027 140723105393162 140723105393162 140723105398766 0
/proc/170734/statm: 90228 59755 2688 595 0 74895 0
Current children cumulated CPU time: 3571.92 s
Current children cumulated vsize: 360912 KiB
Current children cumulated memory: 239020 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.5 s]
/proc/loadavg: 4.13 4.10 4.12 5/250 171226
/proc/meminfo: memFree=127958572/131382112 swapFree=33000116/33010684
[pid=170734] ppid=170731 vsize=360912 memory=239020 CPUtime=3600.04 cores=5,7
/proc/170734/stat : 170734 (SynLSCD) R 170731 170734 169834 0 -1 4194304 34164 0 0 0 358748 1256 0 0 20 0 1 0 242020539 369573888 59755 18446744073709551615 94477455749120 94477458183721 140723105386128 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94477458664696 94477458697728 94477495402496 140723105393027 140723105393162 140723105393162 140723105398766 0
/proc/170734/statm: 90228 59755 2688 595 0 74895 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 360912 KiB
Current children cumulated memory: 239020 KiB

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

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

# cumulated CPU time of all completed processes:  user=3587.51 s, system=12.5714 s

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

[startup+3610.5 s]
/proc/loadavg: 4.13 4.10 4.12 5/250 171226
/proc/meminfo: memFree=127958572/131382112 swapFree=33000116/33010684
[pid=170734] ppid=170731 vsize=360912 memory=239020 CPUtime=3600.04 cores=5,7
/proc/170734/stat : 170734 (SynLSCD) R 170731 170734 169834 0 -1 4194304 34164 0 0 0 358748 1256 0 0 20 0 1 0 242020539 369573888 59755 18446744073709551615 94477455749120 94477458183721 140723105386128 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94477458664696 94477458697728 94477495402496 140723105393027 140723105393162 140723105393162 140723105398766 0
/proc/170734/statm: 90228 59755 2688 595 0 74895 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 360912 KiB
Current children cumulated memory: 239020 KiB

Child status: 0

Real time (s): 3610.52
CPU time (s): 3600.08
CPU user time (s): 3587.51
CPU system time (s): 12.5714
CPU usage (%): 99.7108
Max. virtual memory (cumulated for all children) (KiB): 360912
Max. memory (cumulated for all children) (KiB): 239020

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3587.51
system time used= 12.5714
maximum resident set size= 312036
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34189
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= 192
involuntary context switches= 1987


# summary of solver processes directly reported to runsolver:
#   pid: 170734
#   total CPU time (s): 3600.08
#   total CPU user time (s): 3587.51
#   total CPU system time (s): 12.5714

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.9558 second user time and 35.0577 second system time

The end

Launcher Data

Begin job on nodeC007 at 2025-07-23 11:36:54
IDJOB=4546073
IDBENCH=163188
IDSOLVER=3421
FILE ID=nodeC007/4546073-1753263414
RUNJOBID= nodeC007-1753259701-169855
SLURM_JOB_ID= 9689162
Free space on /tmp= 432976 MiB

SOLVER NAME= SynLSCD 2025-07-23
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/inequalities/OPB/ineq6/normalized-20array_ineq6.opb
COMMAND LINE= ./SynLSCD --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4546073-1753263414/watcher-4546073-1753263414 -o /tmp/evaluation-result-4546073-1753263414/solver-4546073-1753263414 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1753259701-169855 --watchdog 3760  ./SynLSCD --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4546073-1753263414.opb

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

MD5SUM BENCH= 3fc1fa6fafd20a9b1fe100c4dc12e1ea
RANDOM SEED=1834945035

nodeC007 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	: 0xb00001f
cpu MHz		: 3661.002
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.68
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	: 0xb00001f
cpu MHz		: 2992.964
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.68
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	: 0xb00001f
cpu MHz		: 1197.500
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.68
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	: 0xb00001f
cpu MHz		: 1197.759
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.68
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	: 0xb00001f
cpu MHz		: 3661.091
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.68
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	: 0xb00001f
cpu MHz		: 1197.051
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.68
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	: 0xb00001f
cpu MHz		: 1197.281
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.68
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	: 0xb00001f
cpu MHz		: 1197.200
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        128879412 kB
MemAvailable:   129649512 kB
Buffers:              16 kB
Cached:          1440848 kB
SwapCached:         2612 kB
Active:          1056316 kB
Inactive:         615760 kB
Active(anon):     218216 kB
Inactive(anon):    33304 kB
Active(file):     838100 kB
Inactive(file):   582456 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33000116 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             11068 kB
Writeback:             0 kB
AnonPages:        231720 kB
Mapped:           113956 kB
Shmem:             20308 kB
KReclaimable:     378344 kB
Slab:             472576 kB
SReclaimable:     378344 kB
SUnreclaim:        94232 kB
KernelStack:        4044 kB
PageTables:         3672 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     635508 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149384 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    153600 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:      201544 kB
DirectMap2M:    10186752 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 432976 MiB
End job on nodeC007 at 2025-07-23 12:37:05