Trace number 4425280

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.09 3607.31

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/scens/
normalized-scen06-30_wcsp.wbo
MD5SUM78328f487213678b2b5d4b2f93871f54
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2080
Best CPU time to get the best result obtained on this benchmark1252
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables1018
Total number of constraints50646
Number of soft constraints50547
Number of constraints which are clauses50547
Number of constraints which are cardinality constraints (but not clauses)99
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint14
Top cost 245952
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 7842900
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.00	c SCIP version 10.0.0 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: Soplex 7.0.0] [GitHash: 405ed0d46f]
0.00/0.00	c Copyright (c) 2002-2024 Zuse Institute Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-4425280-1720882073.wbo>
0.09/0.18	c original problem has 51565 variables (51565 bin, 0 int, 0 impl, 0 cont) and 101194 constraints
0.09/0.18	c problem read in 0.18
0.59/0.69	c presolving:
0.78/0.83	c (round 1, fast)       0 del vars, 0 del conss, 0 add conss, 50547 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 50646 clqs
0.88/0.95	c (round 2, exhaustive) 0 del vars, 0 del conss, 0 add conss, 50547 chg bounds, 0 chg sides, 0 chg coeffs, 100 upgd conss, 0 impls, 50646 clqs
2.18/2.29	c    (2.3s) 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: 63968 MiB (57711 MiB free)
  memory of node 1: 64473 MiB (62777 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4425280-1720882073/watcher-4425280-1720882073 -o /tmp/evaluation-result-4425280-1720882073/solver-4425280-1720882073 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1720878485-707325 --watchdog 3760 pbscip -f HOME/instance-4425280-1720882073.wbo -t 3600 -j 2 -m 31000 

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

solver pid=711607, runsolver pid=711604

[startup+0.100638 s]*
/proc/loadavg: 4.15 4.11 4.09 5/254 711608
/proc/meminfo: memFree=123331520/131524600 swapFree=131071996/131071996
[pid=711607] ppid=711604 vsize=102436 memory=61544 CPUtime=0.09 cores=5,7
/proc/711607/stat : 711607 (pbscip) R 711604 711607 704463 0 -1 4194304 12445 0 0 0 8 1 0 0 20 0 1 0 140370844 104894464 15386 134679101440 4194304 18693293 140724365590352 0 0 0 0 0 0 0 0 0 17 5 0 0 0 0 0 21375888 21430392 55660544 140724365599722 140724365599821 140724365599821 140724365606862 0
/proc/711607/statm: 25609 15386 3217 3540 0 13866 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 102436 KiB
Current children cumulated memory: 61544 KiB

[startup+0.205567 s]*
/proc/loadavg: 4.15 4.11 4.09 5/254 711608
/proc/meminfo: memFree=123271136/131524600 swapFree=131071996/131071996
[pid=711607] ppid=711604 vsize=168900 memory=128292 CPUtime=0.2 cores=5,7
/proc/711607/stat : 711607 (pbscip) R 711604 711607 704463 0 -1 4194304 29373 0 0 0 16 4 0 0 20 0 1 0 140370844 172953600 32073 134679101440 4194304 18693293 140724365590352 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 55660544 140724365599722 140724365599821 140724365599821 140724365606862 0
/proc/711607/statm: 42225 32073 3520 3540 0 30482 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 168900 KiB
Current children cumulated memory: 128292 KiB

[startup+0.305658 s]*
/proc/loadavg: 4.15 4.11 4.09 5/254 711608
/proc/meminfo: memFree=123205140/131524600 swapFree=131071996/131071996
[pid=711607] ppid=711604 vsize=230292 memory=189944 CPUtime=0.29 cores=5,7
/proc/711607/stat : 711607 (pbscip) R 711604 711607 704463 0 -1 4194304 44716 0 0 0 24 5 0 0 20 0 1 0 140370844 235819008 47486 134679101440 4194304 18693293 140724365590352 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 55660544 140724365599722 140724365599821 140724365599821 140724365606862 0
/proc/711607/statm: 57573 47486 3536 3540 0 45830 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 230292 KiB
Current children cumulated memory: 189944 KiB

[startup+0.700236 s]
/proc/loadavg: 4.15 4.11 4.09 5/254 711608
/proc/meminfo: memFree=123103044/131524600 swapFree=131071996/131071996
[pid=711607] ppid=711604 vsize=413044 memory=366452 CPUtime=0.68 cores=5,7
/proc/711607/stat : 711607 (pbscip) R 711604 711607 704463 0 -1 4194304 91554 0 0 0 56 12 0 0 20 0 1 0 140370844 422957056 91613 134679101440 4194304 18693293 140724365590352 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 55660544 140724365599722 140724365599821 140724365599821 140724365606862 0
/proc/711607/statm: 103261 91613 3568 3540 0 91518 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 413044 KiB
Current children cumulated memory: 366452 KiB

[startup+1.50023 s]
/proc/loadavg: 4.15 4.11 4.09 5/254 711608
/proc/meminfo: memFree=123003168/131524600 swapFree=131071996/131071996
[pid=711607] ppid=711604 vsize=445268 memory=395504 CPUtime=1.49 cores=5,7
/proc/711607/stat : 711607 (pbscip) R 711604 711607 704463 0 -1 4194304 98884 0 0 0 136 13 0 0 20 0 1 0 140370844 455954432 98876 134679101440 4194304 18693293 140724365590352 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 55660544 140724365599722 140724365599821 140724365599821 140724365606862 0
/proc/711607/statm: 111317 98876 3632 3540 0 99574 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 445268 KiB
Current children cumulated memory: 395504 KiB

[startup+3.10467 s]
/proc/loadavg: 4.13 4.11 4.09 5/254 711608
/proc/meminfo: memFree=122784560/131524600 swapFree=131071996/131071996
[pid=711607] ppid=711604 vsize=722204 memory=607732 CPUtime=3.09 cores=5,7
/proc/711607/stat : 711607 (pbscip) R 711604 711607 704463 0 -1 4194304 127923 0 0 0 290 19 0 0 20 0 1 0 140370844 739536896 151933 134679101440 4194304 18693293 140724365590352 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 55660544 140724365599722 140724365599821 140724365599821 140724365606862 0
/proc/711607/statm: 180551 151933 3664 3540 0 168808 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 722204 KiB
Current children cumulated memory: 607732 KiB

[startup+6.30014 s]
/proc/loadavg: 4.13 4.11 4.09 5/254 711610
/proc/meminfo: memFree=122579464/131524600 swapFree=131071996/131071996
[pid=711607] ppid=711604 vsize=920692 memory=809332 CPUtime=6.27 cores=5,7
/proc/711607/stat : 711607 (pbscip) R 711604 711607 704463 0 -1 4194304 177804 0 0 0 602 25 0 0 20 0 1 0 140370844 942788608 202333 134679101440 4194304 18693293 140724365590352 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 55660544 140724365599722 140724365599821 140724365599821 140724365606862 0
/proc/711607/statm: 230173 202333 3664 3540 0 218430 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 920692 KiB
Current children cumulated memory: 809332 KiB

[startup+12.7002 s]
/proc/loadavg: 4.12 4.11 4.09 5/254 711610
/proc/meminfo: memFree=122488284/131524600 swapFree=131071996/131071996
[pid=711607] ppid=711604 vsize=998852 memory=889012 CPUtime=12.66 cores=5,7
/proc/711607/stat : 711607 (pbscip) R 711604 711607 704463 0 -1 4194304 197699 0 0 0 1237 29 0 0 20 0 1 0 140370844 1022824448 222253 134679101440 4194304 18693293 140724365590352 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 55660544 140724365599722 140724365599821 140724365599821 140724365606862 0
/proc/711607/statm: 249713 222253 3664 3540 0 237970 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 998852 KiB
Current children cumulated memory: 889012 KiB

[startup+25.5002 s]
/proc/loadavg: 4.18 4.12 4.09 5/255 711614
/proc/meminfo: memFree=122391132/131524600 swapFree=131071996/131071996
[pid=711607] ppid=711604 vsize=1086584 memory=979780 CPUtime=25.43 cores=5,7
/proc/711607/stat : 711607 (pbscip) R 711604 711607 704463 0 -1 4194304 220451 0 0 0 2511 32 0 0 20 0 1 0 140370844 1112662016 244945 134679101440 4194304 18693293 140724365590352 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 55660544 140724365599722 140724365599821 140724365599821 140724365606862 0
/proc/711607/statm: 271646 244945 3664 3540 0 259903 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 1086584 KiB
Current children cumulated memory: 979780 KiB

[startup+51.1056 s]
/proc/loadavg: 4.11 4.11 4.09 5/255 711617
/proc/meminfo: memFree=122368832/131524600 swapFree=131071996/131071996
[pid=711607] ppid=711604 vsize=1102540 memory=995876 CPUtime=50.98 cores=5,7
/proc/711607/stat : 711607 (pbscip) R 711604 711607 704463 0 -1 4194304 224454 0 0 0 5066 32 0 0 20 0 1 0 140370844 1129000960 248969 134679101440 4194304 18693293 140724365590352 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 55660544 140724365599722 140724365599821 140724365599821 140724365606862 0
/proc/711607/statm: 275635 248969 3664 3540 0 263892 0
Current children cumulated CPU time: 50.98 s
Current children cumulated vsize: 1102540 KiB
Current children cumulated memory: 995876 KiB

[startup+102.3 s]
/proc/loadavg: 4.12 4.11 4.09 5/255 711625
/proc/meminfo: memFree=122365324/131524600 swapFree=131071996/131071996
[pid=711607] ppid=711604 vsize=1102548 memory=995876 CPUtime=102.06 cores=5,7
/proc/711607/stat : 711607 (pbscip) R 711604 711607 704463 0 -1 4194304 224472 0 0 0 10173 33 0 0 20 0 1 0 140370844 1129009152 248969 134679101440 4194304 18693293 140724365590352 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 55660544 140724365599722 140724365599821 140724365599821 140724365606862 0
/proc/711607/statm: 275637 248969 3664 3540 0 263894 0
Current children cumulated CPU time: 102.06 s
Current children cumulated vsize: 1102548 KiB
Current children cumulated memory: 995876 KiB

[startup+162.3 s]
/proc/loadavg: 4.14 4.12 4.09 5/255 711636
/proc/meminfo: memFree=122017332/131524600 swapFree=131071996/131071996
[pid=711607] ppid=711604 vsize=1102552 memory=995876 CPUtime=161.93 cores=5,7
/proc/711607/stat : 711607 (pbscip) R 711604 711607 704463 0 -1 4194304 224485 0 0 0 16160 33 0 0 20 0 1 0 140370844 1129013248 248969 134679101440 4194304 18693293 140724365590352 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 55660544 140724365599722 140724365599821 140724365599821 140724365606862 0
/proc/711607/statm: 275638 248969 3664 3540 0 263895 0
Current children cumulated CPU time: 161.93 s
Current children cumulated vsize: 1102552 KiB
Current children cumulated memory: 995876 KiB

[startup+222.3 s]
/proc/loadavg: 4.26 4.14 4.10 5/257 711650
/proc/meminfo: memFree=121961120/131524600 swapFree=131071996/131071996
[pid=711607] ppid=711604 vsize=1102556 memory=995960 CPUtime=221.82 cores=5,7
/proc/711607/stat : 711607 (pbscip) R 711604 711607 704463 0 -1 4194304 224499 0 0 0 22149 33 0 0 20 0 1 0 140370844 1129017344 248990 134679101440 4194304 18693293 140724365590352 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 55660544 140724365599722 140724365599821 140724365599821 140724365606862 0
/proc/711607/statm: 275639 248990 3664 3540 0 263896 0
Current children cumulated CPU time: 221.82 s
Current children cumulated vsize: 1102556 KiB
Current children cumulated memory: 995960 KiB

[startup+282.3 s]
/proc/loadavg: 4.14 4.13 4.10 5/257 711661
/proc/meminfo: memFree=121953644/131524600 swapFree=131071996/131071996
[pid=711607] ppid=711604 vsize=1102560 memory=995960 CPUtime=281.69 cores=5,7
/proc/711607/stat : 711607 (pbscip) R 711604 711607 704463 0 -1 4194304 224512 0 0 0 28136 33 0 0 20 0 1 0 140370844 1129021440 248990 134679101440 4194304 18693293 140724365590352 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 55660544 140724365599722 140724365599821 140724365599821 140724365606862 0
/proc/711607/statm: 275640 248990 3664 3540 0 263897 0
Current children cumulated CPU time: 281.69 s
Current children cumulated vsize: 1102560 KiB
Current children cumulated memory: 995960 KiB

[startup+342.3 s]
/proc/loadavg: 4.11 4.12 4.09 5/256 711671
/proc/meminfo: memFree=121929812/131524600 swapFree=131071996/131071996
[pid=711607] ppid=711604 vsize=1102564 memory=995960 CPUtime=341.55 cores=5,7
/proc/711607/stat : 711607 (pbscip) R 711604 711607 704463 0 -1 4194304 224526 0 0 0 34122 33 0 0 20 0 1 0 140370844 1129025536 248990 134679101440 4194304 18693293 140724365590352 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 55660544 140724365599722 140724365599821 140724365599821 140724365606862 0
/proc/711607/statm: 275641 248990 3664 3540 0 263898 0
Current children cumulated CPU time: 341.55 s
Current children cumulated vsize: 1102564 KiB
Current children cumulated memory: 995960 KiB

[startup+402.3 s]
/proc/loadavg: 4.08 4.11 4.09 5/257 711684
/proc/meminfo: memFree=121921892/131524600 swapFree=131071996/131071996
[pid=711607] ppid=711604 vsize=1102568 memory=995960 CPUtime=401.44 cores=5,7
/proc/711607/stat : 711607 (pbscip) R 711604 711607 704463 0 -1 4194304 224539 0 0 0 40110 34 0 0 20 0 1 0 140370844 1129029632 248990 134679101440 4194304 18693293 140724365590352 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 55660544 140724365599722 140724365599821 140724365599821 140724365606862 0
/proc/711607/statm: 275642 248990 3664 3540 0 263899 0
Current children cumulated CPU time: 401.44 s
Current children cumulated vsize: 1102568 KiB
Current children cumulated memory: 995960 KiB

[startup+462.3 s]
/proc/loadavg: 4.14 4.12 4.09 5/257 711694
/proc/meminfo: memFree=121910248/131524600 swapFree=131071996/131071996
[pid=711607] ppid=711604 vsize=1102572 memory=995960 CPUtime=461.31 cores=5,7
/proc/711607/stat : 711607 (pbscip) R 711604 711607 704463 0 -1 4194304 224552 0 0 0 46097 34 0 0 20 0 1 0 140370844 1129033728 248990 134679101440 4194304 18693293 140724365590352 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 55660544 140724365599722 140724365599821 140724365599821 140724365606862 0
/proc/711607/statm: 275643 248990 3664 3540 0 263900 0
Current children cumulated CPU time: 461.31 s

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

Current children cumulated memory: 1023680 KiB

[startup+2922.3 s]
/proc/loadavg: 3.06 3.35 3.73 4/248 713497
/proc/meminfo: memFree=119953144/131524600 swapFree=131071996/131071996
[pid=711607] ppid=711604 vsize=1102632 memory=1023680 CPUtime=2916.28 cores=5,7
/proc/711607/stat : 711607 (pbscip) R 711604 711607 704463 0 -1 4194304 225943 0 0 0 291588 40 0 0 20 0 1 0 140370844 1129095168 255920 134679101440 4194304 18693293 140724365590352 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 55660544 140724365599722 140724365599821 140724365599821 140724365606862 0
/proc/711607/statm: 275658 255920 3664 3540 0 263915 0
Current children cumulated CPU time: 2916.28 s
Current children cumulated vsize: 1102632 KiB
Current children cumulated memory: 1023680 KiB

[startup+2982.3 s]
/proc/loadavg: 3.07 3.30 3.69 4/248 713509
/proc/meminfo: memFree=119952936/131524600 swapFree=131071996/131071996
[pid=711607] ppid=711604 vsize=1102636 memory=1023684 CPUtime=2976.18 cores=5,7
/proc/711607/stat : 711607 (pbscip) R 711604 711607 704463 0 -1 4194304 226048 0 0 0 297578 40 0 0 20 0 1 0 140370844 1129099264 255921 134679101440 4194304 18693293 140724365590352 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 55660544 140724365599722 140724365599821 140724365599821 140724365606862 0
/proc/711607/statm: 275659 255921 3664 3540 0 263916 0
Current children cumulated CPU time: 2976.18 s
Current children cumulated vsize: 1102636 KiB
Current children cumulated memory: 1023684 KiB

[startup+3042.3 s]
/proc/loadavg: 3.13 3.27 3.65 4/248 713519
/proc/meminfo: memFree=119952592/131524600 swapFree=131071996/131071996
[pid=711607] ppid=711604 vsize=1102636 memory=1023684 CPUtime=3036.07 cores=5,7
/proc/711607/stat : 711607 (pbscip) R 711604 711607 704463 0 -1 4194304 226113 0 0 0 303567 40 0 0 20 0 1 0 140370844 1129099264 255921 134679101440 4194304 18693293 140724365590352 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 55660544 140724365599722 140724365599821 140724365599821 140724365606862 0
/proc/711607/statm: 275659 255921 3664 3540 0 263916 0
Current children cumulated CPU time: 3036.07 s
Current children cumulated vsize: 1102636 KiB
Current children cumulated memory: 1023684 KiB

[startup+3102.3 s]
/proc/loadavg: 3.10 3.23 3.61 4/248 713529
/proc/meminfo: memFree=119952308/131524600 swapFree=131071996/131071996
[pid=711607] ppid=711604 vsize=1102636 memory=1023684 CPUtime=3095.97 cores=5,7
/proc/711607/stat : 711607 (pbscip) R 711604 711607 704463 0 -1 4194304 226196 0 0 0 309557 40 0 0 20 0 1 0 140370844 1129099264 255921 134679101440 4194304 18693293 140724365590352 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 55660544 140724365599722 140724365599821 140724365599821 140724365606862 0
/proc/711607/statm: 275659 255921 3664 3540 0 263916 0
Current children cumulated CPU time: 3095.97 s
Current children cumulated vsize: 1102636 KiB
Current children cumulated memory: 1023684 KiB

[startup+3162.3 s]
/proc/loadavg: 3.12 3.21 3.58 4/248 713540
/proc/meminfo: memFree=119951960/131524600 swapFree=131071996/131071996
[pid=711607] ppid=711604 vsize=1102636 memory=1023684 CPUtime=3155.86 cores=5,7
/proc/711607/stat : 711607 (pbscip) R 711604 711607 704463 0 -1 4194304 226298 0 0 0 315546 40 0 0 20 0 1 0 140370844 1129099264 255921 134679101440 4194304 18693293 140724365590352 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 55660544 140724365599722 140724365599821 140724365599821 140724365606862 0
/proc/711607/statm: 275659 255921 3664 3540 0 263916 0
Current children cumulated CPU time: 3155.86 s
Current children cumulated vsize: 1102636 KiB
Current children cumulated memory: 1023684 KiB

[startup+3222.3 s]
/proc/loadavg: 3.10 3.18 3.54 4/250 713554
/proc/meminfo: memFree=119951560/131524600 swapFree=131071996/131071996
[pid=711607] ppid=711604 vsize=1102640 memory=1023684 CPUtime=3215.75 cores=5,7
/proc/711607/stat : 711607 (pbscip) R 711604 711607 704463 0 -1 4194304 226364 0 0 0 321535 40 0 0 20 0 1 0 140370844 1129103360 255921 134679101440 4194304 18693293 140724365590352 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 55660544 140724365599722 140724365599821 140724365599821 140724365606862 0
/proc/711607/statm: 275660 255921 3664 3540 0 263917 0
Current children cumulated CPU time: 3215.75 s
Current children cumulated vsize: 1102640 KiB
Current children cumulated memory: 1023684 KiB

[startup+3282.3 s]
/proc/loadavg: 3.08 3.16 3.51 4/250 713564
/proc/meminfo: memFree=119951276/131524600 swapFree=131071996/131071996
[pid=711607] ppid=711604 vsize=1102640 memory=1023688 CPUtime=3275.65 cores=5,7
/proc/711607/stat : 711607 (pbscip) R 711604 711607 704463 0 -1 4194304 226447 0 0 0 327525 40 0 0 20 0 1 0 140370844 1129103360 255922 134679101440 4194304 18693293 140724365590352 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 55660544 140724365599722 140724365599821 140724365599821 140724365606862 0
/proc/711607/statm: 275660 255922 3664 3540 0 263917 0
Current children cumulated CPU time: 3275.65 s
Current children cumulated vsize: 1102640 KiB
Current children cumulated memory: 1023688 KiB

[startup+3342.3 s]
/proc/loadavg: 3.07 3.14 3.48 4/250 713575
/proc/meminfo: memFree=119949144/131524600 swapFree=131071996/131071996
[pid=711607] ppid=711604 vsize=1102640 memory=1023688 CPUtime=3335.54 cores=5,7
/proc/711607/stat : 711607 (pbscip) R 711604 711607 704463 0 -1 4194304 226550 0 0 0 333514 40 0 0 20 0 1 0 140370844 1129103360 255922 134679101440 4194304 18693293 140724365590352 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 55660544 140724365599722 140724365599821 140724365599821 140724365606862 0
/proc/711607/statm: 275660 255922 3664 3540 0 263917 0
Current children cumulated CPU time: 3335.54 s
Current children cumulated vsize: 1102640 KiB
Current children cumulated memory: 1023688 KiB

[startup+3402.3 s]
/proc/loadavg: 3.08 3.13 3.45 4/250 713588
/proc/meminfo: memFree=119946320/131524600 swapFree=131071996/131071996
[pid=711607] ppid=711604 vsize=1102640 memory=1023688 CPUtime=3395.44 cores=5,7
/proc/711607/stat : 711607 (pbscip) R 711604 711607 704463 0 -1 4194304 226617 0 0 0 339504 40 0 0 20 0 1 0 140370844 1129103360 255922 134679101440 4194304 18693293 140724365590352 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 55660544 140724365599722 140724365599821 140724365599821 140724365606862 0
/proc/711607/statm: 275660 255922 3664 3540 0 263917 0
Current children cumulated CPU time: 3395.44 s
Current children cumulated vsize: 1102640 KiB
Current children cumulated memory: 1023688 KiB

[startup+3462.3 s]
/proc/loadavg: 3.07 3.12 3.43 4/250 713598
/proc/meminfo: memFree=119946116/131524600 swapFree=131071996/131071996
[pid=711607] ppid=711604 vsize=1102640 memory=1023688 CPUtime=3455.33 cores=5,7
/proc/711607/stat : 711607 (pbscip) R 711604 711607 704463 0 -1 4194304 226703 0 0 0 345493 40 0 0 20 0 1 0 140370844 1129103360 255922 134679101440 4194304 18693293 140724365590352 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 55660544 140724365599722 140724365599821 140724365599821 140724365606862 0
/proc/711607/statm: 275660 255922 3664 3540 0 263917 0
Current children cumulated CPU time: 3455.33 s
Current children cumulated vsize: 1102640 KiB
Current children cumulated memory: 1023688 KiB

[startup+3522.3 s]
/proc/loadavg: 3.12 3.13 3.41 4/248 713608
/proc/meminfo: memFree=119945788/131524600 swapFree=131071996/131071996
[pid=711607] ppid=711604 vsize=1102644 memory=1023692 CPUtime=3515.23 cores=5,7
/proc/711607/stat : 711607 (pbscip) R 711604 711607 704463 0 -1 4194304 226809 0 0 0 351483 40 0 0 20 0 1 0 140370844 1129107456 255923 134679101440 4194304 18693293 140724365590352 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 55660544 140724365599722 140724365599821 140724365599821 140724365606862 0
/proc/711607/statm: 275661 255923 3664 3540 0 263918 0
Current children cumulated CPU time: 3515.23 s
Current children cumulated vsize: 1102644 KiB
Current children cumulated memory: 1023692 KiB

[startup+3582.3 s]
/proc/loadavg: 3.04 3.10 3.38 4/248 713619
/proc/meminfo: memFree=119941024/131524600 swapFree=131071996/131071996
[pid=711607] ppid=711604 vsize=1102644 memory=1023692 CPUtime=3575.12 cores=5,7
/proc/711607/stat : 711607 (pbscip) R 711604 711607 704463 0 -1 4194304 226879 0 0 0 357472 40 0 0 20 0 1 0 140370844 1129107456 255923 134679101440 4194304 18693293 140724365590352 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 55660544 140724365599722 140724365599821 140724365599821 140724365606862 0
/proc/711607/statm: 275661 255923 3664 3540 0 263918 0
Current children cumulated CPU time: 3575.12 s
Current children cumulated vsize: 1102644 KiB
Current children cumulated memory: 1023692 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3607.3 s]
/proc/loadavg: 3.09 3.11 3.38 4/248 713624
/proc/meminfo: memFree=119938000/131524600 swapFree=131071996/131071996
[pid=711607] ppid=711604 vsize=1102644 memory=1023692 CPUtime=3600.08 cores=5,7
/proc/711607/stat : 711607 (pbscip) R 711604 711607 704463 0 -1 4194304 226941 0 0 0 359968 40 0 0 20 0 1 0 140370844 1129107456 255923 134679101440 4194304 18693293 140724365590352 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 55660544 140724365599722 140724365599821 140724365599821 140724365606862 0
/proc/711607/statm: 275661 255923 3664 3540 0 263918 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 1102644 KiB
Current children cumulated memory: 1023692 KiB

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

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

