Trace number 4312472

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
Mistral-2.0 2018-08-01? (TO) 251.985 252.012

General information on the benchmark

NameNurseRostering/
NurseRostering-12_c18.xml
MD5SUM2a283c05e31c4b30f3ec3c3182bebd94
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark56621
Best CPU time to get the best result obtained on this benchmark251.971
Satisfiable
(Un)Satisfiability was proved
Number of variables3618
Number of constraints8519
Number of domains14
Minimum domain size1
Maximum domain size61
Distribution of domain sizes[{"size":1,"count":226},{"size":2,"count":662},{"size":3,"count":5},{"size":5,"count":30},{"size":11,"count":1680},{"size":29,"count":427},{"size":61,"count":588}]
Minimum variable degree2
Maximum variable degree39
Distribution of variable degrees[{"degree":2,"count":1698},{"degree":3,"count":240},{"degree":27,"count":44},{"degree":28,"count":69},{"degree":29,"count":7},{"degree":30,"count":41},{"degree":31,"count":67},{"degree":32,"count":93},{"degree":33,"count":97},{"degree":34,"count":125},{"degree":35,"count":445},{"degree":36,"count":418},{"degree":37,"count":184},{"degree":38,"count":76},{"degree":39,"count":14}]
Minimum constraint arity2
Maximum constraint arity120
Distribution of constraint arities[{"arity":2,"count":2950},{"arity":3,"count":2860},{"arity":4,"count":310},{"arity":6,"count":1150},{"arity":7,"count":220},{"arity":11,"count":60},{"arity":29,"count":660},{"arity":61,"count":308},{"arity":120,"count":1}]
Number of extensional constraints1928
Number of intensional constraints1022
Distribution of constraint types[{"type":"extension","count":1928},{"type":"intension","count":1022},{"type":"regular","count":3110},{"type":"sum","count":120},{"type":"count","count":2338},{"type":"instantiation","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.00/0.00	c Mistral 01082018
251.98/252.00	s UNKNOWN

Verifier Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4312472-1534699010/watcher-4312472-1534699010 -o /tmp/evaluation-result-4312472-1534699010/solver-4312472-1534699010 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node104-1534699010-31357 --watchdog 312 MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed 37094814 HOME/instance-4312472-1534699010.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=31388, runsolver pid=31385

[startup+0.101035 s]*
/proc/loadavg: 0.00 0.01 0.05 3/189 31389
/proc/meminfo: memFree=25077624/32770624 swapFree=67108500/67108860
[pid=31388] ppid=31385 vsize=43136 memory=17780 CPUtime=0.1 cores=1,3,5,7
/proc/31388/stat : 31388 (MistralXCSP) R 31385 31388 31325 0 -1 4202496 4801 0 0 0 10 0 0 0 20 0 1 0 287464190 44171264 4445 33554432000 4194304 7499544 140721410103760 140721410094424 4564151 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 9598848 9604096 9945088 140721410110580 140721410110728 140721410110728 140721410113481 0
/proc/31388/statm: 10784 4445 732 807 0 3775 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 43136 KiB
Current children cumulated memory: 17780 KiB

[startup+0.209605 s]*
/proc/loadavg: 0.00 0.01 0.05 3/189 31389
/proc/meminfo: memFree=25069472/32770624 swapFree=67108500/67108860
[pid=31388] ppid=31385 vsize=51396 memory=26016 CPUtime=0.2 cores=1,3,5,7
/proc/31388/stat : 31388 (MistralXCSP) R 31385 31388 31325 0 -1 4202496 7063 0 0 0 20 0 0 0 20 0 1 0 287464190 52629504 6504 33554432000 4194304 7499544 140721410103760 140721410094424 4563992 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 9598848 9604096 9945088 140721410110580 140721410110728 140721410110728 140721410113481 0
/proc/31388/statm: 12849 6504 732 807 0 5840 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 51396 KiB
Current children cumulated memory: 26016 KiB

[startup+0.309446 s]*
/proc/loadavg: 0.00 0.01 0.05 3/189 31389
/proc/meminfo: memFree=25065008/32770624 swapFree=67108500/67108860
[pid=31388] ppid=31385 vsize=55816 memory=30504 CPUtime=0.3 cores=1,3,5,7
/proc/31388/stat : 31388 (MistralXCSP) R 31385 31388 31325 0 -1 4202496 8151 0 0 0 30 0 0 0 20 0 1 0 287464190 57155584 7626 33554432000 4194304 7499544 140721410103760 140721410094424 4564151 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 9598848 9604096 9945088 140721410110580 140721410110728 140721410110728 140721410113481 0
/proc/31388/statm: 13954 7626 732 807 0 6945 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 55816 KiB
Current children cumulated memory: 30504 KiB

[startup+0.700323 s]
/proc/loadavg: 0.00 0.01 0.05 3/189 31389
/proc/meminfo: memFree=25051092/32770624 swapFree=67108500/67108860
[pid=31388] ppid=31385 vsize=74036 memory=48788 CPUtime=0.68 cores=1,3,5,7
/proc/31388/stat : 31388 (MistralXCSP) R 31385 31388 31325 0 -1 4202496 12425 0 0 0 68 0 0 0 20 0 1 0 287464190 75812864 12197 33554432000 4194304 7499544 140721410103760 140721410094424 139871331224549 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 9598848 9604096 9945088 140721410110580 140721410110728 140721410110728 140721410113481 0
/proc/31388/statm: 18509 12197 732 807 0 11500 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 74036 KiB
Current children cumulated memory: 48788 KiB

[startup+1.50024 s]
/proc/loadavg: 0.00 0.01 0.05 3/189 31389
/proc/meminfo: memFree=25036052/32770624 swapFree=67108500/67108860
[pid=31388] ppid=31385 vsize=94308 memory=68976 CPUtime=1.48 cores=1,3,5,7
/proc/31388/stat : 31388 (MistralXCSP) R 31385 31388 31325 0 -1 4202496 17627 0 0 0 147 1 0 0 20 0 1 0 287464190 96571392 17244 33554432000 4194304 7499544 140721410103760 140721410097000 4564160 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 9598848 9604096 9945088 140721410110580 140721410110728 140721410110728 140721410113481 0
/proc/31388/statm: 23577 17244 745 807 0 16568 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 94308 KiB
Current children cumulated memory: 68976 KiB

[startup+3.10945 s]
/proc/loadavg: 0.08 0.03 0.05 3/189 31389
/proc/meminfo: memFree=24771808/32770624 swapFree=67108500/67108860
[pid=31388] ppid=31385 vsize=359996 memory=334904 CPUtime=3.09 cores=1,3,5,7
/proc/31388/stat : 31388 (MistralXCSP) R 31385 31388 31325 0 -1 4202496 100787 0 0 0 299 10 0 0 20 0 1 0 287464190 368635904 83726 33554432000 4194304 7499544 140721410103760 140721410093768 4379079 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0 9598848 9604096 9945088 140721410110580 140721410110728 140721410110728 140721410113481 0
/proc/31388/statm: 89999 83726 801 807 0 82990 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 359996 KiB
Current children cumulated memory: 334904 KiB

[startup+6.30031 s]
/proc/loadavg: 0.08 0.03 0.05 4/187 31421
/proc/meminfo: memFree=24750920/32770624 swapFree=67108500/67108860
[pid=31388] ppid=31385 vsize=374596 memory=349624 CPUtime=6.28 cores=1,3,5,7
/proc/31388/stat : 31388 (MistralXCSP) R 31385 31388 31325 0 -1 4202496 130430 0 0 0 616 12 0 0 20 0 1 0 287464190 383586304 87406 33554432000 4194304 7499544 140721410103760 140721410098392 5164040 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0 9598848 9604096 9945088 140721410110580 140721410110728 140721410110728 140721410113481 0
/proc/31388/statm: 93649 87406 809 807 0 86640 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 374596 KiB
Current children cumulated memory: 349624 KiB

[startup+12.7003 s]
/proc/loadavg: 0.16 0.05 0.06 3/189 31514
/proc/meminfo: memFree=24694468/32770624 swapFree=67108500/67108860
[pid=31388] ppid=31385 vsize=375024 memory=350044 CPUtime=12.69 cores=1,3,5,7
/proc/31388/stat : 31388 (MistralXCSP) R 31385 31388 31325 0 -1 4202496 161281 0 0 0 1255 14 0 0 20 0 1 0 287464190 384024576 87511 33554432000 4194304 7499544 140721410103760 140721410098392 4246868 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0 9598848 9604096 9945088 140721410110580 140721410110728 140721410110728 140721410113481 0
/proc/31388/statm: 93756 87511 809 807 0 86747 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 375024 KiB
Current children cumulated memory: 350044 KiB

[startup+25.5003 s]
/proc/loadavg: 0.56 0.14 0.09 3/189 31514
/proc/meminfo: memFree=24694556/32770624 swapFree=67108500/67108860
[pid=31388] ppid=31385 vsize=375288 memory=350356 CPUtime=25.49 cores=1,3,5,7
/proc/31388/stat : 31388 (MistralXCSP) R 31385 31388 31325 0 -1 4202496 200039 0 0 0 2532 17 0 0 20 0 1 0 287464190 384294912 87589 33554432000 4194304 7499544 140721410103760 140721410098296 5163908 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0 9598848 9604096 9945088 140721410110580 140721410110728 140721410110728 140721410113481 0
/proc/31388/statm: 93822 87589 809 807 0 86813 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 375288 KiB
Current children cumulated memory: 350356 KiB

[startup+51.1094 s]
/proc/loadavg: 1.05 0.29 0.14 3/189 31514
/proc/meminfo: memFree=24694688/32770624 swapFree=67108500/67108860
[pid=31388] ppid=31385 vsize=375288 memory=350408 CPUtime=51.08 cores=1,3,5,7
/proc/31388/stat : 31388 (MistralXCSP) R 31385 31388 31325 0 -1 4202496 225372 0 0 0 5090 18 0 0 20 0 1 0 287464190 384294912 87602 33554432000 4194304 7499544 140721410103760 140721410098296 5163954 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0 9598848 9604096 9945088 140721410110580 140721410110728 140721410110728 140721410113481 0
/proc/31388/statm: 93822 87602 809 807 0 86813 0
Current children cumulated CPU time: 51.08 s
Current children cumulated vsize: 375288 KiB
Current children cumulated memory: 350408 KiB

[startup+102.3 s]
/proc/loadavg: 1.59 0.55 0.24 3/189 31515
/proc/meminfo: memFree=24695544/32770624 swapFree=67108500/67108860
[pid=31388] ppid=31385 vsize=375420 memory=350452 CPUtime=102.28 cores=1,3,5,7
/proc/31388/stat : 31388 (MistralXCSP) R 31385 31388 31325 0 -1 4202496 246404 0 0 0 10209 19 0 0 20 0 1 0 287464190 384430080 87613 33554432000 4194304 7499544 140721410103760 140721410098296 5163942 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0 9598848 9604096 9945088 140721410110580 140721410110728 140721410110728 140721410113481 0
/proc/31388/statm: 93855 87613 809 807 0 86846 0
Current children cumulated CPU time: 102.28 s
Current children cumulated vsize: 375420 KiB
Current children cumulated memory: 350452 KiB

[startup+162.3 s]
/proc/loadavg: 1.85 0.82 0.35 3/189 31516
/proc/meminfo: memFree=24695284/32770624 swapFree=67108500/67108860
[pid=31388] ppid=31385 vsize=375420 memory=350524 CPUtime=162.27 cores=1,3,5,7
/proc/31388/stat : 31388 (MistralXCSP) R 31385 31388 31325 0 -1 4202496 265822 0 0 0 16207 20 0 0 20 0 1 0 287464190 384430080 87631 33554432000 4194304 7499544 140721410103760 140721410098296 5163917 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0 9598848 9604096 9945088 140721410110580 140721410110728 140721410110728 140721410113481 0
/proc/31388/statm: 93855 87631 809 807 0 86846 0
Current children cumulated CPU time: 162.27 s
Current children cumulated vsize: 375420 KiB
Current children cumulated memory: 350524 KiB

[startup+222.3 s]
/proc/loadavg: 1.95 1.03 0.45 3/190 31525
/proc/meminfo: memFree=24694176/32770624 swapFree=67108500/67108860
[pid=31388] ppid=31385 vsize=375552 memory=350580 CPUtime=222.26 cores=1,3,5,7
/proc/31388/stat : 31388 (MistralXCSP) R 31385 31388 31325 0 -1 4202496 273736 0 0 0 22205 21 0 0 20 0 1 0 287464190 384565248 87645 33554432000 4194304 7499544 140721410103760 140721410098296 5771712 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0 9598848 9604096 9945088 140721410110580 140721410110728 140721410110728 140721410113481 0
/proc/31388/statm: 93888 87645 809 807 0 86879 0
Current children cumulated CPU time: 222.26 s
Current children cumulated vsize: 375552 KiB
Current children cumulated memory: 350580 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+252 s]*
/proc/loadavg: 1.97 1.13 0.50 3/190 31526
/proc/meminfo: memFree=24693084/32770624 swapFree=67108500/67108860
[pid=31388] ppid=31385 vsize=375552 memory=350592 CPUtime=251.98 cores=1,3,5,7
/proc/31388/stat : 31388 (MistralXCSP) R 31385 31388 31325 0 -1 4202496 273852 0 0 0 25177 21 0 0 20 0 1 0 287464190 384565248 87648 33554432000 4194304 7499544 140721410103760 140721410098296 4246799 0 0 4096 16386 0 0 0 17 1 0 0 0 0 0 9598848 9604096 9945088 140721410110580 140721410110728 140721410110728 140721410113481 0
/proc/31388/statm: 93888 87648 809 807 0 86879 0
Current children cumulated CPU time: 251.98 s
Current children cumulated vsize: 375552 KiB
Current children cumulated memory: 350592 KiB

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

[startup+252.012 s]
# the end of solver process 31388 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.771 s, system=0.21402 s

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

Child status: 0
Real time (s): 252.012
CPU time (s): 251.985
CPU user time (s): 251.771
CPU system time (s): 0.21402
CPU usage (%): 99.9895
Max. virtual memory (cumulated for all children) (KiB): 375552
Max. memory (cumulated for all children) (KiB): 350592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.771
system time used= 0.21402
maximum resident set size= 352508
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 273883
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= 86
involuntary context switches= 109


# summary of solver processes directly reported to runsolver:
#   pid: 31388
#   total CPU time (s): 251.985
#   total CPU user time (s): 251.771
#   total CPU system time (s): 0.21402

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.972396 second user time and 1.75101 second system time

The end

Launcher Data

Begin job on node104 at 2018-08-19 19:16:50
IDJOB=4312472
IDBENCH=141061
IDSOLVER=2801
FILE ID=node104/4312472-1534699010
RUNJOBID= node104-1534699010-31357
PBS_JOBID= 21038725
Free space on /tmp= 56336 MiB

SOLVER NAME= Mistral-2.0 2018-08-01
BENCH NAME= XCSP18/NurseRostering/NurseRostering-12_c18.xml
COMMAND LINE= MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4312472-1534699010/watcher-4312472-1534699010 -o /tmp/evaluation-result-4312472-1534699010/solver-4312472-1534699010 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node104-1534699010-31357 --watchdog 312  MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed 37094814 HOME/instance-4312472-1534699010.xml

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

MD5SUM BENCH= 2a283c05e31c4b30f3ec3c3182bebd94
RANDOM SEED=37094814

node104.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.11
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.11
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.11
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.11
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:        25092880 kB
MemAvailable:   31892892 kB
Buffers:          225524 kB
Cached:          6856964 kB
SwapCached:            4 kB
Active:          3734500 kB
Inactive:        3406200 kB
Active(anon):      34512 kB
Inactive(anon):    92884 kB
Active(file):    3699988 kB
Inactive(file):  3313316 kB
Unevictable:        7320 kB
Mlocked:            7320 kB
SwapTotal:      67108860 kB
SwapFree:       67108500 kB
Dirty:             12216 kB
Writeback:             0 kB
AnonPages:         65896 kB
Mapped:            22288 kB
Shmem:             66020 kB
Slab:             233444 kB
SReclaimable:     205084 kB
SUnreclaim:        28360 kB
KernelStack:        3216 kB
PageTables:         4612 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     399764 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 56328 MiB
End job on node104 at 2018-08-19 19:21:02