Trace number 4294052

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 NameAnswerobjective functionCPU timeWall clock time
PicatSAT 2018-06-15OPT42 62.118 62.1249

General information on the benchmark

NamePizzaVoucher/
PizzaVoucher-15a_c18.xml
MD5SUMa75ea741f9764b89989098c28f8006bf
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark42
Best CPU time to get the best result obtained on this benchmark58.1377
Satisfiable
(Un)Satisfiability was proved
Number of variables56
Number of constraints154
Number of domains19
Minimum domain size1
Maximum domain size27
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":31},{"size":3,"count":4},{"size":4,"count":2},{"size":5,"count":1},{"size":7,"count":1},{"size":27,"count":15}]
Minimum variable degree2
Maximum variable degree41
Distribution of variable degrees[{"degree":2,"count":41},{"degree":40,"count":10},{"degree":41,"count":5}]
Minimum constraint arity2
Maximum constraint arity16
Distribution of constraint arities[{"arity":2,"count":128},{"arity":16,"count":26}]
Number of extensional constraints0
Number of intensional constraints128
Distribution of constraint types[{"type":"intension","count":128},{"type":"count","count":26}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

62.09/62.12	c xcsp_picat version 2.4#4 (June 15, 2018)
62.09/62.12	o 57
62.09/62.12	o 42
62.09/62.12	s OPTIMUM FOUND
62.09/62.12	v <instantiation>
62.09/62.12	v     <list> pp[] nf[] np[] v[]  </list> 
62.09/62.12	v     <values> 0 0 0 7 0 10 0 5 0 0 0 0 8 12 0  2 2 0 0 1 0 0 0 0 0 0 4 1  1 1 0 0 0 0 0 0 0 0 0 2 1  12 12 1 -12 2 -1 13 -13 12 2 12 1 -12 -2 5   </values> 
62.09/62.12	v </instantiation>

Verifier Data

OK	42

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 (6774 MiB free)
  memory of node 1: 16384 MiB (13871 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4294052-1532435492/watcher-4294052-1532435492 -o /tmp/evaluation-result-4294052-1532435492/solver-4294052-1532435492 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532432860-27369 --watchdog 2580 xcsp_picat HOME/instance-4294052-1532435492.xml 

running on 4 cores: 1,3,5,7

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=27814, runsolver pid=27811

[startup+0.100452 s]*
/proc/loadavg: 2.00 2.01 1.95 3/192 27815
/proc/meminfo: memFree=21127584/32770624 swapFree=67108860/67108860
[pid=27814] ppid=27811 vsize=112752 memory=16600 CPUtime=0.1 cores=1,3,5,7
/proc/27814/stat : 27814 (xcsp_picat) R 27811 27814 27337 0 -1 4202496 1808 0 0 0 10 0 0 0 20 0 1 0 61112391 115458048 4150 33554432000 4194304 5849740 140736872162112 140736872160760 5400177 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9399828 28516352 140736872170678 140736872170756 140736872170756 140736872173514 0
/proc/27814/statm: 28188 4150 699 405 0 25132 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 112752 KiB
Current children cumulated memory: 16600 KiB

[startup+0.210019 s]*
/proc/loadavg: 2.00 2.01 1.95 3/192 27815
/proc/meminfo: memFree=21127584/32770624 swapFree=67108860/67108860
[pid=27814] ppid=27811 vsize=112752 memory=16600 CPUtime=0.21 cores=1,3,5,7
/proc/27814/stat : 27814 (xcsp_picat) R 27811 27814 27337 0 -1 4202496 1808 0 0 0 21 0 0 0 20 0 1 0 61112391 115458048 4150 33554432000 4194304 5849740 140736872162112 140736872160760 5392439 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9399828 28516352 140736872170678 140736872170756 140736872170756 140736872173514 0
/proc/27814/statm: 28188 4150 699 405 0 25132 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 112752 KiB
Current children cumulated memory: 16600 KiB

[startup+0.30922 s]*
/proc/loadavg: 2.00 2.01 1.95 3/192 27815
/proc/meminfo: memFree=21126872/32770624 swapFree=67108860/67108860
[pid=27814] ppid=27811 vsize=113440 memory=17172 CPUtime=0.31 cores=1,3,5,7
/proc/27814/stat : 27814 (xcsp_picat) R 27811 27814 27337 0 -1 4202496 1942 0 0 0 31 0 0 0 20 0 1 0 61112391 116162560 4293 33554432000 4194304 5849740 140736872162112 140736872160760 5355906 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9399828 28516352 140736872170678 140736872170756 140736872170756 140736872173514 0
/proc/27814/statm: 28360 4293 712 405 0 25304 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 113440 KiB
Current children cumulated memory: 17172 KiB

[startup+0.700286 s]
/proc/loadavg: 2.00 2.01 1.95 4/192 27815
/proc/meminfo: memFree=21126872/32770624 swapFree=67108860/67108860
[pid=27814] ppid=27811 vsize=113920 memory=17716 CPUtime=0.69 cores=1,3,5,7
/proc/27814/stat : 27814 (xcsp_picat) R 27811 27814 27337 0 -1 4202496 2179 0 0 0 69 0 0 0 20 0 1 0 61112391 116654080 4429 33554432000 4194304 5849740 140736872162112 140736872160760 4210164 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9399828 28516352 140736872170678 140736872170756 140736872170756 140736872173514 0
/proc/27814/statm: 28480 4429 722 405 0 25424 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 113920 KiB
Current children cumulated memory: 17716 KiB

[startup+1.50029 s]
/proc/loadavg: 2.00 2.01 1.95 3/192 27815
/proc/meminfo: memFree=21125872/32770624 swapFree=67108860/67108860
[pid=27814] ppid=27811 vsize=113232 memory=16904 CPUtime=1.49 cores=1,3,5,7
/proc/27814/stat : 27814 (xcsp_picat) R 27811 27814 27337 0 -1 4202496 2579 0 0 0 149 0 0 0 20 0 1 0 61112391 115949568 4226 33554432000 4194304 5849740 140736872162112 140736872159624 5368886 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9399828 28516352 140736872170678 140736872170756 140736872170756 140736872173514 0
/proc/27814/statm: 28308 4226 737 405 0 25252 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 113232 KiB
Current children cumulated memory: 16904 KiB

[startup+3.10978 s]
/proc/loadavg: 2.00 2.01 1.95 3/192 27815
/proc/meminfo: memFree=21102132/32770624 swapFree=67108860/67108860
[pid=27814] ppid=27811 vsize=115048 memory=18700 CPUtime=3.09 cores=1,3,5,7
/proc/27814/stat : 27814 (xcsp_picat) R 27811 27814 27337 0 -1 4202496 3772 0 0 0 308 1 0 0 20 0 1 0 61112391 117809152 4675 33554432000 4194304 5849740 140736872162112 140736872161112 139654996918151 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9399828 28516352 140736872170678 140736872170756 140736872170756 140736872173514 0
/proc/27814/statm: 28762 4675 737 405 0 25706 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 115048 KiB
Current children cumulated memory: 18700 KiB

[startup+6.30027 s]
/proc/loadavg: 1.92 2.00 1.95 3/192 27815
/proc/meminfo: memFree=21099544/32770624 swapFree=67108860/67108860
[pid=27814] ppid=27811 vsize=116512 memory=20188 CPUtime=6.29 cores=1,3,5,7
/proc/27814/stat : 27814 (xcsp_picat) R 27811 27814 27337 0 -1 4202496 6576 0 0 0 625 4 0 0 20 0 1 0 61112391 119308288 5047 33554432000 4194304 5849740 140736872162112 140736872161112 139654996918151 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9399828 28516352 140736872170678 140736872170756 140736872170756 140736872173514 0
/proc/27814/statm: 29128 5047 737 405 0 26072 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 116512 KiB
Current children cumulated memory: 20188 KiB

[startup+12.7003 s]
/proc/loadavg: 1.93 2.00 1.95 3/192 27815
/proc/meminfo: memFree=21095824/32770624 swapFree=67108860/67108860
[pid=27814] ppid=27811 vsize=119988 memory=23860 CPUtime=12.69 cores=1,3,5,7
/proc/27814/stat : 27814 (xcsp_picat) R 27811 27814 27337 0 -1 4202496 10903 0 0 0 1257 12 0 0 20 0 1 0 61112391 122867712 5965 33554432000 4194304 5849740 140736872162112 140736872161112 139654996918151 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9399828 28516352 140736872170678 140736872170756 140736872170756 140736872173514 0
/proc/27814/statm: 29997 5965 737 405 0 26941 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 119988 KiB
Current children cumulated memory: 23860 KiB

[startup+25.5003 s]
/proc/loadavg: 1.95 2.00 1.95 3/192 27815
/proc/meminfo: memFree=21114572/32770624 swapFree=67108860/67108860
[pid=27814] ppid=27811 vsize=116472 memory=20180 CPUtime=25.48 cores=1,3,5,7
/proc/27814/stat : 27814 (xcsp_picat) R 27811 27814 27337 0 -1 4202496 23233 0 0 0 2522 26 0 0 20 0 1 0 61112391 119267328 5045 33554432000 4194304 5849740 140736872162112 140736872161272 139654996918151 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9399828 28516352 140736872170678 140736872170756 140736872170756 140736872173514 0
/proc/27814/statm: 29118 5045 737 405 0 26062 0
Current children cumulated CPU time: 25.48 s
Current children cumulated vsize: 116472 KiB
Current children cumulated memory: 20180 KiB

[startup+51.1098 s]
/proc/loadavg: 1.96 2.00 1.95 3/192 27815
/proc/meminfo: memFree=21070120/32770624 swapFree=67108860/67108860
[pid=27814] ppid=27811 vsize=124668 memory=28472 CPUtime=51.1 cores=1,3,5,7
/proc/27814/stat : 27814 (xcsp_picat) R 27811 27814 27337 0 -1 4202496 48397 0 0 0 5058 52 0 0 20 0 1 0 61112391 127660032 7118 33554432000 4194304 5849740 140736872162112 140736872161112 139654996918151 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9399828 28516352 140736872170678 140736872170756 140736872170756 140736872173514 0
/proc/27814/statm: 31167 7118 737 405 0 28111 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 124668 KiB
Current children cumulated memory: 28472 KiB

[startup+62.1248 s]
# the end of solver process 27814 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=61.503 s, system=0.61494 s

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

[startup+51.2003 s]
/proc/loadavg: 1.96 2.00 1.95 3/192 27815
/proc/meminfo: memFree=21070120/32770624 swapFree=67108860/67108860
[pid=27814] ppid=27811 vsize=125788 memory=29528 CPUtime=51.19 cores=1,3,5,7
/proc/27814/stat : 27814 (xcsp_picat) R 27811 27814 27337 0 -1 4202496 48677 0 0 0 5067 52 0 0 20 0 1 0 61112391 128806912 7382 33554432000 4194304 5849740 140736872162112 140736872161112 139654996918151 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9399828 28516352 140736872170678 140736872170756 140736872170756 140736872173514 0
/proc/27814/statm: 31447 7382 737 405 0 28391 0
Current children cumulated CPU time: 51.19 s
Current children cumulated vsize: 125788 KiB
Current children cumulated memory: 29528 KiB

[startup+57.6003 s]
/proc/loadavg: 1.97 2.00 1.95 3/192 27815
/proc/meminfo: memFree=21032756/32770624 swapFree=67108860/67108860
[pid=27814] ppid=27811 vsize=128856 memory=32696 CPUtime=57.58 cores=1,3,5,7
/proc/27814/stat : 27814 (xcsp_picat) R 27811 27814 27337 0 -1 4202496 49444 0 0 0 5701 57 0 0 20 0 1 0 61112391 131948544 8174 33554432000 4194304 5849740 140736872162112 140736872161112 139654996918151 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9399828 28516352 140736872170678 140736872170756 140736872170756 140736872173514 0
/proc/27814/statm: 32214 8174 737 405 0 29158 0
Current children cumulated CPU time: 57.58 s
Current children cumulated vsize: 128856 KiB
Current children cumulated memory: 32696 KiB

[startup+59.2003 s]
/proc/loadavg: 1.97 2.00 1.95 3/192 27815
/proc/meminfo: memFree=21065088/32770624 swapFree=67108860/67108860
[pid=27814] ppid=27811 vsize=128856 memory=32696 CPUtime=59.18 cores=1,3,5,7
/proc/27814/stat : 27814 (xcsp_picat) R 27811 27814 27337 0 -1 4202496 49444 0 0 0 5860 58 0 0 20 0 1 0 61112391 131948544 8174 33554432000 4194304 5849740 140736872162112 140736872160984 139654996918151 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9399828 28516352 140736872170678 140736872170756 140736872170756 140736872173514 0
/proc/27814/statm: 32214 8174 737 405 0 29158 0
Current children cumulated CPU time: 59.18 s
Current children cumulated vsize: 128856 KiB
Current children cumulated memory: 32696 KiB

[startup+60.8003 s]
/proc/loadavg: 1.97 2.00 1.95 3/192 27816
/proc/meminfo: memFree=21064452/32770624 swapFree=67108860/67108860
[pid=27814] ppid=27811 vsize=128856 memory=32696 CPUtime=60.79 cores=1,3,5,7
/proc/27814/stat : 27814 (xcsp_picat) R 27811 27814 27337 0 -1 4202496 49444 0 0 0 6019 60 0 0 20 0 1 0 61112391 131948544 8174 33554432000 4194304 5849740 140736872162112 140736872161112 139654996918151 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9399828 28516352 140736872170678 140736872170756 140736872170756 140736872173514 0
/proc/27814/statm: 32214 8174 737 405 0 29158 0
Current children cumulated CPU time: 60.79 s
Current children cumulated vsize: 128856 KiB
Current children cumulated memory: 32696 KiB

[startup+61.6003 s]
/proc/loadavg: 1.97 2.00 1.95 3/192 27816
/proc/meminfo: memFree=21064592/32770624 swapFree=67108860/67108860
[pid=27814] ppid=27811 vsize=128856 memory=32696 CPUtime=61.58 cores=1,3,5,7
/proc/27814/stat : 27814 (xcsp_picat) R 27811 27814 27337 0 -1 4202496 49444 0 0 0 6098 60 0 0 20 0 1 0 61112391 131948544 8174 33554432000 4194304 5849740 140736872162112 140736872161112 139654996918151 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9399828 28516352 140736872170678 140736872170756 140736872170756 140736872173514 0
/proc/27814/statm: 32214 8174 737 405 0 29158 0
Current children cumulated CPU time: 61.58 s
Current children cumulated vsize: 128856 KiB
Current children cumulated memory: 32696 KiB

[startup+62.0003 s]*
/proc/loadavg: 1.97 2.00 1.95 3/192 27816
/proc/meminfo: memFree=21061120/32770624 swapFree=67108860/67108860
[pid=27814] ppid=27811 vsize=132400 memory=36128 CPUtime=61.99 cores=1,3,5,7
/proc/27814/stat : 27814 (xcsp_picat) R 27811 27814 27337 0 -1 4202496 50330 0 0 0 6138 61 0 0 20 0 1 0 61112391 135577600 9032 33554432000 4194304 5849740 140736872162112 140736872161112 139654996918151 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9399828 28516352 140736872170678 140736872170756 140736872170756 140736872173514 0
/proc/27814/statm: 33100 9032 737 405 0 30044 0
Current children cumulated CPU time: 61.99 s
Current children cumulated vsize: 132400 KiB
Current children cumulated memory: 36128 KiB

[startup+62.1097 s]
/proc/loadavg: 1.97 2.00 1.95 3/192 27816
/proc/meminfo: memFree=21061120/32770624 swapFree=67108860/67108860
[pid=27814] ppid=27811 vsize=132400 memory=36128 CPUtime=62.09 cores=1,3,5,7
/proc/27814/stat : 27814 (xcsp_picat) R 27811 27814 27337 0 -1 4202496 50330 0 0 0 6148 61 0 0 20 0 1 0 61112391 135577600 9032 33554432000 4194304 5849740 140736872162112 140736872161112 4211654 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9399828 28516352 140736872170678 140736872170756 140736872170756 140736872173514 0
/proc/27814/statm: 33100 9032 737 405 0 30044 0
Current children cumulated CPU time: 62.09 s
Current children cumulated vsize: 132400 KiB
Current children cumulated memory: 36128 KiB

Child status: 0
Real time (s): 62.1249
CPU time (s): 62.118
CPU user time (s): 61.503
CPU system time (s): 0.61494
CPU usage (%): 99.9889
Max. virtual memory (cumulated for all children) (KiB): 132400
Max. memory (cumulated for all children) (KiB): 36128

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 61.503
system time used= 0.61494
maximum resident set size= 36280
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50368
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= 2
involuntary context switches= 172


# summary of solver processes directly reported to runsolver:
#   pid: 27814
#   total CPU time (s): 62.118
#   total CPU user time (s): 61.503
#   total CPU system time (s): 0.61494

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.251531 second user time and 0.475115 second system time

The end

Launcher Data

Begin job on node132 at 2018-07-24 14:31:32
IDJOB=4294052
IDBENCH=141323
IDSOLVER=2754
FILE ID=node132/4294052-1532435492
RUNJOBID= node132-1532432860-27369
PBS_JOBID= 21021577
Free space on /tmp= 52472 MiB

SOLVER NAME= PicatSAT 2018-06-15
BENCH NAME= XCSP18/PizzaVoucher/PizzaVoucher-15a_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4294052-1532435492/watcher-4294052-1532435492 -o /tmp/evaluation-result-4294052-1532435492/solver-4294052-1532435492 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532432860-27369 --watchdog 2580  xcsp_picat HOME/instance-4294052-1532435492.xml

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

MD5SUM BENCH= a75ea741f9764b89989098c28f8006bf
RANDOM SEED=946090997

node132.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.65
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.55
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.65
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.55
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.65
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.55
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.65
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.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        21141780 kB
MemAvailable:   31677720 kB
Buffers:          182240 kB
Cached:         10518024 kB
SwapCached:            0 kB
Active:          2811152 kB
Inactive:        8205664 kB
Active(anon):     264300 kB
Inactive(anon):    72004 kB
Active(file):    2546852 kB
Inactive(file):  8133660 kB
Unevictable:        7020 kB
Mlocked:            7020 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              3280 kB
Writeback:             4 kB
AnonPages:        323352 kB
Mapped:            40760 kB
Shmem:             17056 kB
Slab:             311448 kB
SReclaimable:     283888 kB
SUnreclaim:        27560 kB
KernelStack:        3376 kB
PageTables:         5132 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     693324 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    159744 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 52472 MiB
End job on node132 at 2018-07-24 14:32:34