# cumulated CPU time of all completed processes:  user=3599.68 s, system=0.408942 s

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

[startup+3607.3 s]
/proc/loadavg: 3.09 3.11 3.38 4/248 713624
/proc/meminfo: memFree=119938000/131524600 swapFree=131071996/131071996
[pid=711607] ppid=711604 vsize=1102644 memory=1023692 CPUtime=3600.08 cores=5,7
/proc/711607/stat : 711607 (pbscip) R 711604 711607 704463 0 -1 4194304 226941 0 0 0 359968 40 0 0 20 0 1 0 140370844 1129107456 255923 134679101440 4194304 18693293 140724365590352 0 0 0 0 0 2 0 0 0 17 5 0 0 0 0 0 21375888 21430392 55660544 140724365599722 140724365599821 140724365599821 140724365606862 0
/proc/711607/statm: 275661 255923 3664 3540 0 263918 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 1102644 KiB
Current children cumulated memory: 1023692 KiB

Child ended because it received signal 15 (SIGTERM)

Real time (s): 3607.31
CPU time (s): 3600.09
CPU user time (s): 3599.68
CPU system time (s): 0.408942
CPU usage (%): 99.8
Max. virtual memory (cumulated for all children) (KiB): 1102644
Max. memory (cumulated for all children) (KiB): 1023692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.68
system time used= 0.408942
maximum resident set size= 1023692
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 226941
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= 14
involuntary context switches= 1086


