Trace number 4300164

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
NACRE 1.0.4SAT 27.8856 27.8989

General information on the benchmark

NameMagicHexagon/
MagicHexagon-05-0006_c18.xml
MD5SUMc9b27afa5f83f52385759d74be3b3eae
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 benchmark3.01208
Satisfiable
(Un)Satisfiability was proved
Number of variables81
Number of constraints34
Number of domains1
Minimum domain size61
Maximum domain size61
Distribution of domain sizes[{"size":61,"count":61}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":20},{"degree":4,"count":55},{"degree":5,"count":3},{"degree":6,"count":2},{"degree":9,"count":1}]
Minimum constraint arity2
Maximum constraint arity61
Distribution of constraint arities[{"arity":2,"count":6},{"arity":5,"count":6},{"arity":6,"count":6},{"arity":7,"count":6},{"arity":8,"count":6},{"arity":9,"count":3},{"arity":61,"count":1}]
Number of extensional constraints0
Number of intensional constraints6
Distribution of constraint types[{"type":"intension","count":6},{"type":"allDifferent","count":1},{"type":"sum","count":27}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c NACRE 1.0.4
27.77/27.88	c
27.77/27.88	c # time = 27.85
27.77/27.88	c # Dec = 99808
27.77/27.88	c # Propagate Calls = 180638827
27.77/27.88	c # assignAt Calls = 125485
27.77/27.88	c # removeAt Calls = 37707501
27.77/27.88	c # Run = 255
27.77/27.88	c # Conflicts = 94416
27.77/27.88	c # Memory used = 269.068 Mb
27.77/27.88	s SATISFIABLE
27.77/27.88	c
27.77/27.88	v <instantiation>
27.77/27.88	v     <list> x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[4][8] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[5][7] x[5][8] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] x[6][7] x[6][8] x[7][0] x[7][1] x[7][2] x[7][3] x[7][4] x[7][5] x[7][6] x[7][7] x[7][8] x[8][0] x[8][1] x[8][2] x[8][3] x[8][4] x[8][5] x[8][6] x[8][7] x[8][8] </list>
27.77/27.88	v     <values> 26 64 65 62 27 6 6 6 6 63 31 34 15 41 60 6 6 6 61 22 16 37 33 17 58 6 6 66 49 10 8 12 11 29 59 6 28 23 24 38 14 13 21 43 40 55 39 6 18 9 19 46 52 6 56 30 7 36 42 20 53 6 6 48 35 47 25 44 45 6 6 6 57 51 50 32 54 6 6 6 6 </values>
27.77/27.88	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 (10365 MiB free)
  memory of node 1: 16384 MiB (14717 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4300164-1532795672/watcher-4300164-1532795672 -o /tmp/evaluation-result-4300164-1532795672/solver-4300164-1532795672 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532776103-29943 --watchdog 2580 nacre_mini_release HOME/instance-4300164-1532795672.xml -ca -l100 -cm 

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=32173, runsolver pid=32170

[startup+0.100068 s]*
/proc/loadavg: 2.00 2.01 2.05 3/188 32174
/proc/meminfo: memFree=25682020/32770624 swapFree=67028328/67108860
[pid=32173] ppid=32170 vsize=29880 memory=6476 CPUtime=0.1 cores=0,2,4,6
/proc/32173/stat : 32173 (nacre_mini_rele) R 32170 32173 29912 0 -1 4202496 1788 0 0 0 10 0 0 0 20 0 1 0 97130331 30597120 1619 33554432000 4194304 4933779 140735281349792 140735281346792 140501474822571 0 0 4096 24578 0 0 0 17 0 0 0 0 0 0 7034520 7039168 34902016 140735281353880 140735281353980 140735281353980 140735281356738 0
/proc/32173/statm: 7470 1619 619 181 0 1087 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 29880 KiB
Current children cumulated memory: 6476 KiB

[startup+0.209324 s]*
/proc/loadavg: 2.00 2.01 2.05 3/188 32174
/proc/meminfo: memFree=25680160/32770624 swapFree=67028328/67108860
[pid=32173] ppid=32170 vsize=31460 memory=8072 CPUtime=0.21 cores=0,2,4,6
/proc/32173/stat : 32173 (nacre_mini_rele) R 32170 32173 29912 0 -1 4202496 2200 0 0 0 21 0 0 0 20 0 1 0 97130331 32215040 2018 33554432000 4194304 4933779 140735281349792 140735281346792 4475916 0 0 4096 24578 0 0 0 17 0 0 0 0 0 0 7034520 7039168 34902016 140735281353880 140735281353980 140735281353980 140735281356738 0
/proc/32173/statm: 7865 2018 619 181 0 1482 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 31460 KiB
Current children cumulated memory: 8072 KiB

[startup+0.309039 s]*
/proc/loadavg: 2.00 2.01 2.05 3/188 32174
/proc/meminfo: memFree=25677092/32770624 swapFree=67028328/67108860
[pid=32173] ppid=32170 vsize=34804 memory=11264 CPUtime=0.31 cores=0,2,4,6
/proc/32173/stat : 32173 (nacre_mini_rele) R 32170 32173 29912 0 -1 4202496 3023 0 0 0 31 0 0 0 20 0 1 0 97130331 35639296 2816 33554432000 4194304 4933779 140735281349792 140735281346792 140501480168222 0 0 4096 24578 0 0 0 17 0 0 0 0 0 0 7034520 7039168 34902016 140735281353880 140735281353980 140735281353980 140735281356738 0
/proc/32173/statm: 8701 2816 619 181 0 2318 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 34804 KiB
Current children cumulated memory: 11264 KiB

[startup+0.700248 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 32174
/proc/meminfo: memFree=25669092/32770624 swapFree=67028328/67108860
[pid=32173] ppid=32170 vsize=49092 memory=25788 CPUtime=0.69 cores=0,2,4,6
/proc/32173/stat : 32173 (nacre_mini_rele) R 32170 32173 29912 0 -1 4202496 6612 0 0 0 68 1 0 0 20 0 1 0 97130331 50270208 6447 33554432000 4194304 4933779 140735281349792 140735281347560 4472608 0 0 4096 24578 0 0 0 17 0 0 0 0 0 0 7034520 7039168 34902016 140735281353880 140735281353980 140735281353980 140735281356738 0
/proc/32173/statm: 12273 6447 619 181 0 5890 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 49092 KiB
Current children cumulated memory: 25788 KiB

[startup+1.50027 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 32174
/proc/meminfo: memFree=25650264/32770624 swapFree=67028328/67108860
[pid=32173] ppid=32170 vsize=81708 memory=58184 CPUtime=1.49 cores=0,2,4,6
/proc/32173/stat : 32173 (nacre_mini_rele) R 32170 32173 29912 0 -1 4202496 14743 0 0 0 147 2 0 0 20 0 1 0 97130331 83668992 14546 33554432000 4194304 4933779 140735281349792 140735281347560 4388544 0 0 4096 24578 0 0 0 17 0 0 0 0 0 0 7034520 7039168 34902016 140735281353880 140735281353980 140735281353980 140735281356738 0
/proc/32173/statm: 20427 14546 619 181 0 14044 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 81708 KiB
Current children cumulated memory: 58184 KiB

[startup+3.10953 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 32174
/proc/meminfo: memFree=25594588/32770624 swapFree=67028328/67108860
[pid=32173] ppid=32170 vsize=118416 memory=94972 CPUtime=3.1 cores=0,2,4,6
/proc/32173/stat : 32173 (nacre_mini_rele) R 32170 32173 29912 0 -1 4202496 35433 0 0 0 306 4 0 0 20 0 1 0 97130331 121257984 23743 33554432000 4194304 4933779 140735281349792 140735281347544 4365290 0 0 4096 24578 0 0 0 17 0 0 0 0 0 0 7034520 7039168 34902016 140735281353880 140735281353980 140735281353980 140735281356738 0
/proc/32173/statm: 29604 23743 619 181 0 23221 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 118416 KiB
Current children cumulated memory: 94972 KiB

[startup+6.30025 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 32174
/proc/meminfo: memFree=25567524/32770624 swapFree=67028328/67108860
[pid=32173] ppid=32170 vsize=147568 memory=123572 CPUtime=6.29 cores=0,2,4,6
/proc/32173/stat : 32173 (nacre_mini_rele) R 32170 32173 29912 0 -1 4202496 61871 0 0 0 622 7 0 0 20 0 1 0 97130331 151109632 30893 33554432000 4194304 4933779 140735281349792 140735281347544 4475748 0 0 4096 24578 0 0 0 17 0 0 0 0 0 0 7034520 7039168 34902016 140735281353880 140735281353980 140735281353980 140735281356738 0
/proc/32173/statm: 36892 30893 619 181 0 30509 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 147568 KiB
Current children cumulated memory: 123572 KiB

[startup+12.7003 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 32174
/proc/meminfo: memFree=25518220/32770624 swapFree=67028328/67108860
[pid=32173] ppid=32170 vsize=197524 memory=173664 CPUtime=12.69 cores=0,2,4,6
/proc/32173/stat : 32173 (nacre_mini_rele) R 32170 32173 29912 0 -1 4202496 103601 0 0 0 1258 11 0 0 20 0 1 0 97130331 202264576 43416 33554432000 4194304 4933779 140735281349792 140735281347544 4388450 0 0 4096 24578 0 0 0 17 0 0 0 0 0 0 7034520 7039168 34902016 140735281353880 140735281353980 140735281353980 140735281356738 0
/proc/32173/statm: 49381 43416 619 181 0 42998 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 197524 KiB
Current children cumulated memory: 173664 KiB

[startup+25.5003 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 32174
/proc/meminfo: memFree=25436200/32770624 swapFree=67028328/67108860
[pid=32173] ppid=32170 vsize=275308 memory=251604 CPUtime=25.48 cores=0,2,4,6
/proc/32173/stat : 32173 (nacre_mini_rele) R 32170 32173 29912 0 -1 4202496 187688 0 0 0 2530 18 0 0 20 0 1 0 97130331 281915392 62901 33554432000 4194304 4933779 140735281349792 140735281347496 4437570 0 0 4096 24578 0 0 0 17 0 0 0 0 0 0 7034520 7039168 34902016 140735281353880 140735281353980 140735281353980 140735281356738 0
/proc/32173/statm: 68827 62901 619 181 0 62444 0
Current children cumulated CPU time: 25.48 s
Current children cumulated vsize: 275308 KiB
Current children cumulated memory: 251604 KiB

[startup+27.8988 s]
# the end of solver process 32173 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=27.6676 s, system=0.217996 s

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

[startup+25.6003 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 32174
/proc/meminfo: memFree=25436200/32770624 swapFree=67028328/67108860
[pid=32173] ppid=32170 vsize=276532 memory=252832 CPUtime=25.58 cores=0,2,4,6
/proc/32173/stat : 32173 (nacre_mini_rele) R 32170 32173 29912 0 -1 4202496 188098 0 0 0 2540 18 0 0 20 0 1 0 97130331 283168768 63208 33554432000 4194304 4933779 140735281349792 140735281347496 4363951 0 0 4096 24578 0 0 0 17 0 0 0 0 0 0 7034520 7039168 34902016 140735281353880 140735281353980 140735281353980 140735281356738 0
/proc/32173/statm: 69133 63208 619 181 0 62750 0
Current children cumulated CPU time: 25.58 s
Current children cumulated vsize: 276532 KiB
Current children cumulated memory: 252832 KiB

[startup+27.2003 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 32174
/proc/meminfo: memFree=25426156/32770624 swapFree=67028328/67108860
[pid=32173] ppid=32170 vsize=284812 memory=261232 CPUtime=27.18 cores=0,2,4,6
/proc/32173/stat : 32173 (nacre_mini_rele) R 32170 32173 29912 0 -1 4202496 194988 0 0 0 2699 19 0 0 20 0 1 0 97130331 291647488 65308 33554432000 4194304 4933779 140735281349792 140735281347544 4421284 0 0 4096 24578 0 0 0 17 0 0 0 0 0 0 7034520 7039168 34902016 140735281353880 140735281353980 140735281353980 140735281356738 0
/proc/32173/statm: 71203 65308 619 181 0 64820 0
Current children cumulated CPU time: 27.18 s
Current children cumulated vsize: 284812 KiB
Current children cumulated memory: 261232 KiB

[startup+27.6003 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 32174
/proc/meminfo: memFree=25426156/32770624 swapFree=67028328/67108860
[pid=32173] ppid=32170 vsize=289692 memory=266112 CPUtime=27.57 cores=0,2,4,6
/proc/32173/stat : 32173 (nacre_mini_rele) R 32170 32173 29912 0 -1 4202496 197466 0 0 0 2738 19 0 0 20 0 1 0 97130331 296644608 66528 33554432000 4194304 4933779 140735281349792 140735281347544 140501474822420 0 0 4096 24578 0 0 0 17 0 0 0 0 0 0 7034520 7039168 34902016 140735281353880 140735281353980 140735281353980 140735281356738 0
/proc/32173/statm: 72423 66528 619 181 0 66040 0
Current children cumulated CPU time: 27.57 s
Current children cumulated vsize: 289692 KiB
Current children cumulated memory: 266112 KiB

[startup+27.8003 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 32174
/proc/meminfo: memFree=25426156/32770624 swapFree=67028328/67108860
[pid=32173] ppid=32170 vsize=291472 memory=267992 CPUtime=27.77 cores=0,2,4,6
/proc/32173/stat : 32173 (nacre_mini_rele) R 32170 32173 29912 0 -1 4202496 198623 0 0 0 2758 19 0 0 20 0 1 0 97130331 298467328 66998 33554432000 4194304 4933779 140735281349792 140735281347544 4362431 0 0 4096 24578 0 0 0 17 0 0 0 0 0 0 7034520 7039168 34902016 140735281353880 140735281353980 140735281353980 140735281356738 0
/proc/32173/statm: 72868 66998 619 181 0 66485 0
Current children cumulated CPU time: 27.77 s
Current children cumulated vsize: 291472 KiB
Current children cumulated memory: 267992 KiB

Child status: 10
Real time (s): 27.8989
CPU time (s): 27.8856
CPU user time (s): 27.6676
CPU system time (s): 0.217996
CPU usage (%): 99.9523
Max. virtual memory (cumulated for all children) (KiB): 291472
Max. memory (cumulated for all children) (KiB): 267992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 27.6676
system time used= 0.217996
maximum resident set size= 269204
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 199064
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= 20
involuntary context switches= 54


# summary of solver processes directly reported to runsolver:
#   pid: 32173
#   total CPU time (s): 27.8856
#   total CPU user time (s): 27.6676
#   total CPU system time (s): 0.217996

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.120897 second user time and 0.238602 second system time

The end

Launcher Data

Begin job on node102 at 2018-07-28 18:34:32
IDJOB=4300164
IDBENCH=141564
IDSOLVER=2764
FILE ID=node102/4300164-1532795672
RUNJOBID= node102-1532776103-29943
PBS_JOBID= 21022470
Free space on /tmp= 52748 MiB

SOLVER NAME= NACRE 1.0.4
BENCH NAME= XCSP18/MagicHexagon/MagicHexagon-05-0006_c18.xml
COMMAND LINE= nacre_mini_release BENCHNAME -ca -l100 -cm
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4300164-1532795672/watcher-4300164-1532795672 -o /tmp/evaluation-result-4300164-1532795672/solver-4300164-1532795672 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532776103-29943 --watchdog 2580  nacre_mini_release HOME/instance-4300164-1532795672.xml -ca -l100 -cm

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

MD5SUM BENCH= c9b27afa5f83f52385759d74be3b3eae
RANDOM SEED=263701052

node102.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.51
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.51
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.51
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.51
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:        25685648 kB
MemAvailable:   30826976 kB
Buffers:          215380 kB
Cached:          5180908 kB
SwapCached:        53436 kB
Active:          2313060 kB
Inactive:        4271616 kB
Active(anon):    1113788 kB
Inactive(anon):    99080 kB
Active(file):    1199272 kB
Inactive(file):  4172536 kB
Unevictable:        6644 kB
Mlocked:            6644 kB
SwapTotal:      67108860 kB
SwapFree:       67028328 kB
Dirty:               964 kB
Writeback:             0 kB
AnonPages:       1141780 kB
Mapped:            37964 kB
Shmem:             22104 kB
Slab:             198588 kB
SReclaimable:     170708 kB
SUnreclaim:        27880 kB
KernelStack:        3344 kB
PageTables:         7292 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1459164 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1101824 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 52744 MiB
End job on node102 at 2018-07-28 18:35:00