Trace number 4394919

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
PicatSAT 2019-09-12SAT 58.472 58.4821

General information on the benchmark

NameGracefulGraph/GracefulGraph-m1-s1/
GracefulGraph-K03-P07.xml
MD5SUMda29a6dd83857351367aad9031227a75
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark5.04114
Satisfiable
(Un)Satisfiability was proved
Number of variables102
Number of constraints41
Number of domains2
Minimum domain size39
Maximum domain size40
Distribution of domain sizes[{"size":39,"count":39},{"size":40,"count":21}]
Minimum variable degree0
Maximum variable degree5
Distribution of variable degrees[{"degree":0,"count":42},{"degree":2,"count":39},{"degree":4,"count":6},{"degree":5,"count":15}]
Minimum constraint arity3
Maximum constraint arity39
Distribution of constraint arities[{"arity":3,"count":39},{"arity":21,"count":1},{"arity":39,"count":1}]
Number of extensional constraints0
Number of intensional constraints39
Distribution of constraint types[{"type":"intension","count":39},{"type":"allDifferent","count":2}]
Optimization problemNO
Type of objective

Solver Data

19.69/19.79	c xcsp_picat version 2.7b12 (9/12/2019)
58.38/58.48	s SATISFIABLE
58.38/58.48	v <instantiation>
58.38/58.48	v     <list> cn[][] cie[][] ce[][][]  </list> 
58.38/58.48	v     <values> 6 28 26 36 19 32 5 38 0 29 4 39 3 18 2 31 10 13 8 37 1  30 9 6 31 19 32 24 34 39 26 14 37 28 8 11 23 27 12  4 22 20 4 4 2 4 4 4 4 17 4 4 4 13 4 4 4 4 33 5 4 4 38 4 4 4 4 25 10 4 4 35 4 4 4 4 15 1 4 4 16 4 4 4 4 21 18 4 4 3 4 4 4 4 29 7 4 4 36 4 4 4   </values> 
58.38/58.48	v </instantiation>

Verifier Data

OK	

Watcher Data