# summary of solver processes directly reported to runsolver:
#   pid: 711607
#   total CPU time (s): 3600.09
#   total CPU user time (s): 3599.68
#   total CPU system time (s): 0.408942

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.10202 second user time and 14.6592 second system time

The end

Launcher Data

Begin job on nodeC020 at 2024-07-13 16:48:06
IDJOB=4425280
IDBENCH=143867
IDSOLVER=3038
FILE ID=nodeC020/4425280-1720882073
RUNJOBID= nodeC020-1720878485-707325
SLURM_JOB_ID= 7483761
Free space on /tmp= 890008 MiB

SOLVER NAME= SCIP 2024-07-07
BENCH NAME= PB24/WBO/PARTIAL-LIN/wcsp/scens/normalized-scen06-30_wcsp.wbo
COMMAND LINE= pbscip -f BENCHNAME -t TIMEOUT -j NBCORE -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4425280-1720882073/watcher-4425280-1720882073 -o /tmp/evaluation-result-4425280-1720882073/solver-4425280-1720882073 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1720878485-707325 --watchdog 3760  pbscip -f HOME/instance-4425280-1720882073.wbo -t 3600 -j 2 -m 31000

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

MD5SUM BENCH= 78328f487213678b2b5d4b2f93871f54
RANDOM SEED=425488267

nodeC020.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		: 3672.021
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	: 7000.05
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		: 3676.283
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	: 7005.84
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.170
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	: 7000.05
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		: 3601.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 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	: 7005.84
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		: 3672.025
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	: 7000.05
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		: 3660.293
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	: 7005.84
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		: 3600.300
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	: 7000.05
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		: 3663.650
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	: 7005.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        123380840 kB
MemAvailable:   123421916 kB
Buffers:          329824 kB
Cached:           558460 kB
SwapCached:            0 kB
Active:           519684 kB
Inactive:        7058584 kB
Active(anon):       1576 kB
Inactive(anon):  6726124 kB
Active(file):     518108 kB
Inactive(file):   332460 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             20052 kB
Writeback:           164 kB
AnonPages:       6689264 kB
Mapped:           134680 kB
Shmem:             37720 kB
KReclaimable:      60660 kB
Slab:             157568 kB
SReclaimable:      60660 kB
SUnreclaim:        96908 kB
KernelStack:        4016 kB
PageTables:        22728 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    7695556 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            52608 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2887680 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:      166612 kB
DirectMap2M:     9043968 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 890016 MiB
End job on nodeC020 at 2024-07-13 17:48:14