Trace number 4525633

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
SCIP 2024-07-07? (TO) 3600.1 3607.51

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/scens/
normalized-scen07_10000_30r_wcsp.wbo
MD5SUM8c159ddcc7c8e6257617bd9db371f9a1
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark20
Best CPU time to get the best result obtained on this benchmark4.42548
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables2008
Total number of constraints48581
Number of soft constraints48385
Number of constraints which are clauses48385
Number of constraints which are cardinality constraints (but not clauses)196
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint14
Top cost 448020002
Min constraint cost 1
Max constraint cost 990001
Sum of constraints costs 12702738385
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 15
Number of bits of the biggest sum of numbers4
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.01	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.0.0] [GitHash: 405ed0d46f]
0.00/0.01	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.01	c 
0.00/0.01	c user parameter file <scip.set> not found - using default parameters
0.00/0.01	c reading problem <HOME/instance-4525633-1751620232.wbo>
0.09/0.20	c original problem has 50393 variables (50393 bin, 0 int, 0 impl, 0 cont) and 96967 constraints
0.09/0.20	c problem read in 0.19
0.68/0.76	c presolving:
0.88/0.90	c (round 1, fast)       0 del vars, 0 del conss, 0 add conss, 48385 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 48581 clqs
0.98/1.03	c (round 2, exhaustive) 0 del vars, 0 del conss, 0 add conss, 48385 chg bounds, 0 chg sides, 0 chg coeffs, 197 upgd conss, 0 impls, 48581 clqs
0.98/1.05	c (round 3, fast)       132 del vars, 1417 del conss, 0 add conss, 48385 chg bounds, 0 chg sides, 0 chg coeffs, 197 upgd conss, 0 impls, 48571 clqs
0.98/1.07	c (round 4, fast)       2946 del vars, 2824 del conss, 0 add conss, 48385 chg bounds, 0 chg sides, 0 chg coeffs, 197 upgd conss, 0 impls, 47164 clqs
2.28/2.37	c    (2.4s) symmetry computation started: requiring (bin +, int +, cont +), (fixed: bin -, int -, cont -)

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (60732 MiB free)
  memory of node 1: 64507 MiB (57791 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4525633-1751620232/watcher-4525633-1751620232 -o /tmp/evaluation-result-4525633-1751620232/solver-4525633-1751620232 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751613033-91485 --watchdog 3760 pbscip -f HOME/instance-4525633-1751620232.wbo -t 3600 -j 2 -m 31000 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=92359, runsolver pid=92356

[startup+0.100059 s]*
/proc/loadavg: 4.06 4.16 4.13 5/263 92360
/proc/meminfo: memFree=121328936/131249996 swapFree=33010672/33010684
[pid=92359] ppid=92356 vsize=82912 memory=55168 CPUtime=0.09 cores=0,2
/proc/92359/stat : 92359 (pbscip) R 92356 92359 91475 0 -1 4194304 10912 0 0 0 7 2 0 0 20 0 1 0 77701005 84901888 13792 18446744073709551615 4235264 18693293 140725662300320 0 0 0 0 0 0 0 0 0 17 0 0 0 0 0 0 21375888 21430392 57245696 140725662308743 140725662308842 140725662308842 140725662314446 0
/proc/92359/statm: 20728 13792 3200 3530 0 12179 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 82912 KiB
Current children cumulated memory: 55168 KiB

[startup+0.205649 s]*
/proc/loadavg: 4.06 4.16 4.13 5/263 92360
/proc/meminfo: memFree=121286852/131249996 swapFree=33010672/33010684
[pid=92359] ppid=92356 vsize=130084 memory=103572 CPUtime=0.2 cores=0,2
/proc/92359/stat : 92359 (pbscip) R 92356 92359 91475 0 -1 4194304 23165 0 0 0 16 4 0 0 20 0 1 0 77701005 133206016 25893 18446744073709551615 4235264 18693293 140725662300320 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 57245696 140725662308743 140725662308842 140725662308842 140725662314446 0
/proc/92359/statm: 32521 25893 3520 3530 0 23972 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 130084 KiB
Current children cumulated memory: 103572 KiB

[startup+0.305548 s]*
/proc/loadavg: 4.06 4.16 4.13 5/263 92360
/proc/meminfo: memFree=121208228/131249996 swapFree=33010672/33010684
[pid=92359] ppid=92356 vsize=200040 memory=172820 CPUtime=0.3 cores=0,2
/proc/92359/stat : 92359 (pbscip) R 92356 92359 91475 0 -1 4194304 40466 0 0 0 24 6 0 0 20 0 1 0 77701005 204840960 43205 18446744073709551615 4235264 18693293 140725662300320 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 57245696 140725662308743 140725662308842 140725662308842 140725662314446 0
/proc/92359/statm: 50010 43205 3520 3530 0 41461 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 200040 KiB
Current children cumulated memory: 172820 KiB

[startup+0.700166 s]
/proc/loadavg: 4.05 4.15 4.12 5/263 92360
/proc/meminfo: memFree=121119524/131249996 swapFree=33010672/33010684
[pid=92359] ppid=92356 vsize=369912 memory=340244 CPUtime=0.68 cores=0,2
/proc/92359/stat : 92359 (pbscip) R 92356 92359 91475 0 -1 4194304 82300 0 0 0 56 12 0 0 20 0 1 0 77701005 378789888 85061 18446744073709551615 4235264 18693293 140725662300320 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 57245696 140725662308743 140725662308842 140725662308842 140725662314446 0
/proc/92359/statm: 92478 85061 3552 3530 0 83929 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 369912 KiB
Current children cumulated memory: 340244 KiB

[startup+1.5002 s]
/proc/loadavg: 4.05 4.15 4.12 5/263 92360
/proc/meminfo: memFree=120999068/131249996 swapFree=33010672/33010684
[pid=92359] ppid=92356 vsize=424024 memory=386248 CPUtime=1.48 cores=0,2
/proc/92359/stat : 92359 (pbscip) R 92356 92359 91475 0 -1 4194304 96110 0 0 0 134 14 0 0 20 0 1 0 77701005 434200576 96562 18446744073709551615 4235264 18693293 140725662300320 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 57245696 140725662308743 140725662308842 140725662308842 140725662314446 0
/proc/92359/statm: 106006 96562 3648 3530 0 97457 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 424024 KiB
Current children cumulated memory: 386248 KiB

[startup+3.10553 s]
/proc/loadavg: 4.05 4.15 4.12 5/263 92360
/proc/meminfo: memFree=120800956/131249996 swapFree=33010672/33010684
[pid=92359] ppid=92356 vsize=777900 memory=574708 CPUtime=3.08 cores=0,2
/proc/92359/stat : 92359 (pbscip) R 92356 92359 91475 0 -1 4194304 123052 0 0 0 288 20 0 0 20 0 1 0 77701005 796569600 143677 18446744073709551615 4235264 18693293 140725662300320 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 57245696 140725662308743 140725662308842 140725662308842 140725662314446 0
/proc/92359/statm: 194475 143677 3680 3530 0 185926 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 777900 KiB
Current children cumulated memory: 574708 KiB

[startup+6.30015 s]
/proc/loadavg: 4.05 4.15 4.12 5/263 92360
/proc/meminfo: memFree=120608208/131249996 swapFree=33010672/33010684
[pid=92359] ppid=92356 vsize=964372 memory=766632 CPUtime=6.27 cores=0,2
/proc/92359/stat : 92359 (pbscip) R 92356 92359 91475 0 -1 4194304 170524 0 0 0 598 29 0 0 20 0 1 0 77701005 987516928 191658 18446744073709551615 4235264 18693293 140725662300320 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 57245696 140725662308743 140725662308842 140725662308842 140725662314446 0
/proc/92359/statm: 241093 191658 3680 3530 0 232544 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 964372 KiB
Current children cumulated memory: 766632 KiB

[startup+12.7002 s]
/proc/loadavg: 4.12 4.16 4.13 5/263 92360
/proc/meminfo: memFree=120542956/131249996 swapFree=33010672/33010684
[pid=92359] ppid=92356 vsize=1037740 memory=843168 CPUtime=12.65 cores=0,2
/proc/92359/stat : 92359 (pbscip) R 92356 92359 91475 0 -1 4194304 189154 0 0 0 1234 31 0 0 20 0 1 0 77701005 1062645760 210792 18446744073709551615 4235264 18693293 140725662300320 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 57245696 140725662308743 140725662308842 140725662308842 140725662314446 0
/proc/92359/statm: 259435 210792 3680 3530 0 250886 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 1037740 KiB
Current children cumulated memory: 843168 KiB

[startup+25.5002 s]
/proc/loadavg: 4.10 4.16 4.13 5/263 92360
/proc/meminfo: memFree=120454300/131249996 swapFree=33010672/33010684
[pid=92359] ppid=92356 vsize=1122336 memory=927904 CPUtime=25.42 cores=0,2
/proc/92359/stat : 92359 (pbscip) R 92356 92359 91475 0 -1 4194304 210316 0 0 0 2507 35 0 0 20 0 1 0 77701005 1149272064 231976 18446744073709551615 4235264 18693293 140725662300320 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 57245696 140725662308743 140725662308842 140725662308842 140725662314446 0
/proc/92359/statm: 280584 231976 3680 3530 0 272035 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 1122336 KiB
Current children cumulated memory: 927904 KiB

[startup+51.1057 s]
/proc/loadavg: 4.06 4.14 4.12 5/263 92361
/proc/meminfo: memFree=120429548/131249996 swapFree=33010672/33010684
[pid=92359] ppid=92356 vsize=1147792 memory=953248 CPUtime=50.96 cores=0,2
/proc/92359/stat : 92359 (pbscip) R 92356 92359 91475 0 -1 4194304 216680 0 0 0 5061 35 0 0 20 0 1 0 77701005 1175339008 238312 18446744073709551615 4235264 18693293 140725662300320 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 57245696 140725662308743 140725662308842 140725662308842 140725662314446 0
/proc/92359/statm: 286948 238312 3680 3530 0 278399 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 1147792 KiB
Current children cumulated memory: 953248 KiB

[startup+102.3 s]
/proc/loadavg: 4.20 4.16 4.13 5/264 92366
/proc/meminfo: memFree=120366080/131249996 swapFree=33010672/33010684
[pid=92359] ppid=92356 vsize=1147800 memory=953376 CPUtime=102.02 cores=0,2
/proc/92359/stat : 92359 (pbscip) R 92356 92359 91475 0 -1 4194304 216684 0 0 0 10167 35 0 0 20 0 1 0 77701005 1175347200 238344 18446744073709551615 4235264 18693293 140725662300320 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 57245696 140725662308743 140725662308842 140725662308842 140725662314446 0
/proc/92359/statm: 286950 238344 3680 3530 0 278401 0
Current children cumulated CPU time: 102.02 s
Current children cumulated vsize: 1147800 KiB
Current children cumulated memory: 953376 KiB

[startup+162.3 s]
/proc/loadavg: 4.13 4.15 4.12 5/265 92369
/proc/meminfo: memFree=120288796/131249996 swapFree=33010672/33010684
[pid=92359] ppid=92356 vsize=1147804 memory=953376 CPUtime=161.87 cores=0,2
/proc/92359/stat : 92359 (pbscip) R 92356 92359 91475 0 -1 4194304 216690 0 0 0 16152 35 0 0 20 0 1 0 77701005 1175351296 238344 18446744073709551615 4235264 18693293 140725662300320 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 57245696 140725662308743 140725662308842 140725662308842 140725662314446 0
/proc/92359/statm: 286951 238344 3680 3530 0 278402 0
Current children cumulated CPU time: 161.87 s
Current children cumulated vsize: 1147804 KiB
Current children cumulated memory: 953376 KiB

[startup+222.3 s]
/proc/loadavg: 4.05 4.12 4.11 5/264 92371
/proc/meminfo: memFree=120289168/131249996 swapFree=33010672/33010684
[pid=92359] ppid=92356 vsize=1147808 memory=953376 CPUtime=221.72 cores=0,2
/proc/92359/stat : 92359 (pbscip) R 92356 92359 91475 0 -1 4194304 216694 0 0 0 22137 35 0 0 20 0 1 0 77701005 1175355392 238344 18446744073709551615 4235264 18693293 140725662300320 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 57245696 140725662308743 140725662308842 140725662308842 140725662314446 0
/proc/92359/statm: 286952 238344 3680 3530 0 278403 0
Current children cumulated CPU time: 221.72 s
Current children cumulated vsize: 1147808 KiB
Current children cumulated memory: 953376 KiB

[startup+282.3 s]
/proc/loadavg: 4.16 4.14 4.12 5/265 92418
/proc/meminfo: memFree=115722040/131249996 swapFree=33010672/33010684
[pid=92359] ppid=92356 vsize=1147812 memory=953376 CPUtime=281.57 cores=0,2
/proc/92359/stat : 92359 (pbscip) R 92356 92359 91475 0 -1 4194304 216696 0 0 0 28122 35 0 0 20 0 1 0 77701005 1175359488 238344 18446744073709551615 4235264 18693293 140725662300320 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 57245696 140725662308743 140725662308842 140725662308842 140725662314446 0
/proc/92359/statm: 286953 238344 3680 3530 0 278404 0
Current children cumulated CPU time: 281.57 s
Current children cumulated vsize: 1147812 KiB
Current children cumulated memory: 953376 KiB

[startup+342.3 s]
/proc/loadavg: 4.11 4.13 4.11 5/265 92420
/proc/meminfo: memFree=108726020/131249996 swapFree=33010672/33010684
[pid=92359] ppid=92356 vsize=1147816 memory=953376 CPUtime=341.4 cores=0,2
/proc/92359/stat : 92359 (pbscip) R 92356 92359 91475 0 -1 4194304 216700 0 0 0 34105 35 0 0 20 0 1 0 77701005 1175363584 238344 18446744073709551615 4235264 18693293 140725662300320 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 57245696 140725662308743 140725662308842 140725662308842 140725662314446 0
/proc/92359/statm: 286954 238344 3680 3530 0 278405 0
Current children cumulated CPU time: 341.4 s
Current children cumulated vsize: 1147816 KiB
Current children cumulated memory: 953376 KiB

[startup+402.3 s]
/proc/loadavg: 4.08 4.12 4.10 5/264 92422
/proc/meminfo: memFree=104218364/131249996 swapFree=33010672/33010684
[pid=92359] ppid=92356 vsize=1147820 memory=953376 CPUtime=401.23 cores=0,2
/proc/92359/stat : 92359 (pbscip) R 92356 92359 91475 0 -1 4194304 216702 0 0 0 40088 35 0 0 20 0 1 0 77701005 1175367680 238344 18446744073709551615 4235264 18693293 140725662300320 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 57245696 140725662308743 140725662308842 140725662308842 140725662314446 0
/proc/92359/statm: 286955 238344 3680 3530 0 278406 0
Current children cumulated CPU time: 401.23 s
Current children cumulated vsize: 1147820 KiB
Current children cumulated memory: 953376 KiB

[startup+462.3 s]
/proc/loadavg: 4.08 4.11 4.10 5/264 92424
/proc/meminfo: memFree=99718800/131249996 swapFree=33010672/33010684
[pid=92359] ppid=92356 vsize=1147820 memory=953376 CPUtime=461.05 cores=0,2
/proc/92359/stat : 92359 (pbscip) R 92356 92359 91475 0 -1 4194304 216703 0 0 0 46070 35 0 0 20 0 1 0 77701005 1175367680 238344 18446744073709551615 4235264 18693293 140725662300320 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 57245696 140725662308743 140725662308842 140725662308842 140725662314446 0
/proc/92359/statm: 286955 238344 3680 3530 0 278406 0

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

Current children cumulated memory: 983840 KiB

[startup+2922.3 s]
/proc/loadavg: 4.10 4.13 4.10 5/264 92745
/proc/meminfo: memFree=96031364/131249996 swapFree=33010672/33010684
[pid=92359] ppid=92356 vsize=1147888 memory=983840 CPUtime=2916.23 cores=0,2
/proc/92359/stat : 92359 (pbscip) R 92356 92359 91475 0 -1 4194304 217004 0 0 0 291587 36 0 0 20 0 1 0 77701005 1175437312 245960 18446744073709551615 4235264 18693293 140725662300320 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 57245696 140725662308743 140725662308842 140725662308842 140725662314446 0
/proc/92359/statm: 286972 245960 3680 3530 0 278423 0
Current children cumulated CPU time: 2916.23 s
Current children cumulated vsize: 1147888 KiB
Current children cumulated memory: 983840 KiB

[startup+2982.3 s]
/proc/loadavg: 4.07 4.12 4.10 5/264 92747
/proc/meminfo: memFree=96022364/131249996 swapFree=33010672/33010684
[pid=92359] ppid=92356 vsize=1147888 memory=983840 CPUtime=2976.11 cores=0,2
/proc/92359/stat : 92359 (pbscip) R 92356 92359 91475 0 -1 4194304 217007 0 0 0 297575 36 0 0 20 0 1 0 77701005 1175437312 245960 18446744073709551615 4235264 18693293 140725662300320 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 57245696 140725662308743 140725662308842 140725662308842 140725662314446 0
/proc/92359/statm: 286972 245960 3680 3530 0 278423 0
Current children cumulated CPU time: 2976.11 s
Current children cumulated vsize: 1147888 KiB
Current children cumulated memory: 983840 KiB

[startup+3042.3 s]
/proc/loadavg: 4.06 4.11 4.09 5/263 92764
/proc/meminfo: memFree=95967212/131249996 swapFree=33010672/33010684
[pid=92359] ppid=92356 vsize=1147888 memory=983840 CPUtime=3035.99 cores=0,2
/proc/92359/stat : 92359 (pbscip) R 92356 92359 91475 0 -1 4194304 217007 0 0 0 303563 36 0 0 20 0 1 0 77701005 1175437312 245960 18446744073709551615 4235264 18693293 140725662300320 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 57245696 140725662308743 140725662308842 140725662308842 140725662314446 0
/proc/92359/statm: 286972 245960 3680 3530 0 278423 0
Current children cumulated CPU time: 3035.99 s
Current children cumulated vsize: 1147888 KiB
Current children cumulated memory: 983840 KiB

[startup+3102.3 s]
/proc/loadavg: 4.37 4.19 4.12 5/264 92768
/proc/meminfo: memFree=95958768/131249996 swapFree=33010672/33010684
[pid=92359] ppid=92356 vsize=1147888 memory=983840 CPUtime=3095.87 cores=0,2
/proc/92359/stat : 92359 (pbscip) R 92356 92359 91475 0 -1 4194304 217008 0 0 0 309551 36 0 0 20 0 1 0 77701005 1175437312 245960 18446744073709551615 4235264 18693293 140725662300320 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 57245696 140725662308743 140725662308842 140725662308842 140725662314446 0
/proc/92359/statm: 286972 245960 3680 3530 0 278423 0
Current children cumulated CPU time: 3095.87 s
Current children cumulated vsize: 1147888 KiB
Current children cumulated memory: 983840 KiB

[startup+3162.3 s]
/proc/loadavg: 4.24 4.19 4.12 5/264 92770
/proc/meminfo: memFree=95950224/131249996 swapFree=33010672/33010684
[pid=92359] ppid=92356 vsize=1147892 memory=983840 CPUtime=3155.76 cores=0,2
/proc/92359/stat : 92359 (pbscip) R 92356 92359 91475 0 -1 4194304 217009 0 0 0 315540 36 0 0 20 0 1 0 77701005 1175441408 245960 18446744073709551615 4235264 18693293 140725662300320 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 57245696 140725662308743 140725662308842 140725662308842 140725662314446 0
/proc/92359/statm: 286973 245960 3680 3530 0 278424 0
Current children cumulated CPU time: 3155.76 s
Current children cumulated vsize: 1147892 KiB
Current children cumulated memory: 983840 KiB

[startup+3222.3 s]
/proc/loadavg: 4.20 4.18 4.12 5/264 92772
/proc/meminfo: memFree=95936768/131249996 swapFree=33010672/33010684
[pid=92359] ppid=92356 vsize=1147892 memory=983840 CPUtime=3215.64 cores=0,2
/proc/92359/stat : 92359 (pbscip) R 92356 92359 91475 0 -1 4194304 217073 0 0 0 321528 36 0 0 20 0 1 0 77701005 1175441408 245960 18446744073709551615 4235264 18693293 140725662300320 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 57245696 140725662308743 140725662308842 140725662308842 140725662314446 0
/proc/92359/statm: 286973 245960 3680 3530 0 278424 0
Current children cumulated CPU time: 3215.64 s
Current children cumulated vsize: 1147892 KiB
Current children cumulated memory: 983840 KiB

[startup+3282.3 s]
/proc/loadavg: 4.15 4.16 4.12 5/264 92775
/proc/meminfo: memFree=95900064/131249996 swapFree=33010672/33010684
[pid=92359] ppid=92356 vsize=1147892 memory=983840 CPUtime=3275.52 cores=0,2
/proc/92359/stat : 92359 (pbscip) R 92356 92359 91475 0 -1 4194304 217074 0 0 0 327516 36 0 0 20 0 1 0 77701005 1175441408 245960 18446744073709551615 4235264 18693293 140725662300320 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 57245696 140725662308743 140725662308842 140725662308842 140725662314446 0
/proc/92359/statm: 286973 245960 3680 3530 0 278424 0
Current children cumulated CPU time: 3275.52 s
Current children cumulated vsize: 1147892 KiB
Current children cumulated memory: 983840 KiB

[startup+3342.3 s]
/proc/loadavg: 4.12 4.15 4.11 5/264 92777
/proc/meminfo: memFree=95896692/131249996 swapFree=33010672/33010684
[pid=92359] ppid=92356 vsize=1147892 memory=983840 CPUtime=3335.4 cores=0,2
/proc/92359/stat : 92359 (pbscip) R 92356 92359 91475 0 -1 4194304 217075 0 0 0 333504 36 0 0 20 0 1 0 77701005 1175441408 245960 18446744073709551615 4235264 18693293 140725662300320 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 57245696 140725662308743 140725662308842 140725662308842 140725662314446 0
/proc/92359/statm: 286973 245960 3680 3530 0 278424 0
Current children cumulated CPU time: 3335.4 s
Current children cumulated vsize: 1147892 KiB
Current children cumulated memory: 983840 KiB

[startup+3402.3 s]
/proc/loadavg: 4.09 4.13 4.10 5/264 92780
/proc/meminfo: memFree=95862032/131249996 swapFree=33010672/33010684
[pid=92359] ppid=92356 vsize=1147896 memory=983840 CPUtime=3395.28 cores=0,2
/proc/92359/stat : 92359 (pbscip) R 92356 92359 91475 0 -1 4194304 217077 0 0 0 339492 36 0 0 20 0 1 0 77701005 1175445504 245960 18446744073709551615 4235264 18693293 140725662300320 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 57245696 140725662308743 140725662308842 140725662308842 140725662314446 0
/proc/92359/statm: 286974 245960 3680 3530 0 278425 0
Current children cumulated CPU time: 3395.28 s
Current children cumulated vsize: 1147896 KiB
Current children cumulated memory: 983840 KiB

[startup+3462.3 s]
/proc/loadavg: 4.07 4.12 4.10 5/264 92782
/proc/meminfo: memFree=95815060/131249996 swapFree=33010672/33010684
[pid=92359] ppid=92356 vsize=1147896 memory=983840 CPUtime=3455.16 cores=0,2
/proc/92359/stat : 92359 (pbscip) R 92356 92359 91475 0 -1 4194304 217077 0 0 0 345480 36 0 0 20 0 1 0 77701005 1175445504 245960 18446744073709551615 4235264 18693293 140725662300320 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 57245696 140725662308743 140725662308842 140725662308842 140725662314446 0
/proc/92359/statm: 286974 245960 3680 3530 0 278425 0
Current children cumulated CPU time: 3455.16 s
Current children cumulated vsize: 1147896 KiB
Current children cumulated memory: 983840 KiB

[startup+3522.3 s]
/proc/loadavg: 4.08 4.11 4.09 5/264 92784
/proc/meminfo: memFree=95057116/131249996 swapFree=33010672/33010684
[pid=92359] ppid=92356 vsize=1147896 memory=983840 CPUtime=3515.05 cores=0,2
/proc/92359/stat : 92359 (pbscip) R 92356 92359 91475 0 -1 4194304 217078 0 0 0 351469 36 0 0 20 0 1 0 77701005 1175445504 245960 18446744073709551615 4235264 18693293 140725662300320 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 57245696 140725662308743 140725662308842 140725662308842 140725662314446 0
/proc/92359/statm: 286974 245960 3680 3530 0 278425 0
Current children cumulated CPU time: 3515.05 s
Current children cumulated vsize: 1147896 KiB
Current children cumulated memory: 983840 KiB

[startup+3582.3 s]
/proc/loadavg: 4.07 4.10 4.09 5/263 92786
/proc/meminfo: memFree=95079804/131249996 swapFree=33010672/33010684
[pid=92359] ppid=92356 vsize=1147896 memory=983840 CPUtime=3574.93 cores=0,2
/proc/92359/stat : 92359 (pbscip) R 92356 92359 91475 0 -1 4194304 217079 0 0 0 357457 36 0 0 20 0 1 0 77701005 1175445504 245960 18446744073709551615 4235264 18693293 140725662300320 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 57245696 140725662308743 140725662308842 140725662308842 140725662314446 0
/proc/92359/statm: 286974 245960 3680 3530 0 278425 0
Current children cumulated CPU time: 3574.93 s
Current children cumulated vsize: 1147896 KiB
Current children cumulated memory: 983840 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3607.5 s]
/proc/loadavg: 4.10 4.11 4.09 5/263 92787
/proc/meminfo: memFree=95074764/131249996 swapFree=33010672/33010684
[pid=92359] ppid=92356 vsize=1147896 memory=983840 CPUtime=3600.08 cores=0,2
/proc/92359/stat : 92359 (pbscip) R 92356 92359 91475 0 -1 4194304 217079 0 0 0 359972 36 0 0 20 0 1 0 77701005 1175445504 245960 18446744073709551615 4235264 18693293 140725662300320 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 57245696 140725662308743 140725662308842 140725662308842 140725662314446 0
/proc/92359/statm: 286974 245960 3680 3530 0 278425 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 1147896 KiB
Current children cumulated memory: 983840 KiB

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