runsolver version 3.4.0 (svn: 3012) 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: 16374 MiB (13814 MiB free)
  memory of node 1: 16384 MiB (14108 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4394919-1568324044/watcher-4394919-1568324044 -o /tmp/evaluation-result-4394919-1568324044/solver-4394919-1568324044 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1568323917-28816 --watchdog 2580 xcsp_picat HOME/instance-4394919-1568324044.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=28975, runsolver pid=28972

[startup+0.100123 s]*
/proc/loadavg: 1.85 1.70 1.89 3/200 28976
/proc/meminfo: memFree=28570236/32770624 swapFree=67004752/67108860
[pid=28975] ppid=28972 vsize=2041984 memory=26192 CPUtime=0.1 cores=0,2,4,6
/proc/28975/stat : 28975 (xcsp_picat) R 28972 28975 28785 0 -1 4202496 3972 0 0 0 10 0 0 0 20 0 1 0 408672237 2090991616 6548 33554432000 4194304 5870510 140734566906496 140734566903640 5337393 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 42659840 140734566913055 140734566913133 140734566913133 140734566916042 0
/proc/28975/statm: 510496 6548 925 410 0 505969 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2041984 KiB
Current children cumulated memory: 26192 KiB

[startup+0.209843 s]*
/proc/loadavg: 1.85 1.70 1.89 3/200 28976
/proc/meminfo: memFree=28571060/32770624 swapFree=67004752/67108860
[pid=28975] ppid=28972 vsize=2039764 memory=24364 CPUtime=0.21 cores=0,2,4,6
/proc/28975/stat : 28975 (xcsp_picat) R 28972 28975 28785 0 -1 4202496 4136 0 0 0 21 0 0 0 20 0 1 0 408672237 2088718336 6091 33554432000 4194304 5870510 140734566906496 140734566903640 5275277 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 42659840 140734566913055 140734566913133 140734566913133 140734566916042 0
/proc/28975/statm: 509941 6091 934 410 0 505414 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 2039764 KiB
Current children cumulated memory: 24364 KiB

[startup+0.309655 s]*
/proc/loadavg: 1.85 1.70 1.89 3/200 28976
/proc/meminfo: memFree=28571060/32770624 swapFree=67004752/67108860
[pid=28975] ppid=28972 vsize=2039764 memory=24364 CPUtime=0.31 cores=0,2,4,6
/proc/28975/stat : 28975 (xcsp_picat) R 28972 28975 28785 0 -1 4202496 4166 0 0 0 31 0 0 0 20 0 1 0 408672237 2088718336 6091 33554432000 4194304 5870510 140734566906496 140734566903640 5298780 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 42659840 140734566913055 140734566913133 140734566913133 140734566916042 0
/proc/28975/statm: 509941 6091 934 410 0 505414 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 2039764 KiB
Current children cumulated memory: 24364 KiB

[startup+0.700247 s]
/proc/loadavg: 1.85 1.70 1.89 3/200 28976
/proc/meminfo: memFree=28570792/32770624 swapFree=67004752/67108860
[pid=28975] ppid=28972 vsize=2041440 memory=25668 CPUtime=0.69 cores=0,2,4,6
/proc/28975/stat : 28975 (xcsp_picat) R 28972 28975 28785 0 -1 4202496 4462 0 0 0 69 0 0 0 20 0 1 0 408672237 2090434560 6417 33554432000 4194304 5870510 140734566906496 140734566903640 5282382 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 42659840 140734566913055 140734566913133 140734566913133 140734566916042 0
/proc/28975/statm: 510360 6417 956 410 0 505833 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 2041440 KiB
Current children cumulated memory: 25668 KiB

[startup+1.50025 s]
/proc/loadavg: 1.85 1.70 1.89 3/200 28976
/proc/meminfo: memFree=28568188/32770624 swapFree=67004752/67108860
[pid=28975] ppid=28972 vsize=2044864 memory=29024 CPUtime=1.49 cores=0,2,4,6
/proc/28975/stat : 28975 (xcsp_picat) R 28972 28975 28785 0 -1 4202496 5334 0 0 0 148 1 0 0 20 0 1 0 408672237 2093940736 7256 33554432000 4194304 5870510 140734566906496 140734566904856 5274516 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 42659840 140734566913055 140734566913133 140734566913133 140734566916042 0
/proc/28975/statm: 511216 7256 958 410 0 506689 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2044864 KiB
Current children cumulated memory: 29024 KiB

[startup+3.10954 s]
/proc/loadavg: 1.85 1.70 1.89 3/200 28976
/proc/meminfo: memFree=28562088/32770624 swapFree=67004752/67108860
[pid=28975] ppid=28972 vsize=2050216 memory=33444 CPUtime=3.1 cores=0,2,4,6
/proc/28975/stat : 28975 (xcsp_picat) R 28972 28975 28785 0 -1 4202496 9051 0 0 0 309 1 0 0 20 0 1 0 408672237 2099421184 8361 33554432000 4194304 5870510 140734566906496 140734566904920 5288830 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 42659840 140734566913055 140734566913133 140734566913133 140734566916042 0
/proc/28975/statm: 512554 8361 958 410 0 508027 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2050216 KiB
Current children cumulated memory: 33444 KiB

[startup+6.30032 s]
/proc/loadavg: 1.87 1.71 1.89 3/200 28976
/proc/meminfo: memFree=28534520/32770624 swapFree=67004752/67108860
[pid=28975] ppid=28972 vsize=2081452 memory=61604 CPUtime=6.29 cores=0,2,4,6
/proc/28975/stat : 28975 (xcsp_picat) R 28972 28975 28785 0 -1 4202496 12258 0 0 0 627 2 0 0 20 0 1 0 408672237 2131406848 15401 33554432000 4194304 5870510 140734566906496 140734566905064 5282505 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 42659840 140734566913055 140734566913133 140734566913133 140734566916042 0
/proc/28975/statm: 520363 15401 958 410 0 515836 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2081452 KiB
Current children cumulated memory: 61604 KiB

[startup+12.7003 s]
/proc/loadavg: 1.88 1.71 1.89 3/201 28978
/proc/meminfo: memFree=28530216/32770624 swapFree=67004752/67108860
[pid=28975] ppid=28972 vsize=2081452 memory=65464 CPUtime=12.69 cores=0,2,4,6
/proc/28975/stat : 28975 (xcsp_picat) R 28972 28975 28785 0 -1 4202496 15413 0 0 0 1266 3 0 0 20 0 1 0 408672237 2131406848 16366 33554432000 4194304 5870510 140734566906496 140734566905064 5262777 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 42659840 140734566913055 140734566913133 140734566913133 140734566916042 0
/proc/28975/statm: 520363 16366 958 410 0 515836 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 2081452 KiB
Current children cumulated memory: 65464 KiB

[startup+25.5003 s]
/proc/loadavg: 1.90 1.73 1.89 3/200 28978
/proc/meminfo: memFree=28509940/32770624 swapFree=67004752/67108860
[pid=28975] ppid=28972 vsize=2093188 memory=77568 CPUtime=25.49 cores=0,2,4,6
/proc/28975/stat : 28975 (xcsp_picat) R 28972 28975 28785 0 -1 4202496 21423 0 0 0 2545 4 0 0 20 0 1 0 408672237 2143424512 19392 33554432000 4194304 5870510 140734566906496 140734566905064 5282729 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 42659840 140734566913055 140734566913133 140734566913133 140734566916042 0
/proc/28975/statm: 523297 19392 958 410 0 518770 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 2093188 KiB
Current children cumulated memory: 77568 KiB

[startup+51.1097 s]
/proc/loadavg: 1.94 1.75 1.89 3/200 28979
/proc/meminfo: memFree=28509352/32770624 swapFree=67004752/67108860
[pid=28975] ppid=28972 vsize=2093188 memory=77732 CPUtime=51.09 cores=0,2,4,6
/proc/28975/stat : 28975 (xcsp_picat) R 28972 28975 28785 0 -1 4202496 24473 0 0 0 5105 4 0 0 20 0 1 0 408672237 2143424512 19433 33554432000 4194304 5870510 140734566906496 140734566905064 5282606 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 42659840 140734566913055 140734566913133 140734566913133 140734566916042 0
/proc/28975/statm: 523297 19433 958 410 0 518770 0
Current children cumulated CPU time: 51.09 s
Current children cumulated vsize: 2093188 KiB
Current children cumulated memory: 77732 KiB

[startup+58.482 s]
# the end of solver process 28975 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=58.4271 s, system=0.044992 s

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

[startup+51.2004 s]
/proc/loadavg: 1.94 1.75 1.89 3/200 28979
/proc/meminfo: memFree=28509352/32770624 swapFree=67004752/67108860
[pid=28975] ppid=28972 vsize=2093188 memory=77732 CPUtime=51.18 cores=0,2,4,6
/proc/28975/stat : 28975 (xcsp_picat) R 28972 28975 28785 0 -1 4202496 24474 0 0 0 5114 4 0 0 20 0 1 0 408672237 2143424512 19433 33554432000 4194304 5870510 140734566906496 140734566905064 5282357 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 42659840 140734566913055 140734566913133 140734566913133 140734566916042 0
/proc/28975/statm: 523297 19433 958 410 0 518770 0
Current children cumulated CPU time: 51.18 s
Current children cumulated vsize: 2093188 KiB
Current children cumulated memory: 77732 KiB

[startup+54.4003 s]
/proc/loadavg: 1.94 1.75 1.89 3/200 28979
/proc/meminfo: memFree=28509352/32770624 swapFree=67004752/67108860
[pid=28975] ppid=28972 vsize=2093188 memory=77732 CPUtime=54.38 cores=0,2,4,6
/proc/28975/stat : 28975 (xcsp_picat) R 28972 28975 28785 0 -1 4202496 24474 0 0 0 5434 4 0 0 20 0 1 0 408672237 2143424512 19433 33554432000 4194304 5870510 140734566906496 140734566905064 5283106 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 42659840 140734566913055 140734566913133 140734566913133 140734566916042 0
/proc/28975/statm: 523297 19433 958 410 0 518770 0
Current children cumulated CPU time: 54.38 s
Current children cumulated vsize: 2093188 KiB
Current children cumulated memory: 77732 KiB

[startup+56.0003 s]*
/proc/loadavg: 1.94 1.75 1.89 3/200 28979
/proc/meminfo: memFree=28509352/32770624 swapFree=67004752/67108860
[pid=28975] ppid=28972 vsize=2093188 memory=77732 CPUtime=55.99 cores=0,2,4,6
/proc/28975/stat : 28975 (xcsp_picat) R 28972 28975 28785 0 -1 4202496 24474 0 0 0 5595 4 0 0 20 0 1 0 408672237 2143424512 19433 33554432000 4194304 5870510 140734566906496 140734566905064 5283138 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 42659840 140734566913055 140734566913133 140734566913133 140734566916042 0
/proc/28975/statm: 523297 19433 958 410 0 518770 0
Current children cumulated CPU time: 55.99 s
Current children cumulated vsize: 2093188 KiB
Current children cumulated memory: 77732 KiB

[startup+57.6003 s]
/proc/loadavg: 1.94 1.75 1.89 3/201 28981
/proc/meminfo: memFree=28508572/32770624 swapFree=67004752/67108860
[pid=28975] ppid=28972 vsize=2093188 memory=77732 CPUtime=57.58 cores=0,2,4,6
/proc/28975/stat : 28975 (xcsp_picat) R 28972 28975 28785 0 -1 4202496 24475 0 0 0 5754 4 0 0 20 0 1 0 408672237 2143424512 19433 33554432000 4194304 5870510 140734566906496 140734566905064 5262735 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 42659840 140734566913055 140734566913133 140734566913133 140734566916042 0
/proc/28975/statm: 523297 19433 958 410 0 518770 0
Current children cumulated CPU time: 57.58 s
Current children cumulated vsize: 2093188 KiB
Current children cumulated memory: 77732 KiB

[startup+58.0003 s]*
/proc/loadavg: 1.94 1.75 1.89 3/201 28981
/proc/meminfo: memFree=28508832/32770624 swapFree=67004752/67108860
[pid=28975] ppid=28972 vsize=2093188 memory=77732 CPUtime=57.99 cores=0,2,4,6
/proc/28975/stat : 28975 (xcsp_picat) R 28972 28975 28785 0 -1 4202496 24475 0 0 0 5795 4 0 0 20 0 1 0 408672237 2143424512 19433 33554432000 4194304 5870510 140734566906496 140734566905064 5283067 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 42659840 140734566913055 140734566913133 140734566913133 140734566916042 0
/proc/28975/statm: 523297 19433 958 410 0 518770 0
Current children cumulated CPU time: 57.99 s
Current children cumulated vsize: 2093188 KiB
Current children cumulated memory: 77732 KiB

[startup+58.4003 s]
/proc/loadavg: 1.94 1.75 1.89 3/201 28981
/proc/meminfo: memFree=28508832/32770624 swapFree=67004752/67108860
[pid=28975] ppid=28972 vsize=2093188 memory=77732 CPUtime=58.38 cores=0,2,4,6
/proc/28975/stat : 28975 (xcsp_picat) R 28972 28975 28785 0 -1 4202496 24475 0 0 0 5834 4 0 0 20 0 1 0 408672237 2143424512 19433 33554432000 4194304 5870510 140734566906496 140734566905064 5283135 0 0 4096 8389634 0 0 0 17 0 0 0 0 0 0 7970040 9572284 42659840 140734566913055 140734566913133 140734566913133 140734566916042 0
/proc/28975/statm: 523297 19433 958 410 0 518770 0
Current children cumulated CPU time: 58.38 s
Current children cumulated vsize: 2093188 KiB
Current children cumulated memory: 77732 KiB

Child status: 0
Real time (s): 58.4821
CPU time (s): 58.472
CPU user time (s): 58.4271
CPU system time (s): 0.044992
CPU usage (%): 99.9829
Max. virtual memory (cumulated for all children) (KiB): 2093188
Max. memory (cumulated for all children) (KiB): 77732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 58.4271
system time used= 0.044992
maximum resident set size= 77808
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24593
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= 4
involuntary context switches= 80


# summary of solver processes directly reported to runsolver:
#   pid: 28975
#   total CPU time (s): 58.472
#   total CPU user time (s): 58.4271
#   total CPU system time (s): 0.044992

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.220818 second user time and 0.492065 second system time

The end

Launcher Data

Begin job on node126 at 2019-09-12 23:33:27
IDJOB=4394919
IDBENCH=120691
IDSOLVER=2844
FILE ID=node126/4394919-1568324044
RUNJOBID= node126-1568323917-28816
PBS_JOBID= 21701150
Free space on /tmp= 55384 MiB

SOLVER NAME= PicatSAT 2019-09-12
BENCH NAME= XCSP17/GracefulGraph/GracefulGraph-m1-s1/GracefulGraph-K03-P07.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4394919-1568324044/watcher-4394919-1568324044 -o /tmp/evaluation-result-4394919-1568324044/solver-4394919-1568324044 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1568323917-28816 --watchdog 2580  xcsp_picat HOME/instance-4394919-1568324044.xml

TIME LIMIT= 2520 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= da29a6dd83857351367aad9031227a75
RANDOM SEED=841956404

node126.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.45
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.45
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.45
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.45
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        28592216 kB
MemAvailable:   31767588 kB
Buffers:          117588 kB
Cached:          3308544 kB
SwapCached:         2860 kB
Active:          1939420 kB
Inactive:        1591160 kB
Active(anon):     102624 kB
Inactive(anon):    43292 kB
Active(file):    1836796 kB
Inactive(file):  1547868 kB
Unevictable:      109112 kB
Mlocked:          109112 kB
SwapTotal:      67108860 kB
SwapFree:       67004752 kB
Dirty:              3304 kB
Writeback:             0 kB
AnonPages:        215480 kB
Mapped:            45428 kB
Shmem:             32816 kB
Slab:             242760 kB
SReclaimable:     213084 kB
SUnreclaim:        29676 kB
KernelStack:        3680 kB
PageTables:         6128 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2620920 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    143360 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 55380 MiB
End job on node126 at 2019-09-12 23:34:25