[startup+3607.51 s]
# the end of solver process 92359 was just reported to runsolver
# Child ended because it received signal 15 (SIGTERM)

# cumulated CPU time of all completed processes:  user=3599.72 s, system=0.374631 s

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

[startup+3607.5 s]
/proc/loadavg: 4.10 4.11 4.09 5/263 92787
/proc/meminfo: memFree=95074764/131249996 swapFree=33010672/33010684
[pid=92359] ppid=92356 vsize=1147896 memory=983840 CPUtime=3600.08 cores=0,2
/proc/92359/stat : 92359 (pbscip) R 92356 92359 91475 0 -1 4194304 217079 0 0 0 359972 36 0 0 20 0 1 0 77701005 1175445504 245960 18446744073709551615 4235264 18693293 140725662300320 0 0 0 0 0 2 0 0 0 17 0 0 0 0 0 0 21375888 21430392 57245696 140725662308743 140725662308842 140725662308842 140725662314446 0
/proc/92359/statm: 286974 245960 3680 3530 0 278425 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 1147896 KiB
Current children cumulated memory: 983840 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3607.51
CPU time (s): 3600.1
CPU user time (s): 3599.72
CPU system time (s): 0.374631
CPU usage (%): 99.7946
Max. virtual memory (cumulated for all children) (KiB): 1147896
Max. memory (cumulated for all children) (KiB): 983840

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.72
system time used= 0.374631
maximum resident set size= 983840
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 217079
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= 81
involuntary context switches= 4674


# summary of solver processes directly reported to runsolver:
#   pid: 92359
#   total CPU time (s): 3600.1
#   total CPU user time (s): 3599.72
#   total CPU system time (s): 0.374631

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.25655 second user time and 16.163 second system time

The end

Launcher Data

Begin job on nodeC017 at 2025-07-04 11:10:32
IDJOB=4525633
IDBENCH=143868
IDSOLVER=3382
FILE ID=nodeC017/4525633-1751620232
RUNJOBID= nodeC017-1751613033-91485
SLURM_JOB_ID= 9598916
Free space on /tmp= 432408 MiB

SOLVER NAME= SCIP 2024-07-07
BENCH NAME= PB24/WBO/PARTIAL-LIN/wcsp/scens/normalized-scen07_10000_30r_wcsp.wbo
COMMAND LINE= pbscip -f BENCHNAME -t TIMEOUT -j NBCORE -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4525633-1751620232/watcher-4525633-1751620232 -o /tmp/evaluation-result-4525633-1751620232/solver-4525633-1751620232 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751613033-91485 --watchdog 3760  pbscip -f HOME/instance-4525633-1751620232.wbo -t 3600 -j 2 -m 31000

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

MD5SUM BENCH= 8c159ddcc7c8e6257617bd9db371f9a1
RANDOM SEED=1108126482

nodeC017 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.666
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.12
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		: 3600.086
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.12
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.064
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.816
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.12
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		: 3600.049
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.12
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		: 3600.062
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.12
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		: 3458.550
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.12
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		: 3601.322
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        121368752 kB
MemAvailable:   125741684 kB
Buffers:            1688 kB
Cached:          5140664 kB
SwapCached:            8 kB
Active:          4293552 kB
Inactive:        4850552 kB
Active(anon):    4003696 kB
Inactive(anon):    16128 kB
Active(file):     289856 kB
Inactive(file):  4834424 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010672 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             20120 kB
Writeback:             0 kB
AnonPages:       4004832 kB
Mapped:           139612 kB
Shmem:             18072 kB
KReclaimable:     175384 kB
Slab:             266792 kB
SReclaimable:     175384 kB
SUnreclaim:        91408 kB
KernelStack:        4240 kB
PageTables:        11076 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    4672896 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150520 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3395584 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:      176852 kB
DirectMap2M:     6934528 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 432292 MiB
End job on nodeC017 at 2025-07-04 12:10